1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r18671: try to fix the build on solaris 10 and maybe some other hosts

we need to define 'BOOL_DEFINED' to make sure it didn't get redefined
by <rpcsvc/yp_prot.h>

metze
(This used to be commit 5a589bb16c)
This commit is contained in:
Stefan Metzmacher 2006-09-19 03:04:57 +00:00 committed by Gerald (Jerry) Carter
parent 4fa5a1c845
commit 8383eb53f4

View File

@ -325,6 +325,7 @@ char *rep_mkdtemp(char *template);
#define bool _Bool
#else
#define __bool_true_false_are_defined
#define BOOL_DEFINED /* needed for <rpcsvc/yp_prot.h> not doing a redefine */
typedef int bool;
#endif
#endif