diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 12:49:11 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 05:32:59 +0200 |
commit | dd491d8d8c28d40ed6d3af310220dfe933b106db (patch) | |
tree | 69e4f4ede07c73a9270e9094c9e5589e5e273743 /source3/include/includes.h | |
parent | 7891848357a945581d6c94909b2d783c75afe46e (diff) | |
download | samba-dd491d8d8c28d40ed6d3af310220dfe933b106db.tar.gz samba-dd491d8d8c28d40ed6d3af310220dfe933b106db.tar.bz2 samba-dd491d8d8c28d40ed6d3af310220dfe933b106db.zip |
s3-build We no longer require to redefine _SAMBA_BUILD_
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 08d5d96ab5..ac29b7d901 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -22,11 +22,6 @@ #include "../replace/replace.h" -#if _SAMBA_BUILD_ == 4 -# undef _SAMBA_BUILD_ -# define _SAMBA_BUILD_ 3 -#endif - /* make sure we have included the correct config.h */ #ifndef NO_CONFIG_H /* for some tests */ #ifndef CONFIG_H_IS_FROM_SAMBA |