diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/stock/osconf.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index 940a39268..8e2e4e702 100644 --- a/src/include/krb5/stock/osconf.h +++ b/src/include/krb5/stock/osconf.h @@ -1,3 +1,6 @@ +#ifdef UnifdefRan +/* WARNING: this file is automatically generated; do not edit! */ +#endif /* * $Source$ * $Author$ @@ -9,7 +12,6 @@ * <krb5/copyright.h>. * * Site- and OS- dependant configuration. - * This is mostly a stub. */ #include <krb5/copyright.h> @@ -17,11 +19,13 @@ #ifndef KRB5_OSCONF__ #define KRB5_OSCONF__ -#ifdef ultrix +#ifndef HasNdbmTrue #define ODBM #endif +#ifdef HasInetTrue #define KRB5_USE_INET /* Support IP address family */ +#endif #define USE_DBM_LNAME /* Use a DBM database for the aname/lname conversion */ @@ -40,10 +44,4 @@ #define RCTMPDIR "/usr/tmp" /* directory to store replay caches */ #define KDCRCACHE "dfl:krb5kdc_rcache" -#ifdef POSIX_SIGTYPE -#define sigtype void -#else -typedef int sigtype; -#endif - #endif /* KRB5_OSCONF__ */ |
