aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-06-26 06:17:31 -0400
committerGlenn Morris <[email protected]>2012-06-26 06:17:31 -0400
commit995a55159dc4b4831e45fe9827a99cadad1bcbd3 (patch)
tree321011628cfec07d1cbc914af458f49c8ba79a07
parent5cf983b29d92c0c5d90b233d2c25f4f5defb60be (diff)
Auto-commit of generated files.
-rw-r--r--autogen/config.in6
-rwxr-xr-xautogen/configure1
2 files changed, 7 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the <stdlib.h> 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 <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the <string.h> 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`