Restore qacl module in nt/gnulib.mk except qset-acl.c.
[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
9e5b5c79
EZ
7# ACL functions are implemented in w32.c
8ac_cv_search_acl_get_file="none required"
9ac_cv_func_acl_get_file=yes
c38ad11c 10ac_cv_func_acl_set_file=yes
9e5b5c79
EZ
11ac_cv_func_acl_free=yes
12ac_cv_func_acl_from_text=yes
13gl_cv_func_working_acl_get_file=yes
c38ad11c
EZ
14# Autoconf's test program is not smart enough, and fails to detect gethostname
15ac_cv_func_gethostname=yes
16# Implemented as sys_select in w32proc.c
17ac_cv_func_select=yes
6cd0eaeb
EZ
18ac_cv_func_pselect=yes
19gl_cv_sig_pselect=yes
20gl_cv_func_pselect_detects_ebadf=yes
c38ad11c
EZ
21# Implemented as sys_shutdown in w32.c
22ac_cv_func_shutdown=yes
23# Implemented in w32proc.c
24ac_cv_func_setitimer=yes
25# Implemented as sys_sendto in w32.c
26ac_cv_func_sendto=yes
cb11bd95
EZ
27# Implemented as sys_recvfrom in w32.c
28ac_cv_func_recvfrom=yes
c38ad11c
EZ
29# Implemented as sys_getsockname in w32.c
30ac_cv_func_getsockname=yes
31# Implemented as sys_getpeername in w32.c
32ac_cv_func_getpeername=yes
da6c9624
EZ
33# Implemented as sys_socket in w32.c
34ac_cv_func_socket=yes
c38ad11c
EZ
35# Implemented in w32.c
36ac_cv_func_readlink=yes
da6c9624
EZ
37ac_cv_func_symlink=yes
38# Avoid run-time tests of readlink and symlink, which will fail
c38ad11c 39gl_cv_func_readlink_works=yes
da6c9624 40gl_cv_func_symlink_works=yes
c38ad11c
EZ
41ac_cv_func_readlinkat=yes
42ac_cv_func_faccessat=yes
43# We don't need fdopendir
52aa6b17 44ac_cv_func_fdopendir="not-needed"
ef904742
EZ
45gl_cv_func_fdopendir_works="no-but-not-needed-so-yes"
46# Implemented in w32.c
da6c9624
EZ
47ac_cv_func_lstat=yes
48gl_cv_func_lstat_dereferences_slashed_symlink=yes
ef904742
EZ
49ac_cv_func_fstatat=yes
50gl_cv_func_fstatat_zero_flag=yes
ef904742
EZ
51# Aliased to _commit in ms-w32.h
52ac_cv_func_fsync=yes
da6c9624
EZ
53ac_cv_func_fdatasync=yes
54# Implemented in w32proc.c
55ac_cv_func_pthread_sigmask=yes
cb11bd95 56# Avoid gnulib replacement
6cd0eaeb 57gl_threads_api=posix
cb11bd95
EZ
58gl_cv_func_pthread_sigmask_return_works=yes
59gl_cv_func_pthread_sigmask_unblock_works="not relevant"
da6c9624
EZ
60# Implemented in w32proc.c
61emacs_cv_langinfo_codeset=yes
62# Declared in ms-w32.h
63ac_cv_have_decl_alarm=yes
64# Avoid including the gnulib dup2 module
65gl_cv_func_dup2_works=yes
66# Defined in w32.c
67ac_cv_func_getloadavg=yes
68# Avoid compiling gnulib mktime
69gl_cv_func_working_mktime=yes
70# Implemented in w32.c
71ac_cv_have_decl_unsetenv=yes
72ac_cv_func_unsetenv=yes
73gt_cv_func_unsetenv_ret='int'
74gl_cv_func_unsetenv_works=yes
75gl_cv_func_stat_dir_slash=yes
76gl_cv_func_stat_file_slash=yes
cb11bd95 77ac_cv_func_random=yes
6cd0eaeb
EZ
78# Implemented in w32.c as sys_putenv
79gl_cv_func_svid_putenv=yes