libcli/raw: use a different ifdef than s3 smb.h
authorAndrew Tridgell <tridge@samba.org>
Mon, 2 May 2011 01:34:57 +0000 (11:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 05:37:07 +0000 (07:37 +0200)
this allows both headers to be included in 1 C file

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/libcli/raw/smb.h

index c3fdbbba23e7df7b1710d563722a40f5fdb1662c..f1d0bfd294f6d20300fa5e64ed817f890cc6a54c 100644 (file)
@@ -23,8 +23,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef _SMB_H
-#define _SMB_H
+#ifndef _RAW_SMB_H
+#define _RAW_SMB_H
 
 /* deny modes */
 #define DENY_DOS 0
 #include "libcli/raw/interfaces.h"
 #include "libcli/smb/smb_common.h"
 
-#endif /* _SMB_H */
+#endif /* _RAW_SMB_H */