From 995a55159dc4b4831e45fe9827a99cadad1bcbd3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 26 Jun 2012 06:17:31 -0400 Subject: Auto-commit of generated files. --- autogen/config.in | 6 ++++++ autogen/configure | 1 + 2 files changed, 7 insertions(+) diff --git a/autogen/config.in b/autogen/config.in index 20fe0874c4..7f50d0b89c 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -738,6 +738,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR @@ -747,6 +750,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strncasecmp' function. */ +#undef HAVE_STRNCASECMP + /* Define to 1 if you have the `strsignal' function. */ #undef HAVE_STRSIGNAL diff --git a/autogen/configure b/autogen/configure index 321e9d5ca5..bb69633a8c 100755 --- a/autogen/configure +++ b/autogen/configure @@ -20948,6 +20948,7 @@ gai_strerror mkstemp getline getdelim fsync sync \ difftime posix_memalign \ getpwent endpwent getgrent endgrent \ touchlock \ +strcasecmp strncasecmp \ cfmakeraw cfsetspeed copysign __executable_start do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -- cgit v1.2.3