diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-11-28 23:19:39 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-11-28 23:19:39 +0000 |
commit | 058ad2697eb88a317332bc26118355ad45d79bd2 (patch) | |
tree | 693a46ad3b46a3b890c02ce59997a85dd9f11926 /sim/ppc/config.in | |
parent | 2f79d9fdde630e03dd0ab791807b09259bd6b666 (diff) | |
download | gdb-058ad2697eb88a317332bc26118355ad45d79bd2.zip gdb-058ad2697eb88a317332bc26118355ad45d79bd2.tar.gz gdb-058ad2697eb88a317332bc26118355ad45d79bd2.tar.bz2 |
* configure.ac (USE_WIN32API): Define it.
* configure.in: Regenerate.
* config.in: Likewise.
* emul_netbsd.c (write_timezone): Guard with HAVE_GETTIMEOFDAY.
* emul_unix.c (do_unix_mkdir): Handle Win32 1-argument mkdir.
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index 8d3f438..4343fc3 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -398,6 +398,11 @@ /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* 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 + /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN |