summaryrefslogtreecommitdiff
path: root/src/PORTING
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@apache.org>1998-03-28 16:53:18 +0000
committerRalf S. Engelschall <rse@apache.org>1998-03-28 16:53:18 +0000
commitd4b5b7d826e6725202f152c4e24e5a2574ce6d95 (patch)
tree1d7711e5966dbeab1af1f62aba63ebcd97fed0b7 /src/PORTING
parentf536869f8adbb3f7236e16ddad618e84548aa9c3 (diff)
downloadhttpd-d4b5b7d826e6725202f152c4e24e5a2574ce6d95.tar.gz
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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/PORTING')
-rw-r--r--src/PORTING7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/PORTING b/src/PORTING
index 1781e027c3..53eed436f2 100644
--- a/src/PORTING
+++ b/src/PORTING
@@ -193,13 +193,6 @@ build for your OS.
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_*: