Merge from trunk.
[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
cb11bd95
EZ
19# Implemented as sys_recvfrom in w32.c
20ac_cv_func_recvfrom=yes
c38ad11c
EZ
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
da6c9624
EZ
25# Implemented as sys_socket in w32.c
26ac_cv_func_socket=yes
c38ad11c
EZ
27# Implemented in w32.c
28ac_cv_func_readlink=yes
da6c9624
EZ
29ac_cv_func_symlink=yes
30# Avoid run-time tests of readlink and symlink, which will fail
c38ad11c 31gl_cv_func_readlink_works=yes
da6c9624 32gl_cv_func_symlink_works=yes
c38ad11c
EZ
33ac_cv_func_readlinkat=yes
34ac_cv_func_faccessat=yes
35# We don't need fdopendir
52aa6b17 36ac_cv_func_fdopendir="not-needed"
ef904742
EZ
37gl_cv_func_fdopendir_works="no-but-not-needed-so-yes"
38# Implemented in w32.c
da6c9624
EZ
39ac_cv_func_lstat=yes
40gl_cv_func_lstat_dereferences_slashed_symlink=yes
ef904742
EZ
41ac_cv_func_fstatat=yes
42gl_cv_func_fstatat_zero_flag=yes
ef904742
EZ
43# Aliased to _commit in ms-w32.h
44ac_cv_func_fsync=yes
da6c9624
EZ
45ac_cv_func_fdatasync=yes
46# Implemented in w32proc.c
47ac_cv_func_pthread_sigmask=yes
cb11bd95
EZ
48# Avoid gnulib replacement
49gl_cv_func_pthread_sigmask_return_works=yes
50gl_cv_func_pthread_sigmask_unblock_works="not relevant"
da6c9624
EZ
51# Implemented in w32proc.c
52emacs_cv_langinfo_codeset=yes
53# Declared in ms-w32.h
54ac_cv_have_decl_alarm=yes
55# Avoid including the gnulib dup2 module
56gl_cv_func_dup2_works=yes
57# Defined in w32.c
58ac_cv_func_getloadavg=yes
59# Avoid compiling gnulib mktime
60gl_cv_func_working_mktime=yes
61# Implemented in w32.c
62ac_cv_have_decl_unsetenv=yes
63ac_cv_func_unsetenv=yes
64gt_cv_func_unsetenv_ret='int'
65gl_cv_func_unsetenv_works=yes
66gl_cv_func_stat_dir_slash=yes
67gl_cv_func_stat_file_slash=yes
cb11bd95 68ac_cv_func_random=yes