diff options
author | Sascha Schumann <sas@php.net> | 2000-06-09 17:21:40 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-09 17:21:40 +0000 |
commit | 8f58728e2b334f2d7a1bc576fc9abb502503fa69 (patch) | |
tree | ba2988843326e1dc5e037ef15f1f5185d9fbf8cd /configure.in | |
parent | b98d2a8261a25ebbddb1a8e2bef4e0902b09a89d (diff) | |
download | php-git-8f58728e2b334f2d7a1bc576fc9abb502503fa69.tar.gz |
Real fix for std_syslog issue on OpenServer. This is limited to the native
development system (/bin/cc and icc) and does not show up with the UDK.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 641cb94cd5..4be847f5fb 100644 --- a/configure.in +++ b/configure.in @@ -361,6 +361,7 @@ srand48 \ srandom \ statfs \ statvfs \ +std_syslog \ strcasecmp \ strdup \ strerror \ |