]> granicus.if.org Git - sudo/commitdiff
added putenv & setenv
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 6 Aug 1994 23:18:38 +0000 (23:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 6 Aug 1994 23:18:38 +0000 (23:18 +0000)
config.h.in

index f3aadc1fdcdd979209b818ff46a02a141c9cd21c..c99dab0d47e7fc933df666bce280930c2ed8938f 100644 (file)
 /* Define if you have sysconf(3c). */
 #undef HAVE_SYSCONF
 
+/* Define if you have putenv(3). */
+#undef HAVE_PUTENV
+
+/* Define if you have setenv(3). */
+#undef HAVE_SETENV
+
 /* Define if you have the <malloc.h> header file.  */
 #undef HAVE_MALLOC_H