Mercurial > emacs
comparison configure @ 96129:ac3d7f9c33d5
Update.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 20 Jun 2008 18:18:40 +0000 |
parents | 0f9033e19d18 |
children | ddedcecb18ef |
comparison
equal
deleted
inserted
replaced
96128:d5ad6b6af42d | 96129:ac3d7f9c33d5 |
---|---|
16362 | 16362 |
16363 | 16363 |
16364 | 16364 |
16365 | 16365 |
16366 | 16366 |
16367 | |
16368 | |
16367 for ac_func in gethostname getdomainname dup2 \ | 16369 for ac_func in gethostname getdomainname dup2 \ |
16368 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ | 16370 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ |
16369 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime setsid \ | 16371 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime setsid \ |
16370 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 16372 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
16371 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \ | 16373 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \ |
16372 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ | 16374 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ |
16373 sendto recvfrom getsockopt setsockopt getsockname getpeername \ | 16375 sendto recvfrom getsockopt setsockopt getsockname getpeername \ |
16374 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \ | 16376 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \ |
16375 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign | 16377 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign \ |
16378 cfmakeraw cfsetspeed | |
16376 do | 16379 do |
16377 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 16380 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
16378 { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 16381 { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
16379 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 16382 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
16380 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 16383 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
18977 /* confdefs.h. */ | 18980 /* confdefs.h. */ |
18978 _ACEOF | 18981 _ACEOF |
18979 cat confdefs.h >>conftest.$ac_ext | 18982 cat confdefs.h >>conftest.$ac_ext |
18980 cat >>conftest.$ac_ext <<_ACEOF | 18983 cat >>conftest.$ac_ext <<_ACEOF |
18981 /* end confdefs.h. */ | 18984 /* end confdefs.h. */ |
18982 #include <stdio.h> | 18985 #include <sys/types.h> /* for off_t */ |
18986 #include <stdio.h> | |
18983 int | 18987 int |
18984 main () | 18988 main () |
18985 { | 18989 { |
18986 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 18990 int (*fp) (FILE *, off_t, int) = fseeko; |
18991 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18987 ; | 18992 ; |
18988 return 0; | 18993 return 0; |
18989 } | 18994 } |
18990 _ACEOF | 18995 _ACEOF |
18991 rm -f conftest.$ac_objext conftest$ac_exeext | 18996 rm -f conftest.$ac_objext conftest$ac_exeext |
19021 _ACEOF | 19026 _ACEOF |
19022 cat confdefs.h >>conftest.$ac_ext | 19027 cat confdefs.h >>conftest.$ac_ext |
19023 cat >>conftest.$ac_ext <<_ACEOF | 19028 cat >>conftest.$ac_ext <<_ACEOF |
19024 /* end confdefs.h. */ | 19029 /* end confdefs.h. */ |
19025 #define _LARGEFILE_SOURCE 1 | 19030 #define _LARGEFILE_SOURCE 1 |
19026 #include <stdio.h> | 19031 #include <sys/types.h> /* for off_t */ |
19032 #include <stdio.h> | |
19027 int | 19033 int |
19028 main () | 19034 main () |
19029 { | 19035 { |
19030 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 19036 int (*fp) (FILE *, off_t, int) = fseeko; |
19037 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
19031 ; | 19038 ; |
19032 return 0; | 19039 return 0; |
19033 } | 19040 } |
19034 _ACEOF | 19041 _ACEOF |
19035 rm -f conftest.$ac_objext conftest$ac_exeext | 19042 rm -f conftest.$ac_objext conftest$ac_exeext |