diff options
| author | Tom Lane | 2007-10-23 21:38:16 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-10-23 21:38:16 +0000 |
| commit | 07d0a370c13545755aec57839530fe14e83be092 (patch) | |
| tree | fb1103aef969b94741129dba26a7a3c9b6bde742 /src/include | |
| parent | dbaec70c153239224c0288d865b96c2f939fbdf5 (diff) | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index f0b5230e51..52ac6ca60b 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -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 |
