From fcec736c6140de7ac8fa9a8fe425932d13b0e45a Mon Sep 17 00:00:00 2001 From: James Carlson Date: Sat, 7 Sep 2002 05:15:25 +0000 Subject: Added ability to detect and use either gcc or Sun WorkShop C compiler on Solaris. Added support for Solaris 10. Quieted down warning in ppp_comp.c due to bad preprocessor usage. Quieted WorkShop warnings in options.c (casting of void * to function) and pppd.h (constant too large). Tested in 32 and 64 bit modes with gcc and WorkShop. --- pppdump/Makefile.sol2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pppdump') diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2 index 5549beb..e9196f6 100644 --- a/pppdump/Makefile.sol2 +++ b/pppdump/Makefile.sol2 @@ -1,9 +1,9 @@ # # pppdump Makefile for SVR4 systems -# $Id: Makefile.sol2,v 1.3 2000/04/18 23:51:27 masputra Exp $ +# $Id: Makefile.sol2,v 1.4 2002/09/07 05:15:25 carlsonj Exp $ # -include ../solaris/Makedefs +include ../Makedefs.com CFLAGS= $(COPTS) -I../include/net OBJS = pppdump.o bsd-comp.o deflate.o zlib.o -- cgit v1.2.1