diff options
| author | Bill Sommerfeld <wesommer@mit.edu> | 1990-02-03 10:33:34 +0000 |
|---|---|---|
| committer | Bill Sommerfeld <wesommer@mit.edu> | 1990-02-03 10:33:34 +0000 |
| commit | 49488bbbf0a70f0d5eda7ba905ba7ad8352e2593 (patch) | |
| tree | 8e9d0e7b4be98063cb8936805cccbd16f6031caa /src/include | |
| parent | 610d581a56f20a97fb0c1abe06833a74b1e6446a (diff) | |
| download | krb5-49488bbbf0a70f0d5eda7ba905ba7ad8352e2593.tar.gz krb5-49488bbbf0a70f0d5eda7ba905ba7ad8352e2593.tar.xz krb5-49488bbbf0a70f0d5eda7ba905ba7ad8352e2593.zip | |
Initial revision
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@243 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/stock/osconf.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h new file mode 100644 index 000000000..e108508ba --- /dev/null +++ b/src/include/krb5/stock/osconf.h @@ -0,0 +1,22 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * <krb5/mit-copyright.h>. + * + * Site- and OS- dependant configuration. + * This is mostly a stub. + */ + +#include <krb5/copyright.h> + +#ifndef __krb5_osconf__ +#define __krb5_osconf__ + +#define KRB5_USE_INET /* Support IP address family */ + +#endif /* __krb5_osconf__ */ |
