[project @ 2003-05-23 14:31:45 by stolz]
authorstolz <unknown>
Fri, 23 May 2003 14:31:46 +0000 (14:31 +0000)
committerstolz <unknown>
Fri, 23 May 2003 14:31:46 +0000 (14:31 +0000)
No (un)setenv until SUSv3 (e.g. Solaris 2.9). (fallback untested)

configure.in
mk/config.h.in

index d298e50..5f64488 100644 (file)
@@ -953,6 +953,7 @@ AC_CHECK_FUNCS(vsnprintf _vsnprintf)
 AC_CHECK_FUNCS(snprintf  _snprintf )  
 AC_CHECK_FUNCS(popen     _popen )  
 AC_CHECK_FUNCS(pclose    _pclose )  
+AC_CHECK_FUNCS(setenv unsetenv)
 
 
 dnl ** check for specific library functions that we are interested in
index b66c524..aa1964d 100644 (file)
 /* Define if you have the `popen' function. */
 #undef HAVE_POPEN
 
+/* Define if you have the `setenv' function. */
+#undef HAVE_SETENV
+
+/* Define if you have the `unsetenv' function. */
+#undef HAVE_UNSETENV
+
 /* Define if you have the <pthread.h> header file. */
 #undef HAVE_PTHREAD_H