diff options
| author | Eli Zaretskii | 2013-03-30 12:42:50 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-30 12:42:50 +0300 |
| commit | 6cd0eaeb6b39905e620f7b248665243b12f2f335 (patch) | |
| tree | ad88d81401571b13cfb1e0cf7c00e18d72f8da8e | |
| parent | dc4cb8d51872fd090f3485b100f192fbef5be92a (diff) | |
| download | emacs-6cd0eaeb6b39905e620f7b248665243b12f2f335.tar.gz emacs-6cd0eaeb6b39905e620f7b248665243b12f2f335.zip | |
Fixed mingw-cfg.site to avoid some gnulib replacements.
| -rw-r--r-- | nt/mingw-cfg.site | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index e3fdd14f0e9..78bfa2bb758 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site | |||
| @@ -10,6 +10,9 @@ ac_cv_func_acl_set_file=yes | |||
| 10 | ac_cv_func_gethostname=yes | 10 | ac_cv_func_gethostname=yes |
| 11 | # Implemented as sys_select in w32proc.c | 11 | # Implemented as sys_select in w32proc.c |
| 12 | ac_cv_func_select=yes | 12 | ac_cv_func_select=yes |
| 13 | ac_cv_func_pselect=yes | ||
| 14 | gl_cv_sig_pselect=yes | ||
| 15 | gl_cv_func_pselect_detects_ebadf=yes | ||
| 13 | # Implemented as sys_shutdown in w32.c | 16 | # Implemented as sys_shutdown in w32.c |
| 14 | ac_cv_func_shutdown=yes | 17 | ac_cv_func_shutdown=yes |
| 15 | # Implemented in w32proc.c | 18 | # Implemented in w32proc.c |
| @@ -46,6 +49,7 @@ ac_cv_func_fdatasync=yes | |||
| 46 | # Implemented in w32proc.c | 49 | # Implemented in w32proc.c |
| 47 | ac_cv_func_pthread_sigmask=yes | 50 | ac_cv_func_pthread_sigmask=yes |
| 48 | # Avoid gnulib replacement | 51 | # Avoid gnulib replacement |
| 52 | gl_threads_api=posix | ||
| 49 | gl_cv_func_pthread_sigmask_return_works=yes | 53 | gl_cv_func_pthread_sigmask_return_works=yes |
| 50 | gl_cv_func_pthread_sigmask_unblock_works="not relevant" | 54 | gl_cv_func_pthread_sigmask_unblock_works="not relevant" |
| 51 | # Implemented in w32proc.c | 55 | # Implemented in w32proc.c |
| @@ -66,3 +70,5 @@ gl_cv_func_unsetenv_works=yes | |||
| 66 | gl_cv_func_stat_dir_slash=yes | 70 | gl_cv_func_stat_dir_slash=yes |
| 67 | gl_cv_func_stat_file_slash=yes | 71 | gl_cv_func_stat_file_slash=yes |
| 68 | ac_cv_func_random=yes | 72 | ac_cv_func_random=yes |
| 73 | # Implemented in w32.c as sys_putenv | ||
| 74 | gl_cv_func_svid_putenv=yes | ||