Lines 1-15
Link Here
|
1 |
--- configure.in.orig 2008-12-08 17:42:52.000000000 +0000 |
1 |
--- configure.in.orig 2010-12-14 02:24:39.000000000 +0900 |
2 |
+++ configure.in 2010-03-17 21:41:00.869992126 +0000 |
2 |
+++ configure.in 2011-03-14 16:08:03.000000000 +0900 |
3 |
@@ -622,7 +622,7 @@ |
3 |
@@ -659,7 +659,7 @@ |
4 |
# |
4 |
# |
5 |
AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \ |
5 |
AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \ |
6 |
regex.h rxposix.h rx/rxposix.h sys/dir.h sys/ioctl.h sys/select.h \ |
6 |
regex.h rxposix.h rx/rxposix.h sys/dir.h sys/ioctl.h sys/select.h \ |
7 |
-sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \ |
7 |
-sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \ |
8 |
+sys/time.h sys/times.h sys/stdtypes.h sys/types.h \ |
8 |
+sys/time.h sys/times.h sys/stdtypes.h sys/types.h \ |
9 |
sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \ |
9 |
sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \ |
10 |
direct.h strings.h]) |
10 |
direct.h strings.h machine/fpu.h]) |
11 |
@@ -725,12 +725,13 @@ |
11 |
@@ -762,6 +762,7 @@ |
12 |
# sys/param.h - not in mingw |
12 |
# sys/param.h - not in mingw |
13 |
# pthread.h - only available with pthreads. ACX_PTHREAD doesn't |
13 |
# pthread.h - only available with pthreads. ACX_PTHREAD doesn't |
14 |
# check this specifically, we need it for the timespec test below. |
14 |
# check this specifically, we need it for the timespec test below. |
Lines 17-30
Link Here
|
17 |
# sethostname - the function itself check because it's not in mingw, |
17 |
# sethostname - the function itself check because it's not in mingw, |
18 |
# the DECL is checked because Solaris 10 doens't have in any header |
18 |
# the DECL is checked because Solaris 10 doens't have in any header |
19 |
# strncasecmp - on NetBSD 1.6 the symbol is available in libc but the |
19 |
# strncasecmp - on NetBSD 1.6 the symbol is available in libc but the |
20 |
# declaration cannot be found |
20 |
@@ -779,7 +780,7 @@ |
|
|
21 |
# vsnprintf - on AIX 5.3, the declaration is only visible with |
22 |
# `_XOPEN_SOURCE >= 500' or `_ISOC99_SOURCE'. |
21 |
# |
23 |
# |
22 |
-AC_CHECK_HEADERS(crypt.h netdb.h pthread.h sys/param.h sys/resource.h sys/file.h) |
24 |
-AC_CHECK_HEADERS(crypt.h netdb.h pthread.h sys/param.h sys/resource.h sys/file.h) |
23 |
+AC_CHECK_HEADERS(crypt.h netdb.h pthread.h pthread_np.h sys/param.h sys/resource.h sys/file.h) |
25 |
+AC_CHECK_HEADERS(crypt.h netdb.h pthread.h pthread_np.h sys/param.h sys/resource.h sys/file.h) |
24 |
AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname) |
26 |
AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname) |
25 |
AC_CHECK_DECLS([sethostname, strncasecmp]) |
27 |
AC_CHECK_DECLS([sethostname, strncasecmp, unsetenv, hstrerror, cuserid, flock, vsnprintf]) |
26 |
@@ -1260,9 +1261,11 @@ |
28 |
@@ -1298,9 +1299,11 @@ |
27 |
# all; not present on MacOS X or Solaris 10 |
29 |
# all; not present on MacOS X or Solaris 10 |
28 |
# pthread_get_stackaddr_np - "np" meaning "non portable" says it |
30 |
# pthread_get_stackaddr_np - "np" meaning "non portable" says it |
29 |
# all; specific to MacOS X |
31 |
# all; specific to MacOS X |