X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcheck-decl.m4;h=4a0fda061721cbfa69278f1038787331349b77f5;hb=124a808909be8e3a00e43e32bede9b6cead3de4e;hp=b374705a0210577aca897f30c1ccbfc2cdab0d00;hpb=ee76465ad82c04707c78ff3ed723358217c9e34f;p=gnulib.git diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index b374705a0..4a0fda061 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 18 +#serial 19 dnl This is just a wrapper function to encapsulate this kludge. dnl Putting it in a separate file like this helps share it between @@ -9,19 +9,9 @@ AC_DEFUN([jm_CHECK_DECLS], AC_REQUIRE([AC_HEADER_TIME]) headers=' #include -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#else -# if HAVE_STRINGS_H -# include -# endif -#endif -#if HAVE_STDLIB_H -# include -#endif +#include +#include + #if HAVE_UNISTD_H # include #endif