1 diff -ruN ppp-2.4.3-orig/pppd/Makefile.linux ppp-2.4.3-3/pppd/Makefile.linux
2 --- ppp-2.4.3-orig/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +0100
3 +++ ppp-2.4.3-3/pppd/Makefile.linux 2004-12-16 04:43:41.000000000 +0100
5 # Uncomment the next line to include support for PPP packet filtering.
6 # This requires that the libpcap library and headers be installed
7 # and that the kernel driver support PPP packet filtering.
11 # Uncomment the next line to enable multilink PPP (enabled by default)
12 # Linux distributions: Please leave multilink ENABLED in your builds
17 # Uncomment the next line to enable the TDB database (enabled by default.)
18 # If you enable multilink, then TDB is automatically enabled also.
19 # Linux distributions: Please leave TDB ENABLED in your builds.
30 INCLUDE_DIRS= -I../include
32 -COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP
33 +COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP
35 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS)
38 #LIBS += -lshadow $(LIBS)
41 -ifneq ($(wildcard /usr/include/crypt.h),)
42 +#ifneq ($(wildcard /usr/include/crypt.h),)
43 CFLAGS += -DHAVE_CRYPT_H=1
45 -ifneq ($(wildcard /usr/lib/libcrypt.*),)
47 +#ifneq ($(wildcard /usr/lib/libcrypt.*),)