]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Assume <stddef.h>, <stdlib.h>, <string.h> exist.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Jul 2006 16:04:05 +0000 (16:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:43 +0000 (12:13 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/localcharset.c
gettext-tools/lib/ChangeLog
gettext-tools/lib/localcharset.c

index b5a1a716bd96ff4a5b3bd97956a2050ebc92397d..2693a33b3c59c8d3f56337f8851c6f333a166ce0 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
+
 2006-07-25  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.msvc: Remove file.
index e8505bfa908a8e43e5d77f0900356ce94dfe5f04..18b627dd51d245c6def7feec26548e6727a9c1ab 100644 (file)
 /* Specification.  */
 #include "localcharset.h"
 
-#if HAVE_STDDEF_H
-# include <stddef.h>
-#endif
-
+#include <stddef.h>
 #include <stdio.h>
-#if HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <string.h>
+#include <stdlib.h>
 
 #if defined _WIN32 || defined __WIN32__
 # define WIN32_NATIVE
index d98d57734285b4a177a0110ab96e070eae29fb81..5abd81bb472a1b42dc4965693854cc8078b827c3 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
+
 2006-07-23  Bruno Haible  <bruno@clisp.org>
 
        Make fstrcmp multithread-safe.
index e8505bfa908a8e43e5d77f0900356ce94dfe5f04..18b627dd51d245c6def7feec26548e6727a9c1ab 100644 (file)
 /* Specification.  */
 #include "localcharset.h"
 
-#if HAVE_STDDEF_H
-# include <stddef.h>
-#endif
-
+#include <stddef.h>
 #include <stdio.h>
-#if HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <string.h>
+#include <stdlib.h>
 
 #if defined _WIN32 || defined __WIN32__
 # define WIN32_NATIVE