1 |
578 |
markom |
ac_cv_type_size_t=${ac_cv_type_size_t='yes'}
|
2 |
|
|
ac_cv_func_waitpid=${ac_cv_func_waitpid='yes'}
|
3 |
|
|
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h='yes'}
|
4 |
|
|
ac_cv_func_BSDgettimeofday=${ac_cv_func_BSDgettimeofday='no'}
|
5 |
|
|
ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp='yes'}
|
6 |
|
|
ac_cv_func_strtoul=${ac_cv_func_strtoul='yes'}
|
7 |
|
|
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'}
|
8 |
|
|
ac_cv_func_strtol=${ac_cv_func_strtol='yes'}
|
9 |
|
|
ac_cv_func_sin=${ac_cv_func_sin='yes'}
|
10 |
|
|
ac_cv_func_wait3=${ac_cv_func_wait3='yes'}
|
11 |
|
|
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'}
|
12 |
|
|
tcl_cv_lib_sockets=${tcl_cv_lib_sockets=''}
|
13 |
|
|
ac_cv_header_float_h=${ac_cv_header_float_h='yes'}
|
14 |
|
|
ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'}
|
15 |
|
|
ac_cv_lib_ieee_main=${ac_cv_lib_ieee_main='no'}
|
16 |
|
|
ac_cv_func_uname=${ac_cv_func_uname='yes'}
|
17 |
|
|
ac_cv_func_strstr=${ac_cv_func_strstr='yes'}
|
18 |
|
|
ac_cv_func_tmpnam=${ac_cv_func_tmpnam='yes'}
|
19 |
|
|
ac_cv_type_mode_t=${ac_cv_type_mode_t='yes'}
|
20 |
|
|
ac_cv_header_values_h=${ac_cv_header_values_h='no'}
|
21 |
|
|
ac_cv_header_limits_h=${ac_cv_header_limits_h='yes'}
|
22 |
|
|
ac_cv_func_getwd=${ac_cv_func_getwd='yes'}
|
23 |
|
|
ac_cv_header_net_errno_h=${ac_cv_header_net_errno_h='no'}
|
24 |
|
|
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday='yes'}
|
25 |
|
|
ac_cv_header_stdc=${ac_cv_header_stdc='yes'}
|
26 |
|
|
ac_cv_header_time=${ac_cv_header_time='yes'}
|
27 |
|
|
ac_cv_type_signal=${ac_cv_type_signal='void'}
|
28 |
|
|
ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
|
29 |
|
|
ac_cv_header_string_h=${ac_cv_header_string_h='yes'}
|
30 |
|
|
ac_cv_struct_tm_zone=${ac_cv_struct_tm_zone='no'}
|
31 |
|
|
ac_cv_header_sys_filio_h=${ac_cv_header_sys_filio_h='no'}
|
32 |
|
|
ac_cv_header_errno_h=${ac_cv_header_errno_h='yes'}
|
33 |
|
|
ac_cv_func_strerror=${ac_cv_func_strerror='yes'}
|
34 |
|
|
ac_cv_type_pid_t=${ac_cv_type_pid_t='yes'}
|
35 |
|
|
ac_cv_func_connect=${ac_cv_func_connect='yes'}
|
36 |
|
|
ac_cv_struct_st_blksize=${ac_cv_struct_st_blksize='yes'}
|
37 |
|
|
ac_cv_func_vfork=${ac_cv_func_vfork='yes'}
|
38 |
|
|
ac_cv_struct_tm=${ac_cv_struct_tm='time.h'}
|
39 |
|
|
ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h='yes'}
|
40 |
|
|
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen='no'}
|
41 |
|
|
ac_cv_type_uid_t=${ac_cv_type_uid_t='yes'}
|
42 |
|
|
ac_cv_func_strtod=${ac_cv_func_strtod='yes'}
|
43 |
|
|
ac_cv_var_tzname=${ac_cv_var_tzname='no'}
|
44 |
|
|
ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h='yes'}
|
45 |
|
|
ac_cv_lib_inet_main=${ac_cv_lib_inet_main='no'}
|
46 |
|
|
ac_cv_func_opendir=${ac_cv_func_opendir='yes'}
|
47 |
|
|
ac_cv_objext=${ac_cv_objext='o'}
|
48 |
|
|
cat <<'EOF' >> confdefs.h
|
49 |
|
|
#define HAVE_GETCWD 1
|
50 |
|
|
#define HAVE_OPENDIR 1
|
51 |
|
|
#define HAVE_STRSTR 1
|
52 |
|
|
#define HAVE_STRTOL 1
|
53 |
|
|
#define HAVE_TMPNAM 1
|
54 |
|
|
#define HAVE_WAITPID 1
|
55 |
|
|
#define NO_VALUES_H 1
|
56 |
|
|
#define HAVE_UNISTD_H 1
|
57 |
|
|
#define USE_TERMIOS 1
|
58 |
|
|
#define HAVE_SYS_TIME_H 1
|
59 |
|
|
#define TIME_WITH_SYS_TIME 1
|
60 |
|
|
#define HAVE_ST_BLKSIZE 1
|
61 |
|
|
#define STDC_HEADERS 1
|
62 |
|
|
#define NO_UNION_WAIT 1
|
63 |
|
|
#define NEED_MATHERR 1
|
64 |
|
|
#define RETSIGTYPE void
|
65 |
|
|
#define HAVE_SIGNED_CHAR 1
|
66 |
|
|
#define HAVE_SYS_IOCTL_H 1
|
67 |
|
|
EOF
|