ben 96/07/17 08:10:02
Modified: src conf.h mod_status.c
Log:
No long double on OSF1.
Revision Changes Path
1.21 +1 -0 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -C3 -r1.20 -r1.21
*** conf.h 1996/07/16 22:22:08 1.20
--- conf.h 1996/07/17 15:09:58 1.21
***************
*** 135,140 ****
--- 135,141 ----
#define JMP_BUF sigjmp_buf
#define HAVE_MMAP
#define HAVE_CRYPT_H
+ #define NO_LONG_DOUBLE
#elif defined(SEQUENT)
#define HAVE_GMTOFF
1.27 +0 -33 apache/src/mod_status.c
Index: mod_status.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_status.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -C3 -r1.26 -r1.27
*** mod_status.c 1996/07/13 01:47:38 1.26
--- mod_status.c 1996/07/17 15:09:58 1.27
***************
*** 574,609 ****
NULL, /* fixups */
NULL /* logger */
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--- 574,576 ----