mirror of
https://github.com/mirror/wget.git
synced 2024-12-29 14:30:48 +08:00
[svn] Removed conditional cruft in windows/config.h.* that was there for
Unix-like systems. Submitted by Ian Abbott in <3C98D4FD.23721.2823B6@localhost>.
This commit is contained in:
parent
9f485af560
commit
199676dbcb
@ -1,3 +1,9 @@
|
||||
2002-03-20 Ian Abbott <abbotti@mev.co.uk>
|
||||
|
||||
* windows/config.h.bor:
|
||||
* windows/config.h.ms:
|
||||
Removed conditional cruft that was there for Unix-like systems.
|
||||
|
||||
2002-03-20 Ian Abbott <abbotti@mev.co.uk>
|
||||
|
||||
* * windows/wget.dep: Fix dependencies for target mswindows$o
|
||||
|
@ -26,29 +26,8 @@
|
||||
/* Define if you have the <alloca.h> header file. */
|
||||
#undef HAVE_ALLOCA_H
|
||||
|
||||
/* AIX requires this to be the first thing in the file. */
|
||||
#ifdef __GNUC__
|
||||
# define alloca __builtin_alloca
|
||||
#else
|
||||
# if HAVE_ALLOCA_H
|
||||
# include <alloca.h>
|
||||
# else
|
||||
# ifdef _AIX
|
||||
#pragma alloca
|
||||
# else
|
||||
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
||||
# include <malloc.h>
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Define if on AIX 3.
|
||||
System headers sometimes define this.
|
||||
We just want to avoid a redefinition error message. */
|
||||
#ifndef _ALL_SOURCE
|
||||
/* #undef _ALL_SOURCE */
|
||||
#endif
|
||||
/* For Borland C++ 5.5, alloca is defined in the <malloc.h> header file. */
|
||||
#include <malloc.h>
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
/* #undef const */
|
||||
|
@ -22,29 +22,8 @@
|
||||
/* Define if you have the <alloca.h> header file. */
|
||||
#undef HAVE_ALLOCA_H
|
||||
|
||||
/* AIX requires this to be the first thing in the file. */
|
||||
#ifdef __GNUC__
|
||||
# define alloca __builtin_alloca
|
||||
#else
|
||||
# if HAVE_ALLOCA_H
|
||||
# include <alloca.h>
|
||||
# else
|
||||
# ifdef _AIX
|
||||
#pragma alloca
|
||||
# else
|
||||
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
||||
/* Microsoft and Watcom libraries have an alloca function. */
|
||||
char *alloca ();
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Define if on AIX 3.
|
||||
System headers sometimes define this.
|
||||
We just want to avoid a redefinition error message. */
|
||||
#ifndef _ALL_SOURCE
|
||||
/* #undef _ALL_SOURCE */
|
||||
#endif
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
/* #undef const */
|
||||
|
Loading…
Reference in New Issue
Block a user