/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-
-/* Define if we should use the Windows API, instead of the POSIX API. On
- Windows, we use the Windows API when building for MinGW, but the POSIX API
- when building for Cygwin. */
-#undef USE_WIN32API
fi
-case ${host} in
- *mingw32*)
-
-$as_echo "#define USE_WIN32API 1" >>confdefs.h
-
- ;;
-esac
-
ac_config_headers="$ac_config_headers config.h:config.in"
fi],[sim_xor_endian=""])dnl
-case ${host} in
- *mingw32*)
- AC_DEFINE(USE_WIN32API, 1,
- [Define if we should use the Windows API, instead of the
- POSIX API. On Windows, we use the Windows API when
- building for MinGW, but the POSIX API when building
- for Cygwin.])
- ;;
-esac
-
AC_CONFIG_HEADER(config.h:config.in)
if (WITH_TRACE && ppc_trace[trace_os_emul])
printf_filtered ("0x%lx [%s], 0%3o", (long)path_addr, path, mode);
-#ifdef USE_WIN32API
- status = mkdir(path);
-#else
status = mkdir(path, mode);
-#endif
emul_write_status(processor, status, errno);
}
#endif