From: Paul Mackerras Date: Thu, 26 Sep 1996 06:19:57 +0000 (+0000) Subject: don't need BSD_SOURCE define any more X-Git-Tag: RELEASE_2_3_6~303 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=44519186aa042ac91b0220f31ee0a7e695df19b5 don't need BSD_SOURCE define any more --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index fd60ee2..ebe703e 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -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)