]> granicus.if.org Git - fcron/commitdiff
added a few constants for portability
authorthib <thib>
Sun, 11 May 2008 11:07:36 +0000 (11:07 +0000)
committerthib <thib>
Sun, 11 May 2008 11:07:36 +0000 (11:07 +0000)
config.h.in

index ac3e121bb6c72aa0e923df00ad91a9b76f5b232a..32aaea43d5c1f3fbb82f85694b9dfccca3f48de6 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.62 2007-04-14 18:04:19 thib Exp $ */
+ /* $Id: config.h.in,v 1.63 2008-05-11 11:07:36 thib Exp $ */
 
 
 /* *********************************************************** */
 /* Define if you have the getopt_long function.  */
 #undef HAVE_GETOPT_LONG
 
+/* Define if you have the getspnam function.  */
+#undef HAVE_GETSPNAM
+
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
 /* Define if you have <shadow.h>.  */
 #undef HAVE_SHADOW_H
 
+/* Define if you have the unsetenv function.  */
+#undef HAVE_UNSETENV
+
 /* Define if you have <nlist.h>.  */
 #undef NLIST_STRUCT
 
 /* Define if you have the pam library (-lpam).  */
 #undef HAVE_LIBPAM
 
-/* Define if you have the shadow library (-lshadow or included in c library).  */
-#undef HAVE_LIBSHADOW
-
 /* Have SE Linux support */
 #undef WITH_SELINUX