Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
199:e3a46f66332b | 200:d360f96f71f6 |
---|---|
131 AM_CONDITIONAL(NEED_XGETOPT, [test yes = no]), | 131 AM_CONDITIONAL(NEED_XGETOPT, [test yes = no]), |
132 AM_CONDITIONAL(NEED_XGETOPT, [test yes = yes]) | 132 AM_CONDITIONAL(NEED_XGETOPT, [test yes = yes]) |
133 ) | 133 ) |
134 AC_HEADER_DIRENT | 134 AC_HEADER_DIRENT |
135 AC_HEADER_STDC | 135 AC_HEADER_STDC |
136 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]) | 136 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]) |
137 AC_SEARCH_LIBS([sem_init],rt) | |
137 | 138 |
138 | 139 |
139 # Checks for typedefs, structures, and compiler characteristics. | 140 # Checks for typedefs, structures, and compiler characteristics. |
140 AC_HEADER_STDBOOL | 141 AC_HEADER_STDBOOL |
142 AC_HEADER_SYS_WAIT | |
141 AC_C_CONST | 143 AC_C_CONST |
144 AC_C_INLINE | |
142 AC_TYPE_OFF_T | 145 AC_TYPE_OFF_T |
143 AC_TYPE_SIZE_T | 146 AC_TYPE_SIZE_T |
147 AC_TYPE_PID_T | |
144 AC_STRUCT_TM | 148 AC_STRUCT_TM |
145 | 149 |
146 | 150 |
147 # Checks for library functions. | 151 # Checks for library functions. |
152 AC_FUNC_FORK | |
148 AC_FUNC_FSEEKO | 153 AC_FUNC_FSEEKO |
149 AC_FUNC_STAT | 154 AC_FUNC_STAT |
150 AC_FUNC_LSTAT | 155 AC_FUNC_LSTAT |
151 AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK | 156 AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK |
152 if test "$cross_compiling" != "yes"; then | 157 if test "$cross_compiling" != "yes"; then |