summaryrefslogtreecommitdiffstats
path: root/source/smbd
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-12-05 23:30:49 +0000
committerTim Potter <tpot@samba.org>2002-12-05 23:30:49 +0000
commit21eb4b5a2dd2f9a6a0d3cd94408bb52359d2e926 (patch)
treef2dd0a0ff1e6ea8b8a28c31fc7d02c4dfbb774de /source/smbd
parent5bd90f310aa6303a5c949b46591f9fcf82a175b8 (diff)
downloadsamba-21eb4b5a2dd2f9a6a0d3cd94408bb52359d2e926.tar.gz
samba-21eb4b5a2dd2f9a6a0d3cd94408bb52359d2e926.tar.xz
samba-21eb4b5a2dd2f9a6a0d3cd94408bb52359d2e926.zip
Merge from HEAD:
>Remove FILE_MACRO as __FILE__ is ANSI C.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/build_options.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/smbd/build_options.c b/source/smbd/build_options.c
index 8129f22898d..085f2874466 100644
--- a/source/smbd/build_options.c
+++ b/source/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