summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-12-04 23:57:15 +0000
committerTim Potter <tpot@samba.org>2002-12-04 23:57:15 +0000
commitbb2aa240de7da9a3b6a6d9749eb5fccf84a891be (patch)
tree0534470be57e927f48ea92f02736eebb6dab6647 /source3/smbd
parent8623ca6f82df2738f043bb4f344b050cd10281ed (diff)
downloadsamba-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/smbd')
-rw-r--r--source3/smbd/build_options.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c
index 8129f22898..085f287446 100644
--- a/source3/smbd/build_options.c
+++ b/source3/smbd/build_options.c
@@ -294,9 +294,6 @@ void build_options(BOOL screen)
#ifdef SEEKDIR_RETURNS_VOID
output(screen," SEEKDIR_RETURNS_VOID\n");
#endif
-#ifdef HAVE_FILE_MACRO
- output(screen," HAVE_FILE_MACRO\n");
-#endif
#ifdef HAVE_FUNCTION_MACRO
output(screen," HAVE_FUNCTION_MACRO\n");
#endif