diff options
| author | Stig S. Bakken <stig@php.net> | 1999-04-19 13:51:13 +0000 |
|---|---|---|
| committer | Stig S. Bakken <stig@php.net> | 1999-04-19 13:51:13 +0000 |
| commit | b515f34dd1d5956aeb758cc3f636c183c8adcc73 (patch) | |
| tree | 7c13d64b854f96d89f1d665804fffa14d17849e1 /Zend/acconfig.h | |
| parent | 3912318923c93262b5f0af18c9407a508eecd136 (diff) | |
| download | php-git-b515f34dd1d5956aeb758cc3f636c183c8adcc73.tar.gz | |
removed -lnsl and -lsocket checks from zend
Diffstat (limited to 'Zend/acconfig.h')
| -rw-r--r-- | Zend/acconfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index bbb425aa64..b5a369dab8 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -126,12 +126,6 @@ /* Define if you have and want to use libcrypt */ #define HAVE_LIBCRYPT 0 -/* Define if you have and want to use libnsl */ -#define HAVE_LIBNSL 0 - -/* Define if you have and want to use libsocket */ -#define HAVE_LIBSOCKET 0 - /* Define if you have and want to use libpam */ #define HAVE_LIBPAM 0 |
