| 24912 |
;; |
;; |
| 24913 |
esac |
esac |
| 24914 |
|
|
| 24915 |
|
echo "$as_me:$LINENO: checking for mode_t" >&5 |
| 24916 |
|
echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 |
| 24917 |
|
if test "${ac_cv_type_mode_t+set}" = set; then |
| 24918 |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24919 |
|
else |
| 24920 |
|
cat >conftest.$ac_ext <<_ACEOF |
| 24921 |
|
/* confdefs.h. */ |
| 24922 |
|
_ACEOF |
| 24923 |
|
cat confdefs.h >>conftest.$ac_ext |
| 24924 |
|
cat >>conftest.$ac_ext <<_ACEOF |
| 24925 |
|
/* end confdefs.h. */ |
| 24926 |
|
$ac_includes_default |
| 24927 |
|
int |
| 24928 |
|
main () |
| 24929 |
|
{ |
| 24930 |
|
if ((mode_t *) 0) |
| 24931 |
|
return 0; |
| 24932 |
|
if (sizeof (mode_t)) |
| 24933 |
|
return 0; |
| 24934 |
|
; |
| 24935 |
|
return 0; |
| 24936 |
|
} |
| 24937 |
|
_ACEOF |
| 24938 |
|
rm -f conftest.$ac_objext |
| 24939 |
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 24940 |
|
(eval $ac_compile) 2>conftest.er1 |
| 24941 |
|
ac_status=$? |
| 24942 |
|
grep -v '^ *+' conftest.er1 >conftest.err |
| 24943 |
|
rm -f conftest.er1 |
| 24944 |
|
cat conftest.err >&5 |
| 24945 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 24946 |
|
(exit $ac_status); } && |
| 24947 |
|
{ ac_try='test -z "$ac_c_werror_flag" |
| 24948 |
|
|| test ! -s conftest.err' |
| 24949 |
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 24950 |
|
(eval $ac_try) 2>&5 |
| 24951 |
|
ac_status=$? |
| 24952 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 24953 |
|
(exit $ac_status); }; } && |
| 24954 |
|
{ ac_try='test -s conftest.$ac_objext' |
| 24955 |
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 24956 |
|
(eval $ac_try) 2>&5 |
| 24957 |
|
ac_status=$? |
| 24958 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 24959 |
|
(exit $ac_status); }; }; then |
| 24960 |
|
ac_cv_type_mode_t=yes |
| 24961 |
|
else |
| 24962 |
|
echo "$as_me: failed program was:" >&5 |
| 24963 |
|
sed 's/^/| /' conftest.$ac_ext >&5 |
| 24964 |
|
|
| 24965 |
|
ac_cv_type_mode_t=no |
| 24966 |
|
fi |
| 24967 |
|
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 24968 |
|
fi |
| 24969 |
|
echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 |
| 24970 |
|
echo "${ECHO_T}$ac_cv_type_mode_t" >&6 |
| 24971 |
|
if test $ac_cv_type_mode_t = yes; then |
| 24972 |
|
: |
| 24973 |
|
else |
| 24974 |
|
|
| 24975 |
|
cat >>confdefs.h <<_ACEOF |
| 24976 |
|
#define mode_t int |
| 24977 |
|
_ACEOF |
| 24978 |
|
|
| 24979 |
|
fi |
| 24980 |
|
|
| 24981 |
|
echo "$as_me:$LINENO: checking for off_t" >&5 |
| 24982 |
|
echo $ECHO_N "checking for off_t... $ECHO_C" >&6 |
| 24983 |
|
if test "${ac_cv_type_off_t+set}" = set; then |
| 24984 |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24985 |
|
else |
| 24986 |
|
cat >conftest.$ac_ext <<_ACEOF |
| 24987 |
|
/* confdefs.h. */ |
| 24988 |
|
_ACEOF |
| 24989 |
|
cat confdefs.h >>conftest.$ac_ext |
| 24990 |
|
cat >>conftest.$ac_ext <<_ACEOF |
| 24991 |
|
/* end confdefs.h. */ |
| 24992 |
|
$ac_includes_default |
| 24993 |
|
int |
| 24994 |
|
main () |
| 24995 |
|
{ |
| 24996 |
|
if ((off_t *) 0) |
| 24997 |
|
return 0; |
| 24998 |
|
if (sizeof (off_t)) |
| 24999 |
|
return 0; |
| 25000 |
|
; |
| 25001 |
|
return 0; |
| 25002 |
|
} |
| 25003 |
|
_ACEOF |
| 25004 |
|
rm -f conftest.$ac_objext |
| 25005 |
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 25006 |
|
(eval $ac_compile) 2>conftest.er1 |
| 25007 |
|
ac_status=$? |
| 25008 |
|
grep -v '^ *+' conftest.er1 >conftest.err |
| 25009 |
|
rm -f conftest.er1 |
| 25010 |
|
cat conftest.err >&5 |
| 25011 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 25012 |
|
(exit $ac_status); } && |
| 25013 |
|
{ ac_try='test -z "$ac_c_werror_flag" |
| 25014 |
|
|| test ! -s conftest.err' |
| 25015 |
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 25016 |
|
(eval $ac_try) 2>&5 |
| 25017 |
|
ac_status=$? |
| 25018 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 25019 |
|
(exit $ac_status); }; } && |
| 25020 |
|
{ ac_try='test -s conftest.$ac_objext' |
| 25021 |
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 25022 |
|
(eval $ac_try) 2>&5 |
| 25023 |
|
ac_status=$? |
| 25024 |
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 25025 |
|
(exit $ac_status); }; }; then |
| 25026 |
|
ac_cv_type_off_t=yes |
| 25027 |
|
else |
| 25028 |
|
echo "$as_me: failed program was:" >&5 |
| 25029 |
|
sed 's/^/| /' conftest.$ac_ext >&5 |
| 25030 |
|
|
| 25031 |
|
ac_cv_type_off_t=no |
| 25032 |
|
fi |
| 25033 |
|
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 25034 |
|
fi |
| 25035 |
|
echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 |
| 25036 |
|
echo "${ECHO_T}$ac_cv_type_off_t" >&6 |
| 25037 |
|
if test $ac_cv_type_off_t = yes; then |
| 25038 |
|
: |
| 25039 |
|
else |
| 25040 |
|
|
| 25041 |
|
cat >>confdefs.h <<_ACEOF |
| 25042 |
|
#define off_t long |
| 25043 |
|
_ACEOF |
| 25044 |
|
|
| 25045 |
|
fi |
| 25046 |
|
|
| 25047 |
echo "$as_me:$LINENO: checking for pid_t" >&5 |
echo "$as_me:$LINENO: checking for pid_t" >&5 |
| 25048 |
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 |
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 |
| 25049 |
if test "${ac_cv_type_pid_t+set}" = set; then |
if test "${ac_cv_type_pid_t+set}" = set; then |
| 25176 |
|
|
| 25177 |
fi |
fi |
| 25178 |
|
|
| 25179 |
echo "$as_me:$LINENO: checking for off_t" >&5 |
echo "$as_me:$LINENO: checking return type of signal handlers" >&5 |
| 25180 |
echo $ECHO_N "checking for off_t... $ECHO_C" >&6 |
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 |
| 25181 |
if test "${ac_cv_type_off_t+set}" = set; then |
if test "${ac_cv_type_signal+set}" = set; then |
| 25182 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 25183 |
else |
else |
| 25184 |
cat >conftest.$ac_ext <<_ACEOF |
cat >conftest.$ac_ext <<_ACEOF |
| 25187 |
cat confdefs.h >>conftest.$ac_ext |
cat confdefs.h >>conftest.$ac_ext |
| 25188 |
cat >>conftest.$ac_ext <<_ACEOF |
cat >>conftest.$ac_ext <<_ACEOF |
| 25189 |
/* end confdefs.h. */ |
/* end confdefs.h. */ |
| 25190 |
$ac_includes_default |
#include <sys/types.h> |
| 25191 |
|
#include <signal.h> |
| 25192 |
|
#ifdef signal |
| 25193 |
|
# undef signal |
| 25194 |
|
#endif |
| 25195 |
|
#ifdef __cplusplus |
| 25196 |
|
extern "C" void (*signal (int, void (*)(int)))(int); |
| 25197 |
|
#else |
| 25198 |
|
void (*signal ()) (); |
| 25199 |
|
#endif |
| 25200 |
|
|
| 25201 |
int |
int |
| 25202 |
main () |
main () |
| 25203 |
{ |
{ |
| 25204 |
if ((off_t *) 0) |
int i; |
|
return 0; |
|
|
if (sizeof (off_t)) |
|
|
return 0; |
|
| 25205 |
; |
; |
| 25206 |
return 0; |
return 0; |
| 25207 |
} |
} |
| 25228 |
ac_status=$? |
ac_status=$? |
| 25229 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 25230 |
(exit $ac_status); }; }; then |
(exit $ac_status); }; }; then |
| 25231 |
ac_cv_type_off_t=yes |
ac_cv_type_signal=void |
| 25232 |
else |
else |
| 25233 |
echo "$as_me: failed program was:" >&5 |
echo "$as_me: failed program was:" >&5 |
| 25234 |
sed 's/^/| /' conftest.$ac_ext >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 |
| 25235 |
|
|
| 25236 |
ac_cv_type_off_t=no |
ac_cv_type_signal=int |
| 25237 |
fi |
fi |
| 25238 |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 25239 |
fi |
fi |
| 25240 |
echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 |
echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 |
| 25241 |
echo "${ECHO_T}$ac_cv_type_off_t" >&6 |
echo "${ECHO_T}$ac_cv_type_signal" >&6 |
|
if test $ac_cv_type_off_t = yes; then |
|
|
: |
|
|
else |
|
| 25242 |
|
|
| 25243 |
cat >>confdefs.h <<_ACEOF |
cat >>confdefs.h <<_ACEOF |
| 25244 |
#define off_t long |
#define RETSIGTYPE $ac_cv_type_signal |
| 25245 |
|
_ACEOF |
| 25246 |
|
|
| 25247 |
|
|
| 25248 |
|
echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 |
| 25249 |
|
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 |
| 25250 |
|
if test "${ac_cv_type_uid_t+set}" = set; then |
| 25251 |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 25252 |
|
else |
| 25253 |
|
cat >conftest.$ac_ext <<_ACEOF |
| 25254 |
|
/* confdefs.h. */ |
| 25255 |
|
_ACEOF |
| 25256 |
|
cat confdefs.h >>conftest.$ac_ext |
| 25257 |
|
cat >>conftest.$ac_ext <<_ACEOF |
| 25258 |
|
/* end confdefs.h. */ |
| 25259 |
|
#include <sys/types.h> |
| 25260 |
|
|
| 25261 |
|
_ACEOF |
| 25262 |
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 25263 |
|
$EGREP "uid_t" >/dev/null 2>&1; then |
| 25264 |
|
ac_cv_type_uid_t=yes |
| 25265 |
|
else |
| 25266 |
|
ac_cv_type_uid_t=no |
| 25267 |
|
fi |
| 25268 |
|
rm -f conftest* |
| 25269 |
|
|
| 25270 |
|
fi |
| 25271 |
|
echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 |
| 25272 |
|
echo "${ECHO_T}$ac_cv_type_uid_t" >&6 |
| 25273 |
|
if test $ac_cv_type_uid_t = no; then |
| 25274 |
|
|
| 25275 |
|
cat >>confdefs.h <<\_ACEOF |
| 25276 |
|
#define uid_t int |
| 25277 |
|
_ACEOF |
| 25278 |
|
|
| 25279 |
|
|
| 25280 |
|
cat >>confdefs.h <<\_ACEOF |
| 25281 |
|
#define gid_t int |
| 25282 |
_ACEOF |
_ACEOF |
| 25283 |
|
|
| 25284 |
fi |
fi |
| 25411 |
|
|
| 25412 |
fi |
fi |
| 25413 |
|
|
|
echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 |
|
|
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 |
|
|
if test "${ac_cv_type_uid_t+set}" = set; then |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
|
else |
|
|
cat >conftest.$ac_ext <<_ACEOF |
|
|
/* confdefs.h. */ |
|
|
_ACEOF |
|
|
cat confdefs.h >>conftest.$ac_ext |
|
|
cat >>conftest.$ac_ext <<_ACEOF |
|
|
/* end confdefs.h. */ |
|
|
#include <sys/types.h> |
|
|
|
|
|
_ACEOF |
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
|
|
$EGREP "uid_t" >/dev/null 2>&1; then |
|
|
ac_cv_type_uid_t=yes |
|
|
else |
|
|
ac_cv_type_uid_t=no |
|
|
fi |
|
|
rm -f conftest* |
|
|
|
|
|
fi |
|
|
echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 |
|
|
echo "${ECHO_T}$ac_cv_type_uid_t" >&6 |
|
|
if test $ac_cv_type_uid_t = no; then |
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF |
|
|
#define uid_t int |
|
|
_ACEOF |
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF |
|
|
#define gid_t int |
|
|
_ACEOF |
|
|
|
|
|
fi |
|
|
|
|
| 25414 |
echo "$as_me:$LINENO: checking for ssize_t" >&5 |
echo "$as_me:$LINENO: checking for ssize_t" >&5 |
| 25415 |
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 |
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 |
| 25416 |
if test "${ac_cv_type_ssize_t+set}" = set; then |
if test "${ac_cv_type_ssize_t+set}" = set; then |
| 27327 |
|
|
| 27328 |
|
|
| 27329 |
|
|
|
echo "$as_me:$LINENO: checking return type of signal handlers" >&5 |
|
|
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 |
|
|
if test "${ac_cv_type_signal+set}" = set; then |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
|
else |
|
|
cat >conftest.$ac_ext <<_ACEOF |
|
|
/* confdefs.h. */ |
|
|
_ACEOF |
|
|
cat confdefs.h >>conftest.$ac_ext |
|
|
cat >>conftest.$ac_ext <<_ACEOF |
|
|
/* end confdefs.h. */ |
|
|
#include <sys/types.h> |
|
|
#include <signal.h> |
|
|
#ifdef signal |
|
|
# undef signal |
|
|
#endif |
|
|
#ifdef __cplusplus |
|
|
extern "C" void (*signal (int, void (*)(int)))(int); |
|
|
#else |
|
|
void (*signal ()) (); |
|
|
#endif |
|
|
|
|
|
int |
|
|
main () |
|
|
{ |
|
|
int i; |
|
|
; |
|
|
return 0; |
|
|
} |
|
|
_ACEOF |
|
|
rm -f conftest.$ac_objext |
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
|
|
(eval $ac_compile) 2>conftest.er1 |
|
|
ac_status=$? |
|
|
grep -v '^ *+' conftest.er1 >conftest.err |
|
|
rm -f conftest.er1 |
|
|
cat conftest.err >&5 |
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
|
(exit $ac_status); } && |
|
|
{ ac_try='test -z "$ac_c_werror_flag" |
|
|
|| test ! -s conftest.err' |
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
|
|
(eval $ac_try) 2>&5 |
|
|
ac_status=$? |
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
|
(exit $ac_status); }; } && |
|
|
{ ac_try='test -s conftest.$ac_objext' |
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
|
|
(eval $ac_try) 2>&5 |
|
|
ac_status=$? |
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
|
(exit $ac_status); }; }; then |
|
|
ac_cv_type_signal=void |
|
|
else |
|
|
echo "$as_me: failed program was:" >&5 |
|
|
sed 's/^/| /' conftest.$ac_ext >&5 |
|
|
|
|
|
ac_cv_type_signal=int |
|
|
fi |
|
|
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
|
|
fi |
|
|
echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 |
|
|
echo "${ECHO_T}$ac_cv_type_signal" >&6 |
|
|
|
|
|
cat >>confdefs.h <<_ACEOF |
|
|
#define RETSIGTYPE $ac_cv_type_signal |
|
|
_ACEOF |
|
|
|
|
|
|
|
| 27330 |
echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5 |
echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5 |
| 27331 |
echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6 |
echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6 |
| 27332 |
if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then |
if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then |
| 27836 |
done |
done |
| 27837 |
|
|
| 27838 |
|
|
| 27839 |
# libsl4 : mkdir, rmdir, getcwd, vasprintf, _vscprintf, vsnprintf, wvsprintf |
# libsl4 : endpwent getcwd getenv mkdir rmdir setenv vasprintf vsnprintf |
| 27840 |
|
# wvsprintf _vscprintf |
| 27841 |
|
|
| 27842 |
|
|
| 27843 |
|
|
| 27844 |
|
|
| 27872 |
|
|
| 27873 |
|
|
| 27874 |
|
|
| 27875 |
for ac_func in mkdir rmdir getcwd vasprintf _vscprintf vsnprintf wvsprintf \ |
for ac_func in endpwent getcwd getenv mkdir rmdir setenv vasprintf vsnprintf wvsprintf _vscprintf \ |
| 27876 |
endpwent floor ftime gethostname gettimeofday memmove memset munmap pow putenv setenv setlocale sqrt strchr strdup strpbrk strrchr strstr strtol lrand48 \ |
floor ftime gethostname gettimeofday memmove memset munmap pow putenv setlocale sqrt strchr strdup strpbrk strrchr strstr strtol lrand48 \ |
| 27877 |
bzero strerror strncpy snprintf lockf flockf |
bzero strerror strncpy snprintf lockf flockf |
| 27878 |
do |
do |
| 27879 |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |