From: John Kohl Date: Mon, 29 Oct 1990 10:41:53 +0000 (+0000) Subject: converted to OS config stock template file X-Git-Tag: krb5-1.0-alpha2~69 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2053fd01d966d0921eec58b791249f356fe23a86;p=krb5.git converted to OS config stock template file git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1342 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 @@ * . * * Site- and OS- dependant configuration. - * This is mostly a stub. */ #include @@ -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__ */