diff options
author | Tim Potter <tpot@samba.org> | 2002-12-04 23:57:15 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-04 23:57:15 +0000 |
commit | bb2aa240de7da9a3b6a6d9749eb5fccf84a891be (patch) | |
tree | 0534470be57e927f48ea92f02736eebb6dab6647 /source3/include/config.h.in | |
parent | 8623ca6f82df2738f043bb4f344b050cd10281ed (diff) | |
download | samba-bb2aa240de7da9a3b6a6d9749eb5fccf84a891be.tar.gz samba-bb2aa240de7da9a3b6a6d9749eb5fccf84a891be.tar.bz2 samba-bb2aa240de7da9a3b6a6d9749eb5fccf84a891be.zip |
Remove FILE_MACRO as __FILE__ is ANSI C.
(This used to be commit 2a9d183cf6ae8333dc7d9d9445c17dce005c1d24)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 9a11ffa4f5..9441eba8e9 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if type char is unsigned and you are not using gcc. */ #ifndef __CHAR_UNSIGNED__ @@ -125,7 +125,6 @@ #undef HAVE_BROKEN_GETGROUPS #undef REPLACE_GETPASS #undef REPLACE_INET_NTOA -#undef HAVE_FILE_MACRO #undef HAVE_FUNCTION_MACRO #undef HAVE_VA_COPY #undef HAVE_SETRESUID_DECL @@ -1431,9 +1430,6 @@ /* Whether seekdir returns void */ #undef SEEKDIR_RETURNS_VOID -/* Whether there is a __FILE__ macro */ -#undef HAVE_FILE_MACRO - /* Whether there is a __FUNCTION__ macro */ #undef HAVE_FUNCTION_MACRO |