summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-29 11:19:41 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-29 11:19:41 +0000
commit45c776034c0fdf98bd6dcb2014ef3f9f16144925 (patch)
tree37c954c447f285bf5d0a67f1d1cfa8d52ade6689 /src/include
parentcdf2fe5c5fc077c7dc466eeba2885d71bc3be259 (diff)
downloadkrb5-45c776034c0fdf98bd6dcb2014ef3f9f16144925.tar.gz
krb5-45c776034c0fdf98bd6dcb2014ef3f9f16144925.tar.xz
krb5-45c776034c0fdf98bd6dcb2014ef3f9f16144925.zip
put in sigtype defines
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1351 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h
index b08322205..0ac71333d 100644
--- 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