BSD 4_3_Net_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 15 Nov 1988 06:51:48 +0000 (22:51 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 15 Nov 1988 06:51:48 +0000 (22:51 -0800)
Work on file usr/src/kerberosIV/krb/one.c

Synthesized-from: CSRG/cd2/net.2

usr/src/kerberosIV/krb/one.c [new file with mode: 0644]

diff --git a/usr/src/kerberosIV/krb/one.c b/usr/src/kerberosIV/krb/one.c
new file mode 100644 (file)
index 0000000..bd13dfe
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * $Source: /mit/kerberos/src/lib/krb/RCS/one.c,v $
+ * $Author: jtkohl $
+ *
+ * Copyright 1988 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
+ */
+
+#ifndef        lint
+static char rcsid_one_c[] =
+"$Header: one.c,v 4.1 88/11/15 16:51:41 jtkohl Exp $";
+#endif lint
+
+#include <mit-copyright.h>
+
+/*
+ * definition of variable set to 1.
+ * used in krb_conf.h to determine host byte order.
+ */
+
+int krbONE = 1;