]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_krb4/lifetime.c
Remove bdb env on exit
[netatalk.git] / etc / uams / uams_krb4 / lifetime.c
index c5a7f91315f2541ceb162b326d041d9c32cd152c..428eac9014fe9b99a7de67e6f5165b80dd5ce810 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: lifetime.c,v 1.2 2001-02-27 21:07:20 rufustfirefly Exp $
+ * $Id: lifetime.c,v 1.3 2001-06-25 20:13:45 rufustfirefly Exp $
  *
  * Ticket lifetime.  This defines the table used to lookup lifetime
  * for the fixed part of rande of the one byte lifetime field.  Values
  * upperbounds on ticket lifetimes.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <sys/types.h>
 #include <netatalk/endian.h>
 
@@ -23,7 +27,7 @@
 #define MAXTKTLIFETIME (30*24*3600)    /* 30 days */
 #ifndef NEVERDATE
 #define NEVERDATE ((u_int32_t)-1L)
-#endif
+#endif /* NEVERDATE */
 
 static int tkt_lifetimes[TKTLIFENUMFIXED] = {
     38400,                             /* 10.67 hours, 0.44 days */