summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-30 15:42:40 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-30 15:42:40 +0000
commitf1093ad693d1650bcc50b5c7dd9b5a0356088cde (patch)
tree62fa6697b96798f7d95a6290671940454de3e136 /source3/include/includes.h
parent397e1d64d7cfe7381b561ebae57dbceeb87b07ea (diff)
downloadsamba-f1093ad693d1650bcc50b5c7dd9b5a0356088cde.tar.gz
samba-f1093ad693d1650bcc50b5c7dd9b5a0356088cde.tar.bz2
samba-f1093ad693d1650bcc50b5c7dd9b5a0356088cde.zip
Makefiles for libraries. the dependencies aren't quite right, and i
don't know how to sort them. make proto in each library directory. over-ride the make proto for ubiqx, so that it doesn't happen, but throws up a warning instead. (This used to be commit 93df2c62cc32191e88c0c4e615ac6077ec2b07c3)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 518f6249e9..055e633846 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1126,12 +1126,18 @@ extern char *sys_errlist[];
#include "smb.h"
#include "nameserv.h"
#include "ubiqx/ubi_dLinkList.h"
-#include "proto.h"
+
#include "byteorder.h"
#include "kanji.h"
#include "charset.h"
+/***** automatically generated prototypes *****/
+#include "rpc_pipes/rpc_proto.h"
+#include "proto.h"
+
+
+
#ifndef S_IFREG
#define S_IFREG 0100000
#endif