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:
parent
4fa5a1c845
commit
8383eb53f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user