projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf2fe5
)
put in sigtype defines
author
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 11:19:41 +0000
(11:19 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 11:19:41 +0000
(11:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1351
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 b0832220513abd31a697389ec1b8bc7731257a2a..0ac71333d6afdf033ebc71ae069411f81df15c5a 100644
(file)
--- a/
src/include/krb5/stock/config.h
+++ b/
src/include/krb5/stock/config.h
@@
-33,6
+33,9
@@
#ifdef HasVoidSignalReturnTrue
#define POSIX_SIGTYPE
+#define krb5_sigtype void
+#else
+typedef int krb5_sigtype;
#endif
#ifdef HasStringHTrue