Index: trunk/config.auto.h.in =================================================================== --- trunk/config.auto.h.in (revision 2461) +++ trunk/config.auto.h.in (revision 2462) @@ -162,12 +162,6 @@ /* These ones are already autodetected by scconfig */ @] -print {\n\n/* Define to 1 if you have the `putenv' function. */\n} -print_ternary libs/env/putenv/presents {#define HAVE_PUTENV 1} {/* #undef HAVE_PUTENV */} - -print {\n\n/* Define to 1 if you have the `setenv' function. */\n} -print_ternary libs/env/setenv/presents {#define HAVE_SETENV 1} {/* #undef HAVE_SETENV */} - print {\n\n/* Define to 1 if you have the `snprintf' function. */\n} print_ternary libs/snprintf {#define HAVE_SNPRINTF 1} {/* #undef HAVE_SNPRINTF */} Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 2461) +++ trunk/scconfig/hooks.c (revision 2462) @@ -286,8 +286,6 @@ require("sys/path_sep", 0, 1); require("sys/types/size/*", 0, 1); require("cc/rdynamic", 0, 0); - require("libs/env/putenv/presents", 0, 0); - require("libs/env/setenv/presents", 0, 0); require("libs/snprintf", 0, 0); require("libs/vsnprintf", 0, 0); require("libs/fs/getcwd", 0, 0);