Index: trunk/config.auto.h.in =================================================================== --- trunk/config.auto.h.in (revision 2460) +++ trunk/config.auto.h.in (revision 2461) @@ -162,11 +162,6 @@ /* These ones are already autodetected by scconfig */ @] - - -print {\n\n/* Define to 1 if you have `alloca', as a function or macro. */ \n} -print_ternary cc/alloca/presents {#define HAVE_ALLOCA 1} {/* #undef HAVE_ALLOCA */} - 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 */} Index: trunk/doc-rnd/TODO =================================================================== --- trunk/doc-rnd/TODO (revision 2460) +++ trunk/doc-rnd/TODO (revision 2461) @@ -43,6 +43,7 @@ - route style vs. autorouter CLEANUP #5 +- get rid of alloca() in the ps exporter - conf: throw an error if user config can not be written - the TAB bug: (over ssh -X) press tab for a good 15 seconds; release; it won't work again for a fraction of a second - mark bug - ortho shouldn't use it, it should use last point (crosshair.X2); make sure nothing else abuses it [James] Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 2460) +++ trunk/scconfig/hooks.c (revision 2461) @@ -285,7 +285,6 @@ /* options for config.h */ require("sys/path_sep", 0, 1); require("sys/types/size/*", 0, 1); - require("cc/alloca/presents", 0, 0); require("cc/rdynamic", 0, 0); require("libs/env/putenv/presents", 0, 0); require("libs/env/setenv/presents", 0, 0);