diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-10 00:11:17 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-10 00:13:36 +0700 |
commit | 31b40f11f1cf7c79eff80bed214d3350a9a209a4 (patch) | |
tree | 09ac466fbdc060d45151002d5fcc4d7fd96978f0 /sim/ppc/config.in | |
parent | 8263b346fa07e3f679b05a8b369d491af51e6de8 (diff) | |
download | gdb-31b40f11f1cf7c79eff80bed214d3350a9a209a4.zip gdb-31b40f11f1cf7c79eff80bed214d3350a9a209a4.tar.gz gdb-31b40f11f1cf7c79eff80bed214d3350a9a209a4.tar.bz2 |
sim: ppc: drop obsolete USE_WIN32API check
This controls only one thing: how to call mkdir(). The gnulib code
already has a mkdir module that provides this exact logic for us, so
punt the code entirely.
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index 442835a..4f28271 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -56,8 +56,3 @@ /* 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 |