diff options
| author | David Kastrup | 2003-01-06 14:54:51 +0000 |
|---|---|---|
| committer | David Kastrup | 2003-01-06 14:54:51 +0000 |
| commit | 9e71690ec7f27c99ace1a425f91d000e2276f8b7 (patch) | |
| tree | f5350fd88efbb9363943cbc921dcf1400b97067e | |
| parent | d57c221198eff011e2deaa8e8b7c8f3265dfd18e (diff) | |
| download | emacs-9e71690ec7f27c99ace1a425f91d000e2276f8b7.tar.gz emacs-9e71690ec7f27c99ace1a425f91d000e2276f8b7.zip | |
Regenerated.
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rwxr-xr-x | configure | 392 |
2 files changed, 322 insertions, 73 deletions
| @@ -1,5 +1,8 @@ | |||
| 1 | 2003-01-06 David Kastrup <dak@gnu.org> | 1 | 2003-01-06 David Kastrup <dak@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (INSTALL_INFO): Get install-info command from | ||
| 4 | configure. | ||
| 5 | |||
| 3 | * configure.in: Add tests for install-info | 6 | * configure.in: Add tests for install-info |
| 4 | 7 | ||
| 5 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> | 8 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> |
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | # Generated by GNU Autoconf 2.56. | 3 | # Generated by GNU Autoconf 2.57. |
| 4 | # | 4 | # |
| 5 | # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 | 5 | # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 |
| 6 | # Free Software Foundation, Inc. | 6 | # Free Software Foundation, Inc. |
| @@ -309,7 +309,7 @@ ac_includes_default="\ | |||
| 309 | # include <unistd.h> | 309 | # include <unistd.h> |
| 310 | #endif" | 310 | #endif" |
| 311 | 311 | ||
| 312 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB EGREP LIBSOUND SET_MAKE ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile LTLIBOBJS' | 312 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO EGREP LIBSOUND SET_MAKE ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile LTLIBOBJS' |
| 313 | ac_subst_files='' | 313 | ac_subst_files='' |
| 314 | 314 | ||
| 315 | # Initialize some variables set by options. | 315 | # Initialize some variables set by options. |
| @@ -964,7 +964,7 @@ This file contains any messages produced by compilers while | |||
| 964 | running configure, to aid debugging if configure makes a mistake. | 964 | running configure, to aid debugging if configure makes a mistake. |
| 965 | 965 | ||
| 966 | It was created by $as_me, which was | 966 | It was created by $as_me, which was |
| 967 | generated by GNU Autoconf 2.56. Invocation command line was | 967 | generated by GNU Autoconf 2.57. Invocation command line was |
| 968 | 968 | ||
| 969 | $ $0 $@ | 969 | $ $0 $@ |
| 970 | 970 | ||
| @@ -2369,13 +2369,8 @@ case "${canonical}" in | |||
| 2369 | NON_GNU_CPP=/usr/ccs/lib/cpp | 2369 | NON_GNU_CPP=/usr/ccs/lib/cpp |
| 2370 | RANLIB="ar -ts" | 2370 | RANLIB="ar -ts" |
| 2371 | ;; | 2371 | ;; |
| 2372 | *-sunos5.8* | *-solaris2.8* ) | ||
| 2373 | opsys=sol2-8 | ||
| 2374 | NON_GNU_CPP=/usr/ccs/lib/cpp | ||
| 2375 | RANLIB="ar -ts" | ||
| 2376 | ;; | ||
| 2377 | *-sunos5* | *-solaris* ) | 2372 | *-sunos5* | *-solaris* ) |
| 2378 | opsys=sol2-8 | 2373 | opsys=sol2-6 |
| 2379 | NON_GNU_CPP=/usr/ccs/lib/cpp | 2374 | NON_GNU_CPP=/usr/ccs/lib/cpp |
| 2380 | ;; | 2375 | ;; |
| 2381 | * ) opsys=bsd4-2 ;; | 2376 | * ) opsys=bsd4-2 ;; |
| @@ -3541,6 +3536,8 @@ for ac_c_preproc_warn_flag in '' yes | |||
| 3541 | do | 3536 | do |
| 3542 | # Use a header file that comes with gcc, so configuring glibc | 3537 | # Use a header file that comes with gcc, so configuring glibc |
| 3543 | # with a fresh cross-compiler works. | 3538 | # with a fresh cross-compiler works. |
| 3539 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | ||
| 3540 | # <limits.h> exists even on freestanding compilers. | ||
| 3544 | # On the NeXT, cc -E runs the code through the compiler's parser, | 3541 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3545 | # not just through cpp. "Syntax error" is here to catch this case. | 3542 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3546 | cat >conftest.$ac_ext <<_ACEOF | 3543 | cat >conftest.$ac_ext <<_ACEOF |
| @@ -3550,7 +3547,11 @@ _ACEOF | |||
| 3550 | cat confdefs.h >>conftest.$ac_ext | 3547 | cat confdefs.h >>conftest.$ac_ext |
| 3551 | cat >>conftest.$ac_ext <<_ACEOF | 3548 | cat >>conftest.$ac_ext <<_ACEOF |
| 3552 | /* end confdefs.h. */ | 3549 | /* end confdefs.h. */ |
| 3553 | #include <assert.h> | 3550 | #ifdef __STDC__ |
| 3551 | # include <limits.h> | ||
| 3552 | #else | ||
| 3553 | # include <assert.h> | ||
| 3554 | #endif | ||
| 3554 | Syntax error | 3555 | Syntax error |
| 3555 | _ACEOF | 3556 | _ACEOF |
| 3556 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3557 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -3642,6 +3643,8 @@ for ac_c_preproc_warn_flag in '' yes | |||
| 3642 | do | 3643 | do |
| 3643 | # Use a header file that comes with gcc, so configuring glibc | 3644 | # Use a header file that comes with gcc, so configuring glibc |
| 3644 | # with a fresh cross-compiler works. | 3645 | # with a fresh cross-compiler works. |
| 3646 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | ||
| 3647 | # <limits.h> exists even on freestanding compilers. | ||
| 3645 | # On the NeXT, cc -E runs the code through the compiler's parser, | 3648 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3646 | # not just through cpp. "Syntax error" is here to catch this case. | 3649 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3647 | cat >conftest.$ac_ext <<_ACEOF | 3650 | cat >conftest.$ac_ext <<_ACEOF |
| @@ -3651,7 +3654,11 @@ _ACEOF | |||
| 3651 | cat confdefs.h >>conftest.$ac_ext | 3654 | cat confdefs.h >>conftest.$ac_ext |
| 3652 | cat >>conftest.$ac_ext <<_ACEOF | 3655 | cat >>conftest.$ac_ext <<_ACEOF |
| 3653 | /* end confdefs.h. */ | 3656 | /* end confdefs.h. */ |
| 3654 | #include <assert.h> | 3657 | #ifdef __STDC__ |
| 3658 | # include <limits.h> | ||
| 3659 | #else | ||
| 3660 | # include <assert.h> | ||
| 3661 | #endif | ||
| 3655 | Syntax error | 3662 | Syntax error |
| 3656 | _ACEOF | 3663 | _ACEOF |
| 3657 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3664 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -3899,6 +3906,124 @@ else | |||
| 3899 | fi | 3906 | fi |
| 3900 | 3907 | ||
| 3901 | fi | 3908 | fi |
| 3909 | # Extract the first word of "install-info", so it can be a program name with args. | ||
| 3910 | set dummy install-info; ac_word=$2 | ||
| 3911 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||
| 3912 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | ||
| 3913 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then | ||
| 3914 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 3915 | else | ||
| 3916 | case $INSTALL_INFO in | ||
| 3917 | [\\/]* | ?:[\\/]*) | ||
| 3918 | ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path. | ||
| 3919 | ;; | ||
| 3920 | *) | ||
| 3921 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 3922 | for as_dir in $PATH | ||
| 3923 | do | ||
| 3924 | IFS=$as_save_IFS | ||
| 3925 | test -z "$as_dir" && as_dir=. | ||
| 3926 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 3927 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 3928 | ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext" | ||
| 3929 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 3930 | break 2 | ||
| 3931 | fi | ||
| 3932 | done | ||
| 3933 | done | ||
| 3934 | |||
| 3935 | ;; | ||
| 3936 | esac | ||
| 3937 | fi | ||
| 3938 | INSTALL_INFO=$ac_cv_path_INSTALL_INFO | ||
| 3939 | |||
| 3940 | if test -n "$INSTALL_INFO"; then | ||
| 3941 | echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5 | ||
| 3942 | echo "${ECHO_T}$INSTALL_INFO" >&6 | ||
| 3943 | else | ||
| 3944 | echo "$as_me:$LINENO: result: no" >&5 | ||
| 3945 | echo "${ECHO_T}no" >&6 | ||
| 3946 | fi | ||
| 3947 | |||
| 3948 | # Extract the first word of "install-info", so it can be a program name with args. | ||
| 3949 | set dummy install-info; ac_word=$2 | ||
| 3950 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||
| 3951 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | ||
| 3952 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then | ||
| 3953 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 3954 | else | ||
| 3955 | case $INSTALL_INFO in | ||
| 3956 | [\\/]* | ?:[\\/]*) | ||
| 3957 | ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path. | ||
| 3958 | ;; | ||
| 3959 | *) | ||
| 3960 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 3961 | for as_dir in /usr/sbin | ||
| 3962 | do | ||
| 3963 | IFS=$as_save_IFS | ||
| 3964 | test -z "$as_dir" && as_dir=. | ||
| 3965 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 3966 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 3967 | ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext" | ||
| 3968 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 3969 | break 2 | ||
| 3970 | fi | ||
| 3971 | done | ||
| 3972 | done | ||
| 3973 | |||
| 3974 | ;; | ||
| 3975 | esac | ||
| 3976 | fi | ||
| 3977 | INSTALL_INFO=$ac_cv_path_INSTALL_INFO | ||
| 3978 | |||
| 3979 | if test -n "$INSTALL_INFO"; then | ||
| 3980 | echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5 | ||
| 3981 | echo "${ECHO_T}$INSTALL_INFO" >&6 | ||
| 3982 | else | ||
| 3983 | echo "$as_me:$LINENO: result: no" >&5 | ||
| 3984 | echo "${ECHO_T}no" >&6 | ||
| 3985 | fi | ||
| 3986 | |||
| 3987 | # Extract the first word of "install-info", so it can be a program name with args. | ||
| 3988 | set dummy install-info; ac_word=$2 | ||
| 3989 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||
| 3990 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | ||
| 3991 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then | ||
| 3992 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 3993 | else | ||
| 3994 | case $INSTALL_INFO in | ||
| 3995 | [\\/]* | ?:[\\/]*) | ||
| 3996 | ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path. | ||
| 3997 | ;; | ||
| 3998 | *) | ||
| 3999 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 4000 | for as_dir in /sbin | ||
| 4001 | do | ||
| 4002 | IFS=$as_save_IFS | ||
| 4003 | test -z "$as_dir" && as_dir=. | ||
| 4004 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 4005 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | ||
| 4006 | ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext" | ||
| 4007 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 4008 | break 2 | ||
| 4009 | fi | ||
| 4010 | done | ||
| 4011 | done | ||
| 4012 | |||
| 4013 | test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO=":" | ||
| 4014 | ;; | ||
| 4015 | esac | ||
| 4016 | fi | ||
| 4017 | INSTALL_INFO=$ac_cv_path_INSTALL_INFO | ||
| 4018 | |||
| 4019 | if test -n "$INSTALL_INFO"; then | ||
| 4020 | echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5 | ||
| 4021 | echo "${ECHO_T}$INSTALL_INFO" >&6 | ||
| 4022 | else | ||
| 4023 | echo "$as_me:$LINENO: result: no" >&5 | ||
| 4024 | echo "${ECHO_T}no" >&6 | ||
| 4025 | fi | ||
| 4026 | |||
| 3902 | 4027 | ||
| 3903 | 4028 | ||
| 3904 | if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x | 4029 | if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x |
| @@ -6738,8 +6863,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 6738 | cat >>conftest.$ac_ext <<_ACEOF | 6863 | cat >>conftest.$ac_ext <<_ACEOF |
| 6739 | /* end confdefs.h. */ | 6864 | /* end confdefs.h. */ |
| 6740 | /* System header to define __stub macros and hopefully few prototypes, | 6865 | /* System header to define __stub macros and hopefully few prototypes, |
| 6741 | which can conflict with char malloc_get_state (); below. */ | 6866 | which can conflict with char malloc_get_state (); below. |
| 6742 | #include <assert.h> | 6867 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 6868 | <limits.h> exists even on freestanding compilers. */ | ||
| 6869 | #ifdef __STDC__ | ||
| 6870 | # include <limits.h> | ||
| 6871 | #else | ||
| 6872 | # include <assert.h> | ||
| 6873 | #endif | ||
| 6743 | /* Override any gcc2 internal prototype to avoid an error. */ | 6874 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6744 | #ifdef __cplusplus | 6875 | #ifdef __cplusplus |
| 6745 | extern "C" | 6876 | extern "C" |
| @@ -6763,7 +6894,7 @@ char (*f) () = malloc_get_state; | |||
| 6763 | int | 6894 | int |
| 6764 | main () | 6895 | main () |
| 6765 | { | 6896 | { |
| 6766 | 6897 | return f != malloc_get_state; | |
| 6767 | ; | 6898 | ; |
| 6768 | return 0; | 6899 | return 0; |
| 6769 | } | 6900 | } |
| @@ -6810,8 +6941,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 6810 | cat >>conftest.$ac_ext <<_ACEOF | 6941 | cat >>conftest.$ac_ext <<_ACEOF |
| 6811 | /* end confdefs.h. */ | 6942 | /* end confdefs.h. */ |
| 6812 | /* System header to define __stub macros and hopefully few prototypes, | 6943 | /* System header to define __stub macros and hopefully few prototypes, |
| 6813 | which can conflict with char malloc_set_state (); below. */ | 6944 | which can conflict with char malloc_set_state (); below. |
| 6814 | #include <assert.h> | 6945 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 6946 | <limits.h> exists even on freestanding compilers. */ | ||
| 6947 | #ifdef __STDC__ | ||
| 6948 | # include <limits.h> | ||
| 6949 | #else | ||
| 6950 | # include <assert.h> | ||
| 6951 | #endif | ||
| 6815 | /* Override any gcc2 internal prototype to avoid an error. */ | 6952 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6816 | #ifdef __cplusplus | 6953 | #ifdef __cplusplus |
| 6817 | extern "C" | 6954 | extern "C" |
| @@ -6835,7 +6972,7 @@ char (*f) () = malloc_set_state; | |||
| 6835 | int | 6972 | int |
| 6836 | main () | 6973 | main () |
| 6837 | { | 6974 | { |
| 6838 | 6975 | return f != malloc_set_state; | |
| 6839 | ; | 6976 | ; |
| 6840 | return 0; | 6977 | return 0; |
| 6841 | } | 6978 | } |
| @@ -7098,8 +7235,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 7098 | cat >>conftest.$ac_ext <<_ACEOF | 7235 | cat >>conftest.$ac_ext <<_ACEOF |
| 7099 | /* end confdefs.h. */ | 7236 | /* end confdefs.h. */ |
| 7100 | /* System header to define __stub macros and hopefully few prototypes, | 7237 | /* System header to define __stub macros and hopefully few prototypes, |
| 7101 | which can conflict with char $ac_func (); below. */ | 7238 | which can conflict with char $ac_func (); below. |
| 7102 | #include <assert.h> | 7239 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 7240 | <limits.h> exists even on freestanding compilers. */ | ||
| 7241 | #ifdef __STDC__ | ||
| 7242 | # include <limits.h> | ||
| 7243 | #else | ||
| 7244 | # include <assert.h> | ||
| 7245 | #endif | ||
| 7103 | /* Override any gcc2 internal prototype to avoid an error. */ | 7246 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7104 | #ifdef __cplusplus | 7247 | #ifdef __cplusplus |
| 7105 | extern "C" | 7248 | extern "C" |
| @@ -7123,7 +7266,7 @@ char (*f) () = $ac_func; | |||
| 7123 | int | 7266 | int |
| 7124 | main () | 7267 | main () |
| 7125 | { | 7268 | { |
| 7126 | 7269 | return f != $ac_func; | |
| 7127 | ; | 7270 | ; |
| 7128 | return 0; | 7271 | return 0; |
| 7129 | } | 7272 | } |
| @@ -7732,8 +7875,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 7732 | cat >>conftest.$ac_ext <<_ACEOF | 7875 | cat >>conftest.$ac_ext <<_ACEOF |
| 7733 | /* end confdefs.h. */ | 7876 | /* end confdefs.h. */ |
| 7734 | /* System header to define __stub macros and hopefully few prototypes, | 7877 | /* System header to define __stub macros and hopefully few prototypes, |
| 7735 | which can conflict with char $ac_func (); below. */ | 7878 | which can conflict with char $ac_func (); below. |
| 7736 | #include <assert.h> | 7879 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 7880 | <limits.h> exists even on freestanding compilers. */ | ||
| 7881 | #ifdef __STDC__ | ||
| 7882 | # include <limits.h> | ||
| 7883 | #else | ||
| 7884 | # include <assert.h> | ||
| 7885 | #endif | ||
| 7737 | /* Override any gcc2 internal prototype to avoid an error. */ | 7886 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7738 | #ifdef __cplusplus | 7887 | #ifdef __cplusplus |
| 7739 | extern "C" | 7888 | extern "C" |
| @@ -7757,7 +7906,7 @@ char (*f) () = $ac_func; | |||
| 7757 | int | 7906 | int |
| 7758 | main () | 7907 | main () |
| 7759 | { | 7908 | { |
| 7760 | 7909 | return f != $ac_func; | |
| 7761 | ; | 7910 | ; |
| 7762 | return 0; | 7911 | return 0; |
| 7763 | } | 7912 | } |
| @@ -10209,8 +10358,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 10209 | cat >>conftest.$ac_ext <<_ACEOF | 10358 | cat >>conftest.$ac_ext <<_ACEOF |
| 10210 | /* end confdefs.h. */ | 10359 | /* end confdefs.h. */ |
| 10211 | /* System header to define __stub macros and hopefully few prototypes, | 10360 | /* System header to define __stub macros and hopefully few prototypes, |
| 10212 | which can conflict with char $ac_func (); below. */ | 10361 | which can conflict with char $ac_func (); below. |
| 10213 | #include <assert.h> | 10362 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 10363 | <limits.h> exists even on freestanding compilers. */ | ||
| 10364 | #ifdef __STDC__ | ||
| 10365 | # include <limits.h> | ||
| 10366 | #else | ||
| 10367 | # include <assert.h> | ||
| 10368 | #endif | ||
| 10214 | /* Override any gcc2 internal prototype to avoid an error. */ | 10369 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10215 | #ifdef __cplusplus | 10370 | #ifdef __cplusplus |
| 10216 | extern "C" | 10371 | extern "C" |
| @@ -10234,7 +10389,7 @@ char (*f) () = $ac_func; | |||
| 10234 | int | 10389 | int |
| 10235 | main () | 10390 | main () |
| 10236 | { | 10391 | { |
| 10237 | 10392 | return f != $ac_func; | |
| 10238 | ; | 10393 | ; |
| 10239 | return 0; | 10394 | return 0; |
| 10240 | } | 10395 | } |
| @@ -10613,8 +10768,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 10613 | cat >>conftest.$ac_ext <<_ACEOF | 10768 | cat >>conftest.$ac_ext <<_ACEOF |
| 10614 | /* end confdefs.h. */ | 10769 | /* end confdefs.h. */ |
| 10615 | /* System header to define __stub macros and hopefully few prototypes, | 10770 | /* System header to define __stub macros and hopefully few prototypes, |
| 10616 | which can conflict with char $ac_func (); below. */ | 10771 | which can conflict with char $ac_func (); below. |
| 10617 | #include <assert.h> | 10772 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 10773 | <limits.h> exists even on freestanding compilers. */ | ||
| 10774 | #ifdef __STDC__ | ||
| 10775 | # include <limits.h> | ||
| 10776 | #else | ||
| 10777 | # include <assert.h> | ||
| 10778 | #endif | ||
| 10618 | /* Override any gcc2 internal prototype to avoid an error. */ | 10779 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10619 | #ifdef __cplusplus | 10780 | #ifdef __cplusplus |
| 10620 | extern "C" | 10781 | extern "C" |
| @@ -10638,7 +10799,7 @@ char (*f) () = $ac_func; | |||
| 10638 | int | 10799 | int |
| 10639 | main () | 10800 | main () |
| 10640 | { | 10801 | { |
| 10641 | 10802 | return f != $ac_func; | |
| 10642 | ; | 10803 | ; |
| 10643 | return 0; | 10804 | return 0; |
| 10644 | } | 10805 | } |
| @@ -10900,8 +11061,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 10900 | cat >>conftest.$ac_ext <<_ACEOF | 11061 | cat >>conftest.$ac_ext <<_ACEOF |
| 10901 | /* end confdefs.h. */ | 11062 | /* end confdefs.h. */ |
| 10902 | /* System header to define __stub macros and hopefully few prototypes, | 11063 | /* System header to define __stub macros and hopefully few prototypes, |
| 10903 | which can conflict with char $ac_func (); below. */ | 11064 | which can conflict with char $ac_func (); below. |
| 10904 | #include <assert.h> | 11065 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 11066 | <limits.h> exists even on freestanding compilers. */ | ||
| 11067 | #ifdef __STDC__ | ||
| 11068 | # include <limits.h> | ||
| 11069 | #else | ||
| 11070 | # include <assert.h> | ||
| 11071 | #endif | ||
| 10905 | /* Override any gcc2 internal prototype to avoid an error. */ | 11072 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10906 | #ifdef __cplusplus | 11073 | #ifdef __cplusplus |
| 10907 | extern "C" | 11074 | extern "C" |
| @@ -10925,7 +11092,7 @@ char (*f) () = $ac_func; | |||
| 10925 | int | 11092 | int |
| 10926 | main () | 11093 | main () |
| 10927 | { | 11094 | { |
| 10928 | 11095 | return f != $ac_func; | |
| 10929 | ; | 11096 | ; |
| 10930 | return 0; | 11097 | return 0; |
| 10931 | } | 11098 | } |
| @@ -11265,8 +11432,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 11265 | cat >>conftest.$ac_ext <<_ACEOF | 11432 | cat >>conftest.$ac_ext <<_ACEOF |
| 11266 | /* end confdefs.h. */ | 11433 | /* end confdefs.h. */ |
| 11267 | /* System header to define __stub macros and hopefully few prototypes, | 11434 | /* System header to define __stub macros and hopefully few prototypes, |
| 11268 | which can conflict with char $ac_func (); below. */ | 11435 | which can conflict with char $ac_func (); below. |
| 11269 | #include <assert.h> | 11436 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 11437 | <limits.h> exists even on freestanding compilers. */ | ||
| 11438 | #ifdef __STDC__ | ||
| 11439 | # include <limits.h> | ||
| 11440 | #else | ||
| 11441 | # include <assert.h> | ||
| 11442 | #endif | ||
| 11270 | /* Override any gcc2 internal prototype to avoid an error. */ | 11443 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11271 | #ifdef __cplusplus | 11444 | #ifdef __cplusplus |
| 11272 | extern "C" | 11445 | extern "C" |
| @@ -11290,7 +11463,7 @@ char (*f) () = $ac_func; | |||
| 11290 | int | 11463 | int |
| 11291 | main () | 11464 | main () |
| 11292 | { | 11465 | { |
| 11293 | 11466 | return f != $ac_func; | |
| 11294 | ; | 11467 | ; |
| 11295 | return 0; | 11468 | return 0; |
| 11296 | } | 11469 | } |
| @@ -11548,8 +11721,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 11548 | cat >>conftest.$ac_ext <<_ACEOF | 11721 | cat >>conftest.$ac_ext <<_ACEOF |
| 11549 | /* end confdefs.h. */ | 11722 | /* end confdefs.h. */ |
| 11550 | /* System header to define __stub macros and hopefully few prototypes, | 11723 | /* System header to define __stub macros and hopefully few prototypes, |
| 11551 | which can conflict with char getloadavg (); below. */ | 11724 | which can conflict with char getloadavg (); below. |
| 11552 | #include <assert.h> | 11725 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 11726 | <limits.h> exists even on freestanding compilers. */ | ||
| 11727 | #ifdef __STDC__ | ||
| 11728 | # include <limits.h> | ||
| 11729 | #else | ||
| 11730 | # include <assert.h> | ||
| 11731 | #endif | ||
| 11553 | /* Override any gcc2 internal prototype to avoid an error. */ | 11732 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11554 | #ifdef __cplusplus | 11733 | #ifdef __cplusplus |
| 11555 | extern "C" | 11734 | extern "C" |
| @@ -11573,7 +11752,7 @@ char (*f) () = getloadavg; | |||
| 11573 | int | 11752 | int |
| 11574 | main () | 11753 | main () |
| 11575 | { | 11754 | { |
| 11576 | 11755 | return f != getloadavg; | |
| 11577 | ; | 11756 | ; |
| 11578 | return 0; | 11757 | return 0; |
| 11579 | } | 11758 | } |
| @@ -11626,8 +11805,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 11626 | cat >>conftest.$ac_ext <<_ACEOF | 11805 | cat >>conftest.$ac_ext <<_ACEOF |
| 11627 | /* end confdefs.h. */ | 11806 | /* end confdefs.h. */ |
| 11628 | /* System header to define __stub macros and hopefully few prototypes, | 11807 | /* System header to define __stub macros and hopefully few prototypes, |
| 11629 | which can conflict with char $ac_func (); below. */ | 11808 | which can conflict with char $ac_func (); below. |
| 11630 | #include <assert.h> | 11809 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 11810 | <limits.h> exists even on freestanding compilers. */ | ||
| 11811 | #ifdef __STDC__ | ||
| 11812 | # include <limits.h> | ||
| 11813 | #else | ||
| 11814 | # include <assert.h> | ||
| 11815 | #endif | ||
| 11631 | /* Override any gcc2 internal prototype to avoid an error. */ | 11816 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11632 | #ifdef __cplusplus | 11817 | #ifdef __cplusplus |
| 11633 | extern "C" | 11818 | extern "C" |
| @@ -11651,7 +11836,7 @@ char (*f) () = $ac_func; | |||
| 11651 | int | 11836 | int |
| 11652 | main () | 11837 | main () |
| 11653 | { | 11838 | { |
| 11654 | 11839 | return f != $ac_func; | |
| 11655 | ; | 11840 | ; |
| 11656 | return 0; | 11841 | return 0; |
| 11657 | } | 11842 | } |
| @@ -12025,8 +12210,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 12025 | cat >>conftest.$ac_ext <<_ACEOF | 12210 | cat >>conftest.$ac_ext <<_ACEOF |
| 12026 | /* end confdefs.h. */ | 12211 | /* end confdefs.h. */ |
| 12027 | /* System header to define __stub macros and hopefully few prototypes, | 12212 | /* System header to define __stub macros and hopefully few prototypes, |
| 12028 | which can conflict with char $ac_func (); below. */ | 12213 | which can conflict with char $ac_func (); below. |
| 12029 | #include <assert.h> | 12214 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 12215 | <limits.h> exists even on freestanding compilers. */ | ||
| 12216 | #ifdef __STDC__ | ||
| 12217 | # include <limits.h> | ||
| 12218 | #else | ||
| 12219 | # include <assert.h> | ||
| 12220 | #endif | ||
| 12030 | /* Override any gcc2 internal prototype to avoid an error. */ | 12221 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12031 | #ifdef __cplusplus | 12222 | #ifdef __cplusplus |
| 12032 | extern "C" | 12223 | extern "C" |
| @@ -12050,7 +12241,7 @@ char (*f) () = $ac_func; | |||
| 12050 | int | 12241 | int |
| 12051 | main () | 12242 | main () |
| 12052 | { | 12243 | { |
| 12053 | 12244 | return f != $ac_func; | |
| 12054 | ; | 12245 | ; |
| 12055 | return 0; | 12246 | return 0; |
| 12056 | } | 12247 | } |
| @@ -12444,8 +12635,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 12444 | cat >>conftest.$ac_ext <<_ACEOF | 12635 | cat >>conftest.$ac_ext <<_ACEOF |
| 12445 | /* end confdefs.h. */ | 12636 | /* end confdefs.h. */ |
| 12446 | /* System header to define __stub macros and hopefully few prototypes, | 12637 | /* System header to define __stub macros and hopefully few prototypes, |
| 12447 | which can conflict with char $ac_func (); below. */ | 12638 | which can conflict with char $ac_func (); below. |
| 12448 | #include <assert.h> | 12639 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 12640 | <limits.h> exists even on freestanding compilers. */ | ||
| 12641 | #ifdef __STDC__ | ||
| 12642 | # include <limits.h> | ||
| 12643 | #else | ||
| 12644 | # include <assert.h> | ||
| 12645 | #endif | ||
| 12449 | /* Override any gcc2 internal prototype to avoid an error. */ | 12646 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12450 | #ifdef __cplusplus | 12647 | #ifdef __cplusplus |
| 12451 | extern "C" | 12648 | extern "C" |
| @@ -12469,7 +12666,7 @@ char (*f) () = $ac_func; | |||
| 12469 | int | 12666 | int |
| 12470 | main () | 12667 | main () |
| 12471 | { | 12668 | { |
| 12472 | 12669 | return f != $ac_func; | |
| 12473 | ; | 12670 | ; |
| 12474 | return 0; | 12671 | return 0; |
| 12475 | } | 12672 | } |
| @@ -13484,8 +13681,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 13484 | cat >>conftest.$ac_ext <<_ACEOF | 13681 | cat >>conftest.$ac_ext <<_ACEOF |
| 13485 | /* end confdefs.h. */ | 13682 | /* end confdefs.h. */ |
| 13486 | /* System header to define __stub macros and hopefully few prototypes, | 13683 | /* System header to define __stub macros and hopefully few prototypes, |
| 13487 | which can conflict with char $ac_func (); below. */ | 13684 | which can conflict with char $ac_func (); below. |
| 13488 | #include <assert.h> | 13685 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13686 | <limits.h> exists even on freestanding compilers. */ | ||
| 13687 | #ifdef __STDC__ | ||
| 13688 | # include <limits.h> | ||
| 13689 | #else | ||
| 13690 | # include <assert.h> | ||
| 13691 | #endif | ||
| 13489 | /* Override any gcc2 internal prototype to avoid an error. */ | 13692 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13490 | #ifdef __cplusplus | 13693 | #ifdef __cplusplus |
| 13491 | extern "C" | 13694 | extern "C" |
| @@ -13509,7 +13712,7 @@ char (*f) () = $ac_func; | |||
| 13509 | int | 13712 | int |
| 13510 | main () | 13713 | main () |
| 13511 | { | 13714 | { |
| 13512 | 13715 | return f != $ac_func; | |
| 13513 | ; | 13716 | ; |
| 13514 | return 0; | 13717 | return 0; |
| 13515 | } | 13718 | } |
| @@ -13564,8 +13767,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 13564 | cat >>conftest.$ac_ext <<_ACEOF | 13767 | cat >>conftest.$ac_ext <<_ACEOF |
| 13565 | /* end confdefs.h. */ | 13768 | /* end confdefs.h. */ |
| 13566 | /* System header to define __stub macros and hopefully few prototypes, | 13769 | /* System header to define __stub macros and hopefully few prototypes, |
| 13567 | which can conflict with char $ac_func (); below. */ | 13770 | which can conflict with char $ac_func (); below. |
| 13568 | #include <assert.h> | 13771 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13772 | <limits.h> exists even on freestanding compilers. */ | ||
| 13773 | #ifdef __STDC__ | ||
| 13774 | # include <limits.h> | ||
| 13775 | #else | ||
| 13776 | # include <assert.h> | ||
| 13777 | #endif | ||
| 13569 | /* Override any gcc2 internal prototype to avoid an error. */ | 13778 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13570 | #ifdef __cplusplus | 13779 | #ifdef __cplusplus |
| 13571 | extern "C" | 13780 | extern "C" |
| @@ -13589,7 +13798,7 @@ char (*f) () = $ac_func; | |||
| 13589 | int | 13798 | int |
| 13590 | main () | 13799 | main () |
| 13591 | { | 13800 | { |
| 13592 | 13801 | return f != $ac_func; | |
| 13593 | ; | 13802 | ; |
| 13594 | return 0; | 13803 | return 0; |
| 13595 | } | 13804 | } |
| @@ -13712,8 +13921,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 13712 | cat >>conftest.$ac_ext <<_ACEOF | 13921 | cat >>conftest.$ac_ext <<_ACEOF |
| 13713 | /* end confdefs.h. */ | 13922 | /* end confdefs.h. */ |
| 13714 | /* System header to define __stub macros and hopefully few prototypes, | 13923 | /* System header to define __stub macros and hopefully few prototypes, |
| 13715 | which can conflict with char res_send (); below. */ | 13924 | which can conflict with char res_send (); below. |
| 13716 | #include <assert.h> | 13925 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13926 | <limits.h> exists even on freestanding compilers. */ | ||
| 13927 | #ifdef __STDC__ | ||
| 13928 | # include <limits.h> | ||
| 13929 | #else | ||
| 13930 | # include <assert.h> | ||
| 13931 | #endif | ||
| 13717 | /* Override any gcc2 internal prototype to avoid an error. */ | 13932 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13718 | #ifdef __cplusplus | 13933 | #ifdef __cplusplus |
| 13719 | extern "C" | 13934 | extern "C" |
| @@ -13737,7 +13952,7 @@ char (*f) () = res_send; | |||
| 13737 | int | 13952 | int |
| 13738 | main () | 13953 | main () |
| 13739 | { | 13954 | { |
| 13740 | 13955 | return f != res_send; | |
| 13741 | ; | 13956 | ; |
| 13742 | return 0; | 13957 | return 0; |
| 13743 | } | 13958 | } |
| @@ -13781,8 +13996,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 13781 | cat >>conftest.$ac_ext <<_ACEOF | 13996 | cat >>conftest.$ac_ext <<_ACEOF |
| 13782 | /* end confdefs.h. */ | 13997 | /* end confdefs.h. */ |
| 13783 | /* System header to define __stub macros and hopefully few prototypes, | 13998 | /* System header to define __stub macros and hopefully few prototypes, |
| 13784 | which can conflict with char __res_send (); below. */ | 13999 | which can conflict with char __res_send (); below. |
| 13785 | #include <assert.h> | 14000 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14001 | <limits.h> exists even on freestanding compilers. */ | ||
| 14002 | #ifdef __STDC__ | ||
| 14003 | # include <limits.h> | ||
| 14004 | #else | ||
| 14005 | # include <assert.h> | ||
| 14006 | #endif | ||
| 13786 | /* Override any gcc2 internal prototype to avoid an error. */ | 14007 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13787 | #ifdef __cplusplus | 14008 | #ifdef __cplusplus |
| 13788 | extern "C" | 14009 | extern "C" |
| @@ -13806,7 +14027,7 @@ char (*f) () = __res_send; | |||
| 13806 | int | 14027 | int |
| 13807 | main () | 14028 | main () |
| 13808 | { | 14029 | { |
| 13809 | 14030 | return f != __res_send; | |
| 13810 | ; | 14031 | ; |
| 13811 | return 0; | 14032 | return 0; |
| 13812 | } | 14033 | } |
| @@ -13981,8 +14202,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 13981 | cat >>conftest.$ac_ext <<_ACEOF | 14202 | cat >>conftest.$ac_ext <<_ACEOF |
| 13982 | /* end confdefs.h. */ | 14203 | /* end confdefs.h. */ |
| 13983 | /* System header to define __stub macros and hopefully few prototypes, | 14204 | /* System header to define __stub macros and hopefully few prototypes, |
| 13984 | which can conflict with char hes_getmailhost (); below. */ | 14205 | which can conflict with char hes_getmailhost (); below. |
| 13985 | #include <assert.h> | 14206 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14207 | <limits.h> exists even on freestanding compilers. */ | ||
| 14208 | #ifdef __STDC__ | ||
| 14209 | # include <limits.h> | ||
| 14210 | #else | ||
| 14211 | # include <assert.h> | ||
| 14212 | #endif | ||
| 13986 | /* Override any gcc2 internal prototype to avoid an error. */ | 14213 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13987 | #ifdef __cplusplus | 14214 | #ifdef __cplusplus |
| 13988 | extern "C" | 14215 | extern "C" |
| @@ -14006,7 +14233,7 @@ char (*f) () = hes_getmailhost; | |||
| 14006 | int | 14233 | int |
| 14007 | main () | 14234 | main () |
| 14008 | { | 14235 | { |
| 14009 | 14236 | return f != hes_getmailhost; | |
| 14010 | ; | 14237 | ; |
| 14011 | return 0; | 14238 | return 0; |
| 14012 | } | 14239 | } |
| @@ -15939,8 +16166,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 15939 | cat >>conftest.$ac_ext <<_ACEOF | 16166 | cat >>conftest.$ac_ext <<_ACEOF |
| 15940 | /* end confdefs.h. */ | 16167 | /* end confdefs.h. */ |
| 15941 | /* System header to define __stub macros and hopefully few prototypes, | 16168 | /* System header to define __stub macros and hopefully few prototypes, |
| 15942 | which can conflict with char $ac_func (); below. */ | 16169 | which can conflict with char $ac_func (); below. |
| 15943 | #include <assert.h> | 16170 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16171 | <limits.h> exists even on freestanding compilers. */ | ||
| 16172 | #ifdef __STDC__ | ||
| 16173 | # include <limits.h> | ||
| 16174 | #else | ||
| 16175 | # include <assert.h> | ||
| 16176 | #endif | ||
| 15944 | /* Override any gcc2 internal prototype to avoid an error. */ | 16177 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 15945 | #ifdef __cplusplus | 16178 | #ifdef __cplusplus |
| 15946 | extern "C" | 16179 | extern "C" |
| @@ -15964,7 +16197,7 @@ char (*f) () = $ac_func; | |||
| 15964 | int | 16197 | int |
| 15965 | main () | 16198 | main () |
| 15966 | { | 16199 | { |
| 15967 | 16200 | return f != $ac_func; | |
| 15968 | ; | 16201 | ; |
| 15969 | return 0; | 16202 | return 0; |
| 15970 | } | 16203 | } |
| @@ -16175,8 +16408,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 16175 | cat >>conftest.$ac_ext <<_ACEOF | 16408 | cat >>conftest.$ac_ext <<_ACEOF |
| 16176 | /* end confdefs.h. */ | 16409 | /* end confdefs.h. */ |
| 16177 | /* System header to define __stub macros and hopefully few prototypes, | 16410 | /* System header to define __stub macros and hopefully few prototypes, |
| 16178 | which can conflict with char socket (); below. */ | 16411 | which can conflict with char socket (); below. |
| 16179 | #include <assert.h> | 16412 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16413 | <limits.h> exists even on freestanding compilers. */ | ||
| 16414 | #ifdef __STDC__ | ||
| 16415 | # include <limits.h> | ||
| 16416 | #else | ||
| 16417 | # include <assert.h> | ||
| 16418 | #endif | ||
| 16180 | /* Override any gcc2 internal prototype to avoid an error. */ | 16419 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 16181 | #ifdef __cplusplus | 16420 | #ifdef __cplusplus |
| 16182 | extern "C" | 16421 | extern "C" |
| @@ -16200,7 +16439,7 @@ char (*f) () = socket; | |||
| 16200 | int | 16439 | int |
| 16201 | main () | 16440 | main () |
| 16202 | { | 16441 | { |
| 16203 | 16442 | return f != socket; | |
| 16204 | ; | 16443 | ; |
| 16205 | return 0; | 16444 | return 0; |
| 16206 | } | 16445 | } |
| @@ -16759,8 +16998,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 16759 | cat >>conftest.$ac_ext <<_ACEOF | 16998 | cat >>conftest.$ac_ext <<_ACEOF |
| 16760 | /* end confdefs.h. */ | 16999 | /* end confdefs.h. */ |
| 16761 | /* System header to define __stub macros and hopefully few prototypes, | 17000 | /* System header to define __stub macros and hopefully few prototypes, |
| 16762 | which can conflict with char $ac_func (); below. */ | 17001 | which can conflict with char $ac_func (); below. |
| 16763 | #include <assert.h> | 17002 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 17003 | <limits.h> exists even on freestanding compilers. */ | ||
| 17004 | #ifdef __STDC__ | ||
| 17005 | # include <limits.h> | ||
| 17006 | #else | ||
| 17007 | # include <assert.h> | ||
| 17008 | #endif | ||
| 16764 | /* Override any gcc2 internal prototype to avoid an error. */ | 17009 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 16765 | #ifdef __cplusplus | 17010 | #ifdef __cplusplus |
| 16766 | extern "C" | 17011 | extern "C" |
| @@ -16784,7 +17029,7 @@ char (*f) () = $ac_func; | |||
| 16784 | int | 17029 | int |
| 16785 | main () | 17030 | main () |
| 16786 | { | 17031 | { |
| 16787 | 17032 | return f != $ac_func; | |
| 16788 | ; | 17033 | ; |
| 16789 | return 0; | 17034 | return 0; |
| 16790 | } | 17035 | } |
| @@ -17972,7 +18217,7 @@ _ASBOX | |||
| 17972 | cat >&5 <<_CSEOF | 18217 | cat >&5 <<_CSEOF |
| 17973 | 18218 | ||
| 17974 | This file was extended by $as_me, which was | 18219 | This file was extended by $as_me, which was |
| 17975 | generated by GNU Autoconf 2.56. Invocation command line was | 18220 | generated by GNU Autoconf 2.57. Invocation command line was |
| 17976 | 18221 | ||
| 17977 | CONFIG_FILES = $CONFIG_FILES | 18222 | CONFIG_FILES = $CONFIG_FILES |
| 17978 | CONFIG_HEADERS = $CONFIG_HEADERS | 18223 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -18035,7 +18280,7 @@ _ACEOF | |||
| 18035 | cat >>$CONFIG_STATUS <<_ACEOF | 18280 | cat >>$CONFIG_STATUS <<_ACEOF |
| 18036 | ac_cs_version="\\ | 18281 | ac_cs_version="\\ |
| 18037 | config.status | 18282 | config.status |
| 18038 | configured by $0, generated by GNU Autoconf 2.56, | 18283 | configured by $0, generated by GNU Autoconf 2.57, |
| 18039 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | 18284 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
| 18040 | 18285 | ||
| 18041 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | 18286 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 |
| @@ -18264,6 +18509,7 @@ s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t | |||
| 18264 | s,@INSTALL_DATA@,$INSTALL_DATA,;t t | 18509 | s,@INSTALL_DATA@,$INSTALL_DATA,;t t |
| 18265 | s,@RANLIB@,$RANLIB,;t t | 18510 | s,@RANLIB@,$RANLIB,;t t |
| 18266 | s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t | 18511 | s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t |
| 18512 | s,@INSTALL_INFO@,$INSTALL_INFO,;t t | ||
| 18267 | s,@EGREP@,$EGREP,;t t | 18513 | s,@EGREP@,$EGREP,;t t |
| 18268 | s,@LIBSOUND@,$LIBSOUND,;t t | 18514 | s,@LIBSOUND@,$LIBSOUND,;t t |
| 18269 | s,@SET_MAKE@,$SET_MAKE,;t t | 18515 | s,@SET_MAKE@,$SET_MAKE,;t t |