diff options
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 308f2bb6a31..3cc7c7ce6a8 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -336,6 +336,9 @@ /* Define to 1 if you have the <poll.h> header file. */ #undef HAVE_POLL_H +/* Define to 1 if you have the `posix_fadvise' function. */ +#undef HAVE_POSIX_FADVISE + /* Define to 1 if you have the POSIX signal interface. */ #undef HAVE_POSIX_SIGNALS |