1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix up lame idea of not using autoconf to determine if platform has scandir().

Should fix buildfarm failures.
This commit is contained in:
Tom Lane
2010-05-13 22:07:43 +00:00
parent 2a73ee59db
commit 382ff21203
4 changed files with 19 additions and 17 deletions

View File

@ -409,6 +409,9 @@
/* 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