* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: config.h.in,v 1.36 2001-08-20 20:02:53 thib Exp $ */
+ /* $Id: config.h.in,v 1.37 2001-09-12 13:50:09 thib Exp $ */
/* *********************************************************** */
/* Define if you have <nlist.h>. */
#undef NLIST_STRUCT
+/* Define if you have the <security/pam_appl.h> header file. */
+#undef HAVE_SECURITY_PAM_APPL_H
+
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define if you have the dgc library (-ldgc). */
#undef HAVE_LIBDGC
+
+/* Define if you have the pam library (-lpam). */
+#undef HAVE_LIBPAM
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: global.h,v 1.32 2001-08-20 10:58:07 thib Exp $ */
+ /* $Id: global.h,v 1.33 2001-09-12 13:45:25 thib Exp $ */
/*
#include <limits.h>
#endif
+#ifdef HAVE_LIBPAM
+#include "pam.h"
+#endif
+
#include "bitstring.h" /* bit arrays */
#include "option.h" /* manage fcrontab's options */