From 280ea5884dcede5f654149c25b406596e7737fe8 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 7 Feb 1990 10:44:28 +0000 Subject: [PATCH] choose sigtype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@295 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/osconf.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index e108508ba..b3d433ee8 100644 --- 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__ */ -- 2.26.2