X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Finclude%2Fpg_config.h.in;h=e84205c9ea08892d8d90f9707658efe3960b978d;hb=e9b49690627eb91106af3aa98d0fcc510de6538b;hp=5ccfbfefd28f5b72e75d3a7f1ba43d1cb55773be;hpb=5d9062f939784167027b8b3cb75f098750987cfe;p=postgresql diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 5ccfbfefd2..e84205c9ea 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -36,6 +36,9 @@ /* Define to the default TCP port number as a string constant. */ #undef DEF_PGPORT_STR +/* Define to 1 to enable DTrace support. (--enable-dtrace) */ +#undef ENABLE_DTRACE + /* Define to 1 if you want National Language Support. (--enable-nls) */ #undef ENABLE_NLS @@ -76,6 +79,10 @@ don't. */ #undef HAVE_DECL_F_FULLFSYNC +/* Define to 1 if you have the declaration of `posix_fadvise', and to 0 if you + don't. */ +#undef HAVE_DECL_POSIX_FADVISE + /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #undef HAVE_DECL_SNPRINTF