projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e07490a
)
choose sigtype
author
John Kohl
<jtkohl@mit.edu>
Wed, 7 Feb 1990 10:44:28 +0000
(10:44 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 7 Feb 1990 10:44:28 +0000
(10:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@295
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/stock/osconf.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/osconf.h
b/src/include/krb5/stock/osconf.h
index e108508baadc04918705942d2662d59c7f334c79..b3d433ee819d6255f1aeb9ff99ad71bbce7f0b25 100644
(file)
--- a/
src/include/krb5/stock/osconf.h
+++ b/
src/include/krb5/stock/osconf.h
@@
-19,4
+19,11
@@
#define KRB5_USE_INET /* Support IP address family */
+
+#ifdef POSIX_SIGTYPE
+#define sigtype void
+#else
+typedef int sigtype;
+#endif
+
#endif /* __krb5_osconf__ */