diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 09:57:22 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 09:57:22 +0000 |
commit | 829e72fe9c97feaa3d45b768984a4c47b906a23a (patch) | |
tree | e933551551b5a901e755154d1f1c3135e56b559d /source3/include | |
parent | 465cefca6fbf410039db3b05522d7b9230124fb0 (diff) | |
download | samba-829e72fe9c97feaa3d45b768984a4c47b906a23a.tar.gz samba-829e72fe9c97feaa3d45b768984a4c47b906a23a.tar.bz2 samba-829e72fe9c97feaa3d45b768984a4c47b906a23a.zip |
yet another attempt at making this stuff portable. This time I use
minimal includes in wrapped.c
(This used to be commit fd6a59d8ca0932d61a60b74485841001d4f8fd44)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 13 |
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 |