projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50aa6ea
)
add defs for TRUE and FALSE
author
John Kohl
<jtkohl@mit.edu>
Fri, 19 Jan 1990 17:04:20 +0000
(17:04 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 19 Jan 1990 17:04:20 +0000
(17:04 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@145
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/base-defs.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/base-defs.h
b/src/include/krb5/base-defs.h
index eb20e58cc3306c806162e9884ac32d0bb8e24050..e1e038f560dcc2fd1a456ebff7c0a37a34209514 100644
(file)
--- a/
src/include/krb5/base-defs.h
+++ b/
src/include/krb5/base-defs.h
@@
-23,6
+23,12
@@
typedef krb5_int16 krb5_ui_2;
typedef krb5_int32 krb5_ui_4;
typedef krb5_octet krb5_boolean;
+#ifndef FALSE
+#define FALSE 0
+#endif
+#ifndef TRUE
+#define TRUE 1
+#endif
typedef krb5_int32 krb5_timestamp;
typedef krb5_ui_2 krb5_confounder;