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