Commit 2f992981 by Philippe De Muyter Committed by Jeff Law

acconfig.h (libintl.h): Does not include this file here because it will define…

acconfig.h (libintl.h): Does not include this file here because it will define `NULL' before the system...

Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
	* acconfig.h (libintl.h): Does not include this file here because
	it will define `NULL' before the system files have got any chance
	to define it.
	* intl/explodename.c (stdlib.h): Include this file only if we have it.

From-SVN: r27300
parent 187fd695
Wed Jun 2 00:47:03 1999 Philippe De Muyter <phdm@macqel.be>
* acconfig.h (libintl.h): Does not include this file here because
it will define `NULL' before the system files have got any chance
to define it.
* intl/explodename.c (stdlib.h): Include this file only if we have it.
Sun May 30 16:10:06 1999 Richard Henderson <rth@cygnus.com> Sun May 30 16:10:06 1999 Richard Henderson <rth@cygnus.com>
* config.guess, config.sub: Use toplevel file. * config.guess, config.sub: Use toplevel file.
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
@BOTTOM@ @BOTTOM@
/* For gettext (NLS) */ /* For gettext (NLS) */
#include <libintl.h>
#define _(String) gettext (String) #define _(String) gettext (String)
#define N_(String) (String) #define N_(String) (String)
......
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
# include <config.h> # include <config.h>
#endif #endif
#include <stdlib.h> #if defined STDC_HEADERS || defined _LIBC
# include <stdlib.h>
#endif
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment