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

r14844: Support a stdbool.h replacement in lib/replace/

This commit is contained in:
Jelmer Vernooij
2006-03-31 23:28:18 +00:00
committed by Gerald (Jerry) Carter
parent eb63d83f00
commit bccfddcafa
10 changed files with 29 additions and 17 deletions

View File

@@ -26,11 +26,10 @@
#include "libcli/util/nt_status.h"
typedef int BOOL;
#define False (0)
#define True (1)
#define Auto (2)
typedef int BOOL;
/* used to hold an arbitrary blob of data */
typedef struct datablob {