]> code.delx.au - gnu-emacs/commitdiff
Finished first cut of mingw-cfg.site.
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Mar 2013 15:25:48 +0000 (18:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Mar 2013 15:25:48 +0000 (18:25 +0300)
nt/mingw-cfg.site

index 1327d5470a041191858b1a89af5ef389fe67a3d0..faf712ba3363bbf50f1ee7e6a2c9e7164f74ab7c 100644 (file)
@@ -22,18 +22,43 @@ ac_cv_func_recfrom=yes
 ac_cv_func_getsockname=yes
 # Implemented as sys_getpeername in w32.c
 ac_cv_func_getpeername=yes
+# Implemented as sys_socket in w32.c
+ac_cv_func_socket=yes
 # Implemented in w32.c
 ac_cv_func_readlink=yes
-# Avoid run-time test of readlink, which will fail
+ac_cv_func_symlink=yes
+# Avoid run-time tests of readlink and symlink, which will fail
 gl_cv_func_readlink_works=yes
+gl_cv_func_symlink_works=yes
 ac_cv_func_readlinkat=yes
 ac_cv_func_faccessat=yes
 # We don't need fdopendir
 ac_cv_func_fdopendir="not-needed"
 gl_cv_func_fdopendir_works="no-but-not-needed-so-yes"
 # Implemented in w32.c
+ac_cv_func_lstat=yes
+gl_cv_func_lstat_dereferences_slashed_symlink=yes
 ac_cv_func_fstatat=yes
 gl_cv_func_fstatat_zero_flag=yes
-gl_cv_func_lstat_dereferences_slashed_symlink=yes
 # Aliased to _commit in ms-w32.h
 ac_cv_func_fsync=yes
+ac_cv_func_fdatasync=yes
+# Implemented in w32proc.c
+ac_cv_func_pthread_sigmask=yes
+# Implemented in w32proc.c
+emacs_cv_langinfo_codeset=yes
+# Declared in ms-w32.h
+ac_cv_have_decl_alarm=yes
+# Avoid including the gnulib dup2 module
+gl_cv_func_dup2_works=yes
+# Defined in w32.c
+ac_cv_func_getloadavg=yes
+# Avoid compiling gnulib mktime
+gl_cv_func_working_mktime=yes
+# Implemented in w32.c
+ac_cv_have_decl_unsetenv=yes
+ac_cv_func_unsetenv=yes
+gt_cv_func_unsetenv_ret='int'
+gl_cv_func_unsetenv_works=yes
+gl_cv_func_stat_dir_slash=yes
+gl_cv_func_stat_file_slash=yes