Index: config.auto.h.in =================================================================== --- config.auto.h.in (revision 2543) +++ config.auto.h.in (revision 2544) @@ -2,9 +2,6 @@ /**** TODO ****/ -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - /* Define to 1 if you have the `getpwuid' function. */ #define HAVE_GETPWUID 1 @@ -29,13 +26,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_WAIT_H 1 - - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_WINDOWS_H */ - /* Define to 1 if you have the `_spawnvp' function. */ /* #undef HAVE__SPAWNVP */ @@ -114,6 +104,10 @@ print {\n\n/* Define to 1 if translation of program messages to the user's native language is requested. */\n} print_ternary /local/pcb/want_nls {#define ENABLE_NLS 1} {/*#undef ENABLE_NLS */} +print {\n\n/* Define to 1 if we should use windows api for dynamic linking. */\n} +print_ternary ?libs/LoadLibrary/presents {#define USE_LOADLIBRARY 1} {/* #undef USE_LOADLIBRARY */} + + print [@ /* The host "triplet" - it's really a pair now: machine-os */