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 | e4021785fff63c39d76b6da26bdf956eca8e43b4 (patch) | |
tree | 0759026a5be51f8f71a2f9b18d9d0faca67dfa34 | |
parent | ca07fb330f08d7dea17667b2a34b9065c8062a12 (diff) | |
download | samba-e4021785fff63c39d76b6da26bdf956eca8e43b4.tar.gz samba-e4021785fff63c39d76b6da26bdf956eca8e43b4.tar.bz2 samba-e4021785fff63c39d76b6da26bdf956eca8e43b4.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.
(This used to be commit 496cd0876cc13e2dd25c6ddbfe04c5787dddb4dd)
-rw-r--r-- | source3/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 3962b18554..274bc4aaad 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -218,3 +218,6 @@ #ifndef _GNU_SOURCE #undef _GNU_SOURCE #endif + +#undef LDAP_SET_REBIND_PROC_ARGS + |