From: Thibault Godouet Date: Sun, 11 May 2008 11:07:36 +0000 (+0000) Subject: added a few constants for portability X-Git-Tag: ver3_0_5~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bc3135d5b207eb7c724820353b9f58254fff9e0;p=thirdparty%2Ffcron.git added a few constants for portability --- diff --git a/config.h.in b/config.h.in index ac3e121..32aaea4 100644 --- a/config.h.in +++ b/config.h.in @@ -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 $ */ /* *********************************************************** */ @@ -232,6 +232,9 @@ /* 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 @@ -328,6 +331,9 @@ /* Define if you have . */ #undef HAVE_SHADOW_H +/* Define if you have the unsetenv function. */ +#undef HAVE_UNSETENV + /* Define if you have . */ #undef NLIST_STRUCT @@ -388,9 +394,6 @@ /* 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