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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user