Added check for search.h header.

This commit is contained in:
Andrey Kiselev 2005-04-08 10:13:24 +00:00
parent 6e5ba73c1c
commit 9b5aa94a6a
2 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,9 @@
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
/* Define to 1 if you have the <search.h> header file. */
#undef HAVE_SEARCH_H
/* Define to 1 if you have the `sqrt' function. */
#undef HAVE_SQRT

View File

@ -14,6 +14,9 @@
/* Define to 1 if you have the <io.h> header file. */
#define HAVE_IO_H 1
/* Define to 1 if you have the <search.h> header file. */
#define HAVE_SEARCH_H 1
/* The size of a `int', as computed by sizeof. */
#define SIZEOF_INT 4