From 49488bbbf0a70f0d5eda7ba905ba7ad8352e2593 Mon Sep 17 00:00:00 2001 From: Bill Sommerfeld Date: Sat, 3 Feb 1990 10:33:34 +0000 Subject: Initial revision git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@243 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/osconf.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/include/krb5/stock/osconf.h (limited to 'src/include') 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 + * . + * + * Site- and OS- dependant configuration. + * This is mostly a stub. + */ + +#include + +#ifndef __krb5_osconf__ +#define __krb5_osconf__ + +#define KRB5_USE_INET /* Support IP address family */ + +#endif /* __krb5_osconf__ */ -- cgit