diff options
author | Stig Bakken <ssb@php.net> | 1999-04-22 00:45:14 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-22 00:45:14 +0000 |
commit | 2a78f92804ae6f3e32cd278afbb9aa8ec3d2f52d (patch) | |
tree | 7fa77da87c424f72fa2bfd99a0fe10cce2075343 /acconfig.h.in | |
parent | ff377329973b5708afd5990b8d8697e706f3f749 (diff) | |
download | php-git-2a78f92804ae6f3e32cd278afbb9aa8ec3d2f52d.tar.gz |
moved imap and ldap
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index 645c3c3266..7303be1acb 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -58,18 +58,9 @@ #define REGEX 0 #define HSREGEX 0 -/* Define if you have the crypt() function */ -#define HAVE_CRYPT 1 - -/* Define if you want the LDAP directory interface */ -#define HAVE_LDAP 0 - /* Define if you want the SNMP interface */ #define HAVE_SNMP 0 -/* Define if you want the IMAP directory interface */ -#define HAVE_IMAP 0 - /* Define if you have libdl (used for dynamic linking) */ #define HAVE_LIBDL 0 |