diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-04-25 14:10:23 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-04-25 14:10:23 +0000 |
commit | c4442ed7c56de371cb8d76b6a2148b48f5889e1b (patch) | |
tree | 474692f16f67f8b550bc46bfff4195db2f680675 /acconfig.h.in | |
parent | ac9c0d03e0dfc527bb6091cf5cbd5277a3512bce (diff) | |
download | php-git-c4442ed7c56de371cb8d76b6a2148b48f5889e1b.tar.gz |
Ok, this beast compiles via --with-apxs
Not sure if it actually works yet though. I have a feeling there are
some -fpic flags missing in the libzend build. Will test later on
today.
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index 335ec98545..99d9b69ba4 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -37,6 +37,9 @@ /* Define if you have the bind library (-lbind). */ #define HAVE_LIBBIND 0 +/* Define if you have Netscape LDAP instead of umich ldap or openldap*/ +#define HAVE_NSLDAP 0 + /* Define if you want safe mode enabled by default. */ #define PHP_SAFE_MODE 0 |