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

r3455: some more portability fixes. We nearly compile on solaris again now.

This commit is contained in:
Andrew Tridgell
2004-11-02 03:44:52 +00:00
committed by Gerald (Jerry) Carter
parent 10188869ef
commit 4f33247f1c
9 changed files with 26 additions and 44 deletions

View File

@@ -172,14 +172,6 @@ struct ipv4_addr {
uint32_t s_addr;
};
#ifndef UINT8_MAX
#define UINT8_MAX 255
#endif
#ifndef UINT16_MAX
#define UINT16_MAX 65535
#endif
#ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b))
#endif