diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-11-30 17:10:46 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-11-30 17:10:46 +0000 |
commit | b7dc2a51add30c359b6dac8c24a43e04631aba4e (patch) | |
tree | 7f30349ce41f5e57f7fb5fd4556e62668ce136f4 | |
parent | ac9927728af79afef24bc3416a0e1084dc881726 (diff) | |
download | php-git-b7dc2a51add30c359b6dac8c24a43e04631aba4e.tar.gz |
Added check for crypt_r()
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cb779e7919..db20e4f2b6 100644 --- a/configure.in +++ b/configure.in @@ -466,6 +466,7 @@ chroot \ ctime_r \ cuserid \ crypt \ +crypt_r \ flock \ ftok \ funopen \ |