rse 98/03/28 08:53:19
Modified: src PORTING
src/include conf.h
Log:
Remove still dangling HAVE_SNPRINTF stuff. Dean has removed the include/conf.h
hack, so this define is no longer useable thus there is no need for
documenting it any longer.
Revision Changes Path
1.23 +0 -7 apache-1.3/src/PORTING
Index: PORTING
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/PORTING,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- PORTING 1998/03/25 20:38:38 1.22
+++ PORTING 1998/03/28 16:53:17 1.23
@@ -193,13 +193,6 @@
Define if the OS has and supports the getrlimit/setrlimit
family. Apache uses this to determine if RLIMIT_CPU|VMEM|DATA|RLIMIT
is found and used.
-
- HAVE_SNPRINTF:
- Apache makes extensive use of the snprintf() function. many
- platforms do not provide this function. If your platform
- does provide it _and_ it's reliable (most are not) then
- define this to use the OS version. Otherwise, Apache will
- use its own.
--
USE_*:
1.197 +0 -1 apache-1.3/src/include/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/conf.h,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- conf.h 1998/03/28 11:58:19 1.196
+++ conf.h 1998/03/28 16:53:18 1.197
@@ -594,7 +594,6 @@
#undef HAVE_CRYPT_H
#undef HAVE_SYS_SELECT_H
#define HAVE_SYS_RESOURCE_H 1
-#undef HAVE_SNPRINTF
#undef USE_FCNTL_SERIALIZED_ACCEPT
#undef USE_FLOCK_SERIALIZED_ACCEPT
#define USE_LONGJMP