]> granicus.if.org Git - fcron/commitdiff
included HAVE_PUTENV
authorthib <thib>
Wed, 13 Sep 2000 15:39:08 +0000 (15:39 +0000)
committerthib <thib>
Wed, 13 Sep 2000 15:39:08 +0000 (15:39 +0000)
config.h.in

index 480b4c478ca07df5f9e089f7e374e7e376d2f371..c8e0b2438d6b9603aa9f2b9967b1f4d11135d36d 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.17 2000-09-12 19:55:14 thib Exp $ */
+ /* $Id: config.h.in,v 1.18 2000-09-13 15:39:08 thib Exp $ */
 
 
 /* *********************************************************** */
 /* Define if you have the putenv function.  */
 #undef HAVE_PUTENV
 
+/* Define if you have the setenv function.  */
+#undef HAVE_SETENV
+
 /* Define if you have the strerror function.  */
 #undef HAVE_STRERROR