From: Paul Mackerras Date: Wed, 28 Aug 1996 06:37:41 +0000 (+0000) Subject: add -DBITYPES X-Git-Tag: RELEASE_2_3_6~365 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=f2862cdedda151afe1055b212b53c17d0cb82889;ds=sidebyside add -DBITYPES --- diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index 880f27d..a1aab1f 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,7 +1,10 @@ -# $Id: Makefile.bsd,v 1.11 1996/07/01 05:31:47 paulus Exp $ +# $Id: Makefile.bsd,v 1.12 1996/08/28 06:37:41 paulus Exp $ BINDIR?= /usr/sbin -CFLAGS+= -g -I.. -DHAVE_PATHS_H +# -D_BITYPES is for FreeBSD, which doesn't define anything to +# tell us that u_int32_t gets defined if is included. +# Remove for older *BSD systems for which this isn't true. +CFLAGS+= -g -I.. -DHAVE_PATHS_H -D_BITYPES PROG= pppd SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \