diff options
Diffstat (limited to 'src/include/pg_config.h.in')
| -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 33a20e3cb9..b54b6f9d2a 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -109,6 +109,12 @@ /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO +/* Define to 1 if your compiler understands __func__. */ +#undef HAVE_FUNCNAME__FUNC + +/* Define to 1 if your compiler understands __FUNCTION__. */ +#undef HAVE_FUNCNAME__FUNCTION + /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO |
