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

r16002: fix the build on solaris

Patch from Bjoern Jacke, thanks!

metze
This commit is contained in:
Stefan Metzmacher
2006-06-02 08:44:31 +00:00
committed by Gerald (Jerry) Carter
parent e0e4f86b30
commit 1250355909
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
#define BLD_FEATURE_MALLOC_STATS 0
#define BLD_FEATURE_MALLOC_LEAK 0
#define BLD_FEATURE_MALLOC_HOOK 0
#define BLD_FEATURE_NUM_TYPE int64
#define BLD_FEATURE_NUM_TYPE int64_t
#define BLD_FEATURE_NUM_TYPE_ID MPR_TYPE_INT64
#define BLD_FEATURE_ROMFS 0
#define BLD_FEATURE_RUN_AS_SERVICE 0