aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-20 06:18:48 -0400
committerGlenn Morris2012-05-20 06:18:48 -0400
commit754b8051171cab674ebf18893c8fbbc98b7ffaa7 (patch)
treee595d7ec74e8152943eef58054c59a720b0a7483
parentb2f4d39feba297c55c0547d933c018267d9157f8 (diff)
downloademacs-754b8051171cab674ebf18893c8fbbc98b7ffaa7.tar.gz
emacs-754b8051171cab674ebf18893c8fbbc98b7ffaa7.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in30
-rwxr-xr-xautogen/configure12
2 files changed, 6 insertions, 36 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 56d5d1976f0..b08960e0fd4 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -269,9 +269,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
269/* Define to 1 if you have the `getdelim' function. */ 269/* Define to 1 if you have the `getdelim' function. */
270#undef HAVE_GETDELIM 270#undef HAVE_GETDELIM
271 271
272/* Define to 1 if you have the `getdomainname' function. */
273#undef HAVE_GETDOMAINNAME
274
275/* Define to 1 if you have the `getgrent' function. */ 272/* Define to 1 if you have the `getgrent' function. */
276#undef HAVE_GETGRENT 273#undef HAVE_GETGRENT
277 274
@@ -311,9 +308,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
311/* Define to 1 if you have the `getsockname' function. */ 308/* Define to 1 if you have the `getsockname' function. */
312#undef HAVE_GETSOCKNAME 309#undef HAVE_GETSOCKNAME
313 310
314/* Define to 1 if you have the `getsockopt' function. */
315#undef HAVE_GETSOCKOPT
316
317/* Define to 1 if you have the `gettimeofday' function. */ 311/* Define to 1 if you have the `gettimeofday' function. */
318#undef HAVE_GETTIMEOFDAY 312#undef HAVE_GETTIMEOFDAY
319 313
@@ -540,24 +534,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
540/* Define to 1 if you have the <malloc/malloc.h> header file. */ 534/* Define to 1 if you have the <malloc/malloc.h> header file. */
541#undef HAVE_MALLOC_MALLOC_H 535#undef HAVE_MALLOC_MALLOC_H
542 536
543/* Define to 1 if you have the `mblen' function. */
544#undef HAVE_MBLEN
545
546/* Define to 1 if you have the `mbrlen' function. */
547#undef HAVE_MBRLEN
548
549/* Define to 1 if you have the `mbsinit' function. */
550#undef HAVE_MBSINIT
551
552/* Define to 1 if <wchar.h> declares mbstate_t. */ 537/* Define to 1 if <wchar.h> declares mbstate_t. */
553#undef HAVE_MBSTATE_T 538#undef HAVE_MBSTATE_T
554 539
555/* Define to 1 if you have the <memory.h> header file. */ 540/* Define to 1 if you have the <memory.h> header file. */
556#undef HAVE_MEMORY_H 541#undef HAVE_MEMORY_H
557 542
558/* Define to 1 if you have the `mempcpy' function. */
559#undef HAVE_MEMPCPY
560
561/* Define to 1 if you have mouse menus. (This is automatic if you use X, but 543/* Define to 1 if you have mouse menus. (This is automatic if you use X, but
562 the option to specify it remains.) It is also defined with other window 544 the option to specify it remains.) It is also defined with other window
563 systems that support xmenu.c. */ 545 systems that support xmenu.c. */
@@ -575,9 +557,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
575/* Define if you have mouse support. */ 557/* Define if you have mouse support. */
576#undef HAVE_MOUSE 558#undef HAVE_MOUSE
577 559
578/* Define to 1 if you have the `mremap' function. */
579#undef HAVE_MREMAP
580
581/* Define to 1 if you have the <net/if_dl.h> header file. */ 560/* Define to 1 if you have the <net/if_dl.h> header file. */
582#undef HAVE_NET_IF_DL_H 561#undef HAVE_NET_IF_DL_H
583 562
@@ -672,9 +651,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
672/* Define to 1 if you have the `setsid' function. */ 651/* Define to 1 if you have the `setsid' function. */
673#undef HAVE_SETSID 652#undef HAVE_SETSID
674 653
675/* Define to 1 if you have the `setsockopt' function. */
676#undef HAVE_SETSOCKOPT
677
678/* Define to 1 if you have the `shutdown' function. */ 654/* Define to 1 if you have the `shutdown' function. */
679#undef HAVE_SHUTDOWN 655#undef HAVE_SHUTDOWN
680 656
@@ -854,9 +830,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
854/* Define to 1 if you have the `tzset' function. */ 830/* Define to 1 if you have the `tzset' function. */
855#undef HAVE_TZSET 831#undef HAVE_TZSET
856 832
857/* Define to 1 if you have the `ualarm' function. */
858#undef HAVE_UALARM
859
860/* Define to 1 if you have the <unistd.h> header file. */ 833/* Define to 1 if you have the <unistd.h> header file. */
861#undef HAVE_UNISTD_H 834#undef HAVE_UNISTD_H
862 835
@@ -936,9 +909,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
936/* Define to 1 if you have the `XScreenResourceString' function. */ 909/* Define to 1 if you have the `XScreenResourceString' function. */
937#undef HAVE_XSCREENRESOURCESTRING 910#undef HAVE_XSCREENRESOURCESTRING
938 911
939/* Define to 1 if you have the `XSetWMProtocols' function. */
940#undef HAVE_XSETWMPROTOCOLS
941
942/* Define if you have usable i18n support. */ 912/* Define if you have usable i18n support. */
943#undef HAVE_X_I18N 913#undef HAVE_X_I18N
944 914
diff --git a/autogen/configure b/autogen/configure
index 559fe4c526c..c46e7717bb0 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -10903,7 +10903,7 @@ $as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h
10903 fi 10903 fi
10904 10904
10905 for ac_func in XrmSetDatabase XScreenResourceString \ 10905 for ac_func in XrmSetDatabase XScreenResourceString \
10906XScreenNumberOfScreen XSetWMProtocols 10906XScreenNumberOfScreen
10907do : 10907do :
10908 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 10908 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10909ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 10909ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -14312,15 +14312,15 @@ esac
14312 14312
14313 14313
14314 14314
14315for ac_func in gethostname getdomainname \ 14315for ac_func in gethostname \
14316rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ 14316rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
14317random lrand48 logb frexp fmod rint cbrt setsid \ 14317random lrand48 logb frexp fmod rint cbrt setsid \
14318strerror fpathconf select euidaccess getpagesize tzset setlocale \ 14318strerror fpathconf select euidaccess getpagesize tzset setlocale \
14319utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \ 14319utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \
14320__fpending mblen mbrlen mbsinit strsignal setitimer ualarm \ 14320__fpending strsignal setitimer \
14321sendto recvfrom getsockopt setsockopt getsockname getpeername \ 14321sendto recvfrom getsockname getpeername \
14322gai_strerror mkstemp getline getdelim mremap fsync sync \ 14322gai_strerror mkstemp getline getdelim fsync sync \
14323difftime mempcpy mblen mbrlen posix_memalign \ 14323difftime posix_memalign \
14324getpwent endpwent getgrent endgrent \ 14324getpwent endpwent getgrent endgrent \
14325cfmakeraw cfsetspeed copysign __executable_start 14325cfmakeraw cfsetspeed copysign __executable_start
14326do : 14326do :