1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h

This commit is contained in:
Andrew Tridgell
2004-11-03 00:38:05 +00:00
committed by Gerald (Jerry) Carter
parent 558de54ec6
commit 7dd3a5a6da
10 changed files with 18 additions and 129 deletions

View File

@@ -141,14 +141,6 @@ struct ipv4_addr {
uint32_t addr;
};
#ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b))
#endif
#ifndef MAX
#define MAX(a,b) ((a)>(b)?(a):(b))
#endif
#ifndef HAVE_STRERROR
extern char *sys_errlist[];
#define strerror(i) sys_errlist[i]
@@ -190,7 +182,6 @@ extern int errno;
#include "librpc/gen_ndr/ndr_misc.h"
#include "librpc/gen_ndr/ndr_dcerpc.h"
#include "librpc/rpc/dcerpc.h"
#include "librpc/gen_ndr/tables.h"
#include "smb_interfaces.h"
#include "smbd/server.h"
#include "smbd/service.h"