diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-29 10:41:53 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-29 10:41:53 +0000 |
| commit | 2053fd01d966d0921eec58b791249f356fe23a86 (patch) | |
| tree | fbe8a25a75eac7f7d658d3d761d5c99b7bfc4d66 /src/include | |
| parent | 2722c91d3f7547ead20e959c7d078c7f7689bf6b (diff) | |
| download | krb5-2053fd01d966d0921eec58b791249f356fe23a86.tar.gz krb5-2053fd01d966d0921eec58b791249f356fe23a86.tar.xz krb5-2053fd01d966d0921eec58b791249f356fe23a86.zip | |
converted to OS config stock template file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1342 dc483132-0cff-0310-8789-dd5450dbe970
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__ */ |
