Mercurial > libpst
diff configure.in @ 200:d360f96f71f6
start changes for parallel readpst on multi-processor machines
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 13 May 2009 20:06:53 -0700 |
parents | e3a46f66332b |
children | 3850a3b11745 |
line wrap: on
line diff
--- a/configure.in Wed May 13 11:59:55 2009 -0700 +++ b/configure.in Wed May 13 20:06:53 2009 -0700 @@ -133,18 +133,23 @@ ) AC_HEADER_DIRENT AC_HEADER_STDC -AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h regex.h signal.h stdarg.h stdint.h stdio.h stdlib.h string.h sys/param.h sys/stat.h sys/types.h time.h unistd.h wchar.h]) +AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h regex.h semaphore.h signal.h stdarg.h stdint.h stdio.h stdlib.h string.h sys/param.h sys/stat.h sys/types.h time.h unistd.h wchar.h]) +AC_SEARCH_LIBS([sem_init],rt) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL +AC_HEADER_SYS_WAIT AC_C_CONST +AC_C_INLINE AC_TYPE_OFF_T AC_TYPE_SIZE_T +AC_TYPE_PID_T AC_STRUCT_TM # Checks for library functions. +AC_FUNC_FORK AC_FUNC_FSEEKO AC_FUNC_STAT AC_FUNC_LSTAT