summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2001-07-04 10:10:30 +0000
committerWez Furlong <wez@php.net>2001-07-04 10:10:30 +0000
commitf1364ebf3ead89f145af573e3b90f3503898b0ad (patch)
treed33144965c977b7fa15233997cab3b84ff339a5e /configure.in
parent649d14ae7966496a57d3a91bc8e93b1865bd565e (diff)
downloadphp-git-f1364ebf3ead89f145af573e3b90f3503898b0ad.tar.gz
(PHP nl_langinfo) Added function when provided by OS
(PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset @- Added nl_langinfo() (when OS provides it) that returns locale information. (Wez Furlong) # There are a lot of constants used by nl_langinfo; should we do something # along the lines of what we do for syslog?
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c6dc97d41b..b7ae5f6af9 100644
--- a/configure.in
+++ b/configure.in
@@ -290,6 +290,7 @@ crypt.h \
fcntl.h \
grp.h \
ieeefp.h \
+langinfo.h \
limits.h \
locale.h \
netinet/in.h \
@@ -388,6 +389,7 @@ memcpy \
memmove \
mkstemp \
mmap \
+nl_langinfo \
putenv \
random \
rand_r \