1 --- a/pppd/Makefile.linux
2 +++ b/pppd/Makefile.linux
3 @@ -48,21 +48,21 @@ MPPE=y
4 # Uncomment the next line to include support for PPP packet filtering.
5 # This requires that the libpcap library and headers be installed
6 # and that the kernel driver support PPP packet filtering.
10 # Uncomment the next line to enable multilink PPP (enabled by default)
11 # Linux distributions: Please leave multilink ENABLED in your builds
16 # Uncomment the next line to enable the TDB database (enabled by default.)
17 # If you enable multilink, then TDB is automatically enabled also.
18 # Linux distributions: Please leave TDB ENABLED in your builds.
30 @@ -77,7 +77,7 @@ MAXOCTETS=y
32 INCLUDE_DIRS= -I../include
34 -COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP
35 +COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP
37 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"'
39 @@ -117,10 +117,10 @@ CFLAGS += -DHAS_SHADOW
40 #LIBS += -lshadow $(LIBS)
43 -ifneq ($(wildcard /usr/include/crypt.h),)
44 +#ifneq ($(wildcard /usr/include/crypt.h),)
45 CFLAGS += -DHAVE_CRYPT_H=1