diff options
Diffstat (limited to 'src')
-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 f0b5230e511..52ac6ca60b2 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 |