summaryrefslogtreecommitdiffstats
path: root/intl/l10nflist.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-21 16:12:24 +0000
committerBruno Haible <bruno@clisp.org>2001-01-21 16:12:24 +0000
commit2769926e6e7cac7d7020bd38be90ff2fd4cbb602 (patch)
tree15913890385723aaa21e7d11a4239411f19911be /intl/l10nflist.c
parent697735b2b75d59341cc2cbed2f4bf7a0ee73547c (diff)
downloadexternal_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.zip
external_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.tar.gz
external_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.tar.bz2
Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r--intl/l10nflist.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index 2da1ba2..0ded3ce 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -26,15 +26,7 @@
# include <config.h>
#endif
-
-#if defined HAVE_STRING_H || defined _LIBC
-# include <string.h>
-#else
-# include <strings.h>
-# ifndef memcpy
-# define memcpy(Dst, Src, Num) (bcopy (Src, Dst, Num), (Dst))
-# endif
-#endif
+#include <string.h>
#if !HAVE_STRCHR && !defined _LIBC
# ifndef strchr
# define strchr index
@@ -46,10 +38,7 @@
#endif
#include <ctype.h>
#include <sys/types.h>
-
-#if defined HAVE_STDLIB_H || defined _LIBC
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
#include "loadinfo.h"