changeset 85562:43ddb74bd1e1

(HAVE_STDLIB_H): Define. (abort): Redefinition moved to nt/config.nt.
author Jason Rumney <jasonr@gnu.org>
date Mon, 22 Oct 2007 22:42:36 +0000
parents 70024c01bdfa
children 7f3100edb238
files src/s/ms-w32.h
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/ms-w32.h	Mon Oct 22 22:39:06 2007 +0000
+++ b/src/s/ms-w32.h	Mon Oct 22 22:42:36 2007 +0000
@@ -241,6 +241,7 @@
 #undef  HAVE_TERMIOS_H
 #define HAVE_LIMITS_H 1
 #define HAVE_STRING_H 1
+#define HAVE_STDLIB_H 1
 #define HAVE_PWD_H 1
 #define STDC_HEADERS 1
 #define TIME_WITH_SYS_TIME 1
@@ -401,10 +402,6 @@
 #define utime	  _utime
 #endif
 
-#ifdef HAVE_NTGUI
-#define abort	w32_abort
-#endif
-
 /* this is hacky, but is necessary to avoid warnings about macro
    redefinitions using the SDK compilers */
 #ifndef __STDC__