diff options
author | Tim Potter <tpot@samba.org> | 2002-12-05 23:30:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-05 23:30:49 +0000 |
commit | 2c5e33b7f2e372b348c4aa97824078f7b62db8ff (patch) | |
tree | ca5a1ac1383f006918951035d555a14c66b47c98 /source3/smbd | |
parent | f7f3d42acf00b0b4b99f37cbd320c9c2aed6858e (diff) | |
download | samba-2c5e33b7f2e372b348c4aa97824078f7b62db8ff.tar.gz samba-2c5e33b7f2e372b348c4aa97824078f7b62db8ff.tar.bz2 samba-2c5e33b7f2e372b348c4aa97824078f7b62db8ff.zip |
Merge from HEAD:
>Remove FILE_MACRO as __FILE__ is ANSI C.
(This used to be commit 21eb4b5a2dd2f9a6a0d3cd94408bb52359d2e926)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/build_options.c | 3 |
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 |