]> granicus.if.org Git - fcron/commitdiff
added PAM support
authorthib <thib>
Wed, 12 Sep 2001 13:45:25 +0000 (13:45 +0000)
committerthib <thib>
Wed, 12 Sep 2001 13:45:25 +0000 (13:45 +0000)
config.h.in
global.h

index fa0af41e112c8797c05e2ecc44e91111b3c15244..f61abbdb47c2392700b243df13e81478041061cc 100644 (file)
@@ -21,7 +21,7 @@
  *  `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
index b7348bee44e3524258f7f12bd597d36dcee974ed..c79b5dee00b3dc546fb25e406b4db78592e71913 100644 (file)
--- a/global.h
+++ b/global.h
@@ -21,7 +21,7 @@
  *  `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 */