put in sigtype defines
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:19:41 +0000 (11:19 +0000)
committerJohn 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

index b0832220513abd31a697389ec1b8bc7731257a2a..0ac71333d6afdf033ebc71ae069411f81df15c5a 100644 (file)
@@ -33,6 +33,9 @@
 
 #ifdef HasVoidSignalReturnTrue
 #define POSIX_SIGTYPE
+#define krb5_sigtype void
+#else
+typedef int krb5_sigtype;
 #endif
 
 #ifdef HasStringHTrue