]> git.ozlabs.org Git - ppp.git/commitdiff
don't need BSD_SOURCE define any more
authorPaul Mackerras <paulus@samba.org>
Thu, 26 Sep 1996 06:19:57 +0000 (06:19 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 26 Sep 1996 06:19:57 +0000 (06:19 +0000)
pppd/Makefile.linux

index fd60ee2925d48977201bc9c0c25fffc8a406d518..ebe703e0386e1a04ff8f0fa6ac317c392ceddea6 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.15 1996/09/14 05:13:45 paulus Exp $
+# $Id: Makefile.linux,v 1.16 1996/09/26 06:19:57 paulus Exp $
 #
 
 # Default installation locations
@@ -36,7 +36,7 @@ LIBS = -lc -lbsd
 #INCLUDE_DIRS= -I/usr/include -I..
 INCLUDE_DIRS=
 
-COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -D__BSD_SOURCE -DIPX_CHANGE
+COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE
 
 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS)