diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-07-30 07:05:15 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-07-30 07:05:15 +0000 |
commit | 555616b85e4de934d9230bcdc17ddf945ac11510 (patch) | |
tree | 6eda66f6356cb28eea20193ebd8a450709e7d060 /source3/include | |
parent | 5371a80557b8b491dbe125ab963381aa8271b18b (diff) | |
download | samba-555616b85e4de934d9230bcdc17ddf945ac11510.tar.gz samba-555616b85e4de934d9230bcdc17ddf945ac11510.tar.bz2 samba-555616b85e4de934d9230bcdc17ddf945ac11510.zip |
added HAVE_FUNCTION_MACRO test
(This used to be commit cae580ccc397ea33fdb24a777bdedef6e8271244)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 142c554da6..80a1dcb09a 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -106,6 +106,7 @@ #undef HAVE_PAM_AUTHENTICATE #undef HAVE_BROKEN_GETGROUPS #undef REPLACE_INET_NTOA +#undef HAVE_FUNCTION_MACRO /* The number of bytes in a int. */ #undef SIZEOF_INT |