projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7cc2e
)
add NARROW_PROTOTYPES
author
John Kohl
<jtkohl@mit.edu>
Mon, 19 Nov 1990 14:15:41 +0000
(14:15 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 19 Nov 1990 14:15:41 +0000
(14:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1463
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/stock/config.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/config.h
b/src/include/krb5/stock/config.h
index 3099353d78dede86a2c2ee62becebfe5edee4e80..31a1a509e2df04a45bd55b2db93e83afa9557772 100644
(file)
--- a/
src/include/krb5/stock/config.h
+++ b/
src/include/krb5/stock/config.h
@@
-46,6
+46,10
@@
typedef int krb5_sigtype;
#define NO_STDLIB_H
#endif
+#ifdef UseNarrowPrototypes
+#define NARROW_PROTOTYPES
+#endif
+
#ifdef Bitsize32
#ifdef Bitsize64
error: only one of BitsizeNN, please.