diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-07-23 03:39:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-07-23 03:39:55 +0000 |
commit | 496cd0876cc13e2dd25c6ddbfe04c5787dddb4dd (patch) | |
tree | 9faada4a55e5e7ee5af09c273d9f92958aa09852 /source/acconfig.h | |
parent | d25dc761374ac832e2c5f6b32b7a468ea5a8591e (diff) | |
download | samba-496cd0876cc13e2dd25c6ddbfe04c5787dddb4dd.tar.gz samba-496cd0876cc13e2dd25c6ddbfe04c5787dddb4dd.tar.xz samba-496cd0876cc13e2dd25c6ddbfe04c5787dddb4dd.zip |
added LDAP_SET_REBIND_PROC_ARGS in acconfig.h
andrew, you seem to have added this test but don't use it. Do you
intend to use it later? If not then perhaps it can be removed.
also, when a test goes in configure.in you must also add it to
acconfig.h, or you end up breaking configure.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index 3962b185548..274bc4aaadd 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -218,3 +218,6 @@ #ifndef _GNU_SOURCE #undef _GNU_SOURCE #endif + +#undef LDAP_SET_REBIND_PROC_ARGS + |