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:
committed by
Gerald (Jerry) Carter
parent
10188869ef
commit
4f33247f1c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user