diff options
| author | Eli Zaretskii | 2013-03-29 18:25:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-29 18:25:48 +0300 |
| commit | da6c96247ace79e473e01cc26a91f08137d2796f (patch) | |
| tree | 2eb4698c2f1a41257a2290c78702b477eec6edc8 | |
| parent | ef90474243708eb71502328868480db424f8262d (diff) | |
| download | emacs-da6c96247ace79e473e01cc26a91f08137d2796f.tar.gz emacs-da6c96247ace79e473e01cc26a91f08137d2796f.zip | |
Finished first cut of mingw-cfg.site.
| -rw-r--r-- | nt/mingw-cfg.site | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index 1327d5470a0..faf712ba336 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site | |||
| @@ -22,18 +22,43 @@ ac_cv_func_recfrom=yes | |||
| 22 | ac_cv_func_getsockname=yes | 22 | ac_cv_func_getsockname=yes |
| 23 | # Implemented as sys_getpeername in w32.c | 23 | # Implemented as sys_getpeername in w32.c |
| 24 | ac_cv_func_getpeername=yes | 24 | ac_cv_func_getpeername=yes |
| 25 | # Implemented as sys_socket in w32.c | ||
| 26 | ac_cv_func_socket=yes | ||
| 25 | # Implemented in w32.c | 27 | # Implemented in w32.c |
| 26 | ac_cv_func_readlink=yes | 28 | ac_cv_func_readlink=yes |
| 27 | # Avoid run-time test of readlink, which will fail | 29 | ac_cv_func_symlink=yes |
| 30 | # Avoid run-time tests of readlink and symlink, which will fail | ||
| 28 | gl_cv_func_readlink_works=yes | 31 | gl_cv_func_readlink_works=yes |
| 32 | gl_cv_func_symlink_works=yes | ||
| 29 | ac_cv_func_readlinkat=yes | 33 | ac_cv_func_readlinkat=yes |
| 30 | ac_cv_func_faccessat=yes | 34 | ac_cv_func_faccessat=yes |
| 31 | # We don't need fdopendir | 35 | # We don't need fdopendir |
| 32 | ac_cv_func_fdopendir="not-needed" | 36 | ac_cv_func_fdopendir="not-needed" |
| 33 | gl_cv_func_fdopendir_works="no-but-not-needed-so-yes" | 37 | gl_cv_func_fdopendir_works="no-but-not-needed-so-yes" |
| 34 | # Implemented in w32.c | 38 | # Implemented in w32.c |
| 39 | ac_cv_func_lstat=yes | ||
| 40 | gl_cv_func_lstat_dereferences_slashed_symlink=yes | ||
| 35 | ac_cv_func_fstatat=yes | 41 | ac_cv_func_fstatat=yes |
| 36 | gl_cv_func_fstatat_zero_flag=yes | 42 | gl_cv_func_fstatat_zero_flag=yes |
| 37 | gl_cv_func_lstat_dereferences_slashed_symlink=yes | ||
| 38 | # Aliased to _commit in ms-w32.h | 43 | # Aliased to _commit in ms-w32.h |
| 39 | ac_cv_func_fsync=yes | 44 | ac_cv_func_fsync=yes |
| 45 | ac_cv_func_fdatasync=yes | ||
| 46 | # Implemented in w32proc.c | ||
| 47 | ac_cv_func_pthread_sigmask=yes | ||
| 48 | # Implemented in w32proc.c | ||
| 49 | emacs_cv_langinfo_codeset=yes | ||
| 50 | # Declared in ms-w32.h | ||
| 51 | ac_cv_have_decl_alarm=yes | ||
| 52 | # Avoid including the gnulib dup2 module | ||
| 53 | gl_cv_func_dup2_works=yes | ||
| 54 | # Defined in w32.c | ||
| 55 | ac_cv_func_getloadavg=yes | ||
| 56 | # Avoid compiling gnulib mktime | ||
| 57 | gl_cv_func_working_mktime=yes | ||
| 58 | # Implemented in w32.c | ||
| 59 | ac_cv_have_decl_unsetenv=yes | ||
| 60 | ac_cv_func_unsetenv=yes | ||
| 61 | gt_cv_func_unsetenv_ret='int' | ||
| 62 | gl_cv_func_unsetenv_works=yes | ||
| 63 | gl_cv_func_stat_dir_slash=yes | ||
| 64 | gl_cv_func_stat_file_slash=yes | ||