1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Make configure probe for the location of the <uuid.h> header file.

Needed to accommodate different layout on some platforms (Debian for
one).  Heikki Linnakangas
This commit is contained in:
Tom Lane
2007-10-23 21:38:16 +00:00
parent dbaec70c15
commit 07d0a370c1
4 changed files with 339 additions and 3 deletions

View File

@ -302,6 +302,9 @@
/* Define to 1 if you have the `on_exit' function. */
#undef HAVE_ON_EXIT
/* Define to 1 if you have the <ossp/uuid.h> header file. */
#undef HAVE_OSSP_UUID_H
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
#undef HAVE_PAM_PAM_APPL_H
@ -562,6 +565,9 @@
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
/* Define to 1 if you have the <uuid.h> header file. */
#undef HAVE_UUID_H
/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF