diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 6 | ||||
| -rw-r--r-- | src/include/pg_config.h.win32 | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index b969d8c8e6f..ef467b73866 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -90,9 +90,6 @@ /* Define to 1 if you have the `append_history' function. */ #undef HAVE_APPEND_HISTORY -/* Define to 1 if you have the `atexit' function. */ -#undef HAVE_ATEXIT - /* Define to 1 if you have the `cbrt' function. */ #undef HAVE_CBRT @@ -369,9 +366,6 @@ /* Define to 1 if you have the <net/if.h> header file. */ #undef HAVE_NET_IF_H -/* 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 diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index e568a03519e..35294e9f124 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -72,9 +72,6 @@ # define gettimeofday(a,b) gettimeofday(a) #endif -/* Define to 1 if you have the `atexit' function. */ -#define HAVE_ATEXIT 1 - /* Define to 1 if you have the `cbrt' function. */ //#define HAVE_CBRT 1 @@ -279,9 +276,6 @@ /* Define to 1 if you have the <netinet/tcp.h> header file. */ /* #undef HAVE_NETINET_TCP_H */ -/* Define to 1 if you have the `on_exit' function. */ -/* #undef HAVE_ON_EXIT */ - /* Define to 1 if you have the <pam/pam_appl.h> header file. */ /* #undef HAVE_PAM_PAM_APPL_H */ |
