summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorJames Carlson <carlsonj@workingcode.com>2002-09-07 05:15:25 +0000
committerJames Carlson <carlsonj@workingcode.com>2002-09-07 05:15:25 +0000
commitfcec736c6140de7ac8fa9a8fe425932d13b0e45a (patch)
tree2776618637deed16c72933dfdbd08111591e516f /pppstats
parentc294523750856c8ab8bf40901aef3843b9374624 (diff)
downloadppp-fcec736c6140de7ac8fa9a8fe425932d13b0e45a.tar.gz
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.
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.sol24
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
index ace1a24..e0093a5 100644
--- a/pppstats/Makefile.sol2
+++ b/pppstats/Makefile.sol2
@@ -1,9 +1,9 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.9 2000/04/18 23:51:27 masputra Exp $
+# $Id: Makefile.sol2,v 1.10 2002/09/07 05:15:25 carlsonj Exp $
#
-include ../solaris/Makedefs
+include ../Makedefs.com
CFLAGS = -DSTREAMS -I../include $(COPTS)