Handled fstatat and fsync, fixed fdopendir.
[bpt/emacs.git] / nt / mingw-cfg.site
CommitLineData
c38ad11c
EZ
1#! /bin/sh
2# Site defaults for the MinGW configuration of GNU Emacs.
3
4# We want to use getopt.h from gnulib
5ac_cv_header_getopt_h=no
6
7# Implemented in w32.c
8ac_cv_func_acl_set_file=yes
9# Autoconf's test program is not smart enough, and fails to detect gethostname
10ac_cv_func_gethostname=yes
11# Implemented as sys_select in w32proc.c
12ac_cv_func_select=yes
13# Implemented as sys_shutdown in w32.c
14ac_cv_func_shutdown=yes
15# Implemented in w32proc.c
16ac_cv_func_setitimer=yes
17# Implemented as sys_sendto in w32.c
18ac_cv_func_sendto=yes
19# Implemented as sys_recfrom in w32.c
20ac_cv_func_recfrom=yes
21# Implemented as sys_getsockname in w32.c
22ac_cv_func_getsockname=yes
23# Implemented as sys_getpeername in w32.c
24ac_cv_func_getpeername=yes
25# Implemented in w32.c
26ac_cv_func_readlink=yes
27# Avoid run-time test of readlink, which will fail
28gl_cv_func_readlink_works=yes
29ac_cv_func_readlinkat=yes
30ac_cv_func_faccessat=yes
31# We don't need fdopendir
52aa6b17 32ac_cv_func_fdopendir="not-needed"
ef904742
EZ
33gl_cv_func_fdopendir_works="no-but-not-needed-so-yes"
34# Implemented in w32.c
35ac_cv_func_fstatat=yes
36gl_cv_func_fstatat_zero_flag=yes
37gl_cv_func_lstat_dereferences_slashed_symlink=yes
38# Aliased to _commit in ms-w32.h
39ac_cv_func_fsync=yes