converted to OS config stock template file
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 10:41:53 +0000 (10:41 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 10:41:53 +0000 (10:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1342 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/osconf.h

index 940a39268b33840ea04d9883c3f172e761bf44a0..8e2e4e702020db9e69f3307ce7554bbcd1fc33a3 100644 (file)
@@ -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>
 #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 */
 
 #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__ */