summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 09:57:22 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 09:57:22 +0000
commitfd6a59d8ca0932d61a60b74485841001d4f8fd44 (patch)
tree3104857126cddc0b7971bb0dc0decf7806f94fbf /source/include/includes.h
parent4ea3f86f996c1c6acfbf0363e1a02ace4b4a302c (diff)
downloadsamba-fd6a59d8ca0932d61a60b74485841001d4f8fd44.tar.gz
samba-fd6a59d8ca0932d61a60b74485841001d4f8fd44.tar.xz
samba-fd6a59d8ca0932d61a60b74485841001d4f8fd44.zip
yet another attempt at making this stuff portable. This time I use
minimal includes in wrapped.c
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index c9a5e8b271a..2c4c09f6752 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -25,19 +25,6 @@
#include "config.h"
#endif
-#ifdef NO_PROTO
-/* get rid of prototypes for smbwrapper */
-#define _NO_PROTO
-
-#ifdef HAVE_SYS_CDEFS_H
-#include <sys/cdefs.h>
-#ifdef __P
-#undef __P
-#define __P(x) ()
-#endif
-#endif
-#endif
-
#include "local.h"
#ifdef AIX