diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-17 22:39:14 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-17 22:39:14 -0500 |
commit | f6438f66226e37851e11a93edebae0198a875100 (patch) | |
tree | d74d4544d9c3061439658e5e71f5cc631437eb62 | |
parent | 7012b5edb7f12be9f9d2816bb64fcb80515cc18c (diff) | |
download | postgresql-f6438f66226e37851e11a93edebae0198a875100.tar.gz postgresql-f6438f66226e37851e11a93edebae0198a875100.zip |
Do missed autoheader run for previous commit.
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 09a014b3853..15fe0bfff46 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -427,9 +427,6 @@ /* Define to 1 if you have the `rl_filename_completion_function' function. */ #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION -/* Define to 1 if you have the `scandir' function. */ -#undef HAVE_SCANDIR - /* Define to 1 if you have the <security/pam_appl.h> header file. */ #undef HAVE_SECURITY_PAM_APPL_H |