jim 98/12/22 06:49:49
Modified: src Configure
src/include ap_config.h
Log:
Add the Cyberguard V2 port
PR: 3336
Submitted by: Richard Stagg <[EMAIL PROTECTED]>
Revision Changes Path
1.313 +7 -0 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- Configure 1998/12/09 22:07:51 1.312
+++ Configure 1998/12/22 14:49:47 1.313
@@ -717,6 +717,13 @@
DEF_WANTHSREGEX=yes
LIBS="$LIBS -lsocket -lnsl -lc -L/usr/ucblib -lucb"
;;
+ m88k-*-CX/SX|CYBER)
+ OS='Cyberguard CX/SX'
+ CFLAGS="$CFLAGS -D_CX_SX -Xa"
+ DEF_WANTHSREGEX=yes
+ CC='cc'
+ RANLIB='true'
+ ;;
*) # default: Catch systems we don't know about
OS='Unknown and unsupported OS'
echo Sorry, but we cannot grok \"$PLAT\"
1.249 +5 -0 apache-1.3/src/include/ap_config.h
Index: ap_config.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/ap_config.h,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ap_config.h 1998/12/12 05:59:57 1.248
+++ ap_config.h 1998/12/22 14:49:48 1.249
@@ -827,6 +827,11 @@
#define NO_KILLPG
#define NEED_INITGROUPS
+#elif defined(_CX_SX)
+#define JMP_BUF sigjmp_buf
+#include <sys/types.h>
+#include <sys/time.h>
+
#elif defined(WIN32)
/* All windows stuff is now in os/win32/os.h */