summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index c9a5e8b271..2c4c09f675 100644
--- a/source3/include/includes.h
+++ b/source3/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