]> 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 582533fec5a9e2a76f4ae56c5a3738aea7c56cf3..428eac9014fe9b99a7de67e6f5165b80dd5ce810 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $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
  * less than 0x80 are intrpreted as the number of 5 minute intervals.
  * upperbounds on ticket lifetimes.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <sys/types.h>
 #include <netatalk/endian.h>
 
@@ -21,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 */