Document reserved keys
[emacs.git] / nt / mingw-cfg.site
blobd9a824008cbecec08598e11cf9186a4ded0f0991
1 # -*- sh -*-
2 # Site defaults for the MinGW configuration of GNU Emacs.
4 # This file's purpose is to short-circuit configure-time tests for
5 # which we want to provide the results instead of letting the
6 # 'configure' script do that.  This is mainly for features that
7 # 'configure' tests that are implemented as part of Emacs sources, not
8 # as part of system libraries.  The idea is to set shell variables
9 # that appear to the script as cached values.
11 # For each header file foo.h you want to supply test results, set the
12 # value of a shell variable ac_cv_header_foo_h.  The value should be
13 # yes if the header is deemed to exist, no otherwise.  Or it could be
14 # something else, if the value computed by 'configure' requires that.
15 # In general, since configure (when invoked from an MSYS environment)
16 # instructs GCC to use header files in nt/inc, you should not need to
17 # futz with header file tests.  But there are exceptions, like with
18 # getopt.h below (which is a MinGW system header, but we do not want
19 # to use it).
21 # For each library function foo you want to supply test results, set
22 # the value of a shell variable ac_cv_func_foo.  Again, the value is
23 # determined by what 'configure' expects; sometimes it could be "not
24 # needed" or whatever, see the examples below.  In addition, you may
25 # need to set the various gl_cv_* variables for those tests that come
26 # from gnulib.
28 # In short, examine the test in 'configure' and push the knobs that
29 # are necessary to steer the test in the direction you need, by
30 # judiciously setting variables that control the test results.
32 # We want to use getopt.h from gnulib
33 ac_cv_header_getopt_h=no
35 # We don't want our struct timeval replaced due to Posix conformance
36 gl_cv_sys_struct_timeval_tv_sec=yes
38 # We don't want pthread.h to be picked up just because it defines timespec
39 gl_cv_sys_struct_timespec_in_pthread_h=no
40 # Or at all...
41 ac_cv_header_pthread_h=no
43 # We don't want to check for these functions
44 # because they are implemented in libwinpthread.
45 ac_cv_search_clock_gettime="none required"
46 ac_cv_func_clock_gettime=no
47 ac_cv_func_clock_settime=no
49 # ACL functions are implemented in w32.c
50 ac_cv_search_acl_get_file="none required"
51 ac_cv_func_acl_get_file=yes
52 ac_cv_func_acl_set_file=yes
53 ac_cv_func_acl_free=yes
54 ac_cv_func_acl_from_text=yes
55 gl_cv_func_working_acl_get_file=yes
56 # Autoconf's test program is not smart enough, and fails to detect gethostname
57 ac_cv_func_gethostname=yes
58 # Implemented as sys_select in w32proc.c
59 ac_cv_func_select=yes
60 ac_cv_func_pselect=yes
61 gl_cv_sig_pselect=yes
62 gl_cv_func_pselect_detects_ebadf=yes
63 # Implemented as sys_shutdown in w32.c
64 ac_cv_func_shutdown=yes
65 # Implemented in w32proc.c
66 ac_cv_func_setitimer=yes
67 # Implemented as sys_sendto in w32.c
68 ac_cv_func_sendto=yes
69 # Implemented as sys_recvfrom in w32.c
70 ac_cv_func_recvfrom=yes
71 # Implemented as sys_getsockname in w32.c
72 ac_cv_func_getsockname=yes
73 # Implemented as sys_getpeername in w32.c
74 ac_cv_func_getpeername=yes
75 # Implemented as sys_socket in w32.c
76 ac_cv_func_socket=yes
77 # Implemented as sys_getaddrinfo in w32.c
78 ac_cv_func_getaddrinfo=yes
79 # Implemented as an inline function in ws2tcpip.h
80 ac_cv_func_gai_strerror=yes
81 # Implemented in w32.c
82 ac_cv_func_readlink=yes
83 ac_cv_func_symlink=yes
84 # Avoid run-time tests of readlink and symlink, which will fail
85 gl_cv_func_readlink_works=yes
86 gl_cv_func_symlink_works=yes
87 ac_cv_func_readlinkat=yes
88 ac_cv_func_faccessat=yes
89 # Implemented in w32.c
90 ac_cv_func_fcntl=yes
91 gl_cv_func_fcntl_f_dupfd_cloexec=yes
92 gl_cv_func_fcntl_f_dupfd_works=yes
93 # We don't need fdopendir
94 ac_cv_func_fdopendir="not-needed"
95 gl_cv_func_fdopendir_works="no-but-not-needed-so-yes"
96 # Implemented in w32.c
97 ac_cv_func_lstat=yes
98 gl_cv_func_lstat_dereferences_slashed_symlink=yes
99 ac_cv_func_fstatat=yes
100 gl_cv_func_fstatat_zero_flag=yes
101 # Aliased to _commit in ms-w32.h
102 ac_cv_func_fsync=yes
103 ac_cv_func_fdatasync=yes
104 # Implemented in w32proc.c
105 ac_cv_func_pthread_sigmask=yes
106 # Avoid gnulib replacement
107 gl_threads_api=posix
108 gl_cv_func_pthread_sigmask_return_works=yes
109 gl_cv_func_pthread_sigmask_unblock_works="not relevant"
110 # Implemented in w32proc.c
111 emacs_cv_langinfo_codeset=yes
112 # Declared in ms-w32.h
113 ac_cv_have_decl_alarm=yes
114 # Avoid including the gnulib dup2 module
115 gl_cv_func_dup2_works=yes
116 # Defined in w32.c
117 ac_cv_func_getloadavg=yes
118 # Avoid compiling gnulib mktime
119 gl_cv_func_working_mktime=yes
120 # Implemented in w32.c
121 ac_cv_func_pipe2=yes
122 ac_cv_have_decl_unsetenv=yes
123 ac_cv_func_unsetenv=yes
124 gt_cv_func_unsetenv_ret='int'
125 gl_cv_func_unsetenv_works=yes
126 gl_cv_func_stat_dir_slash=yes
127 gl_cv_func_stat_file_slash=yes
128 ac_cv_func_random=yes
129 # Implemented in w32.c as sys_putenv
130 gl_cv_func_svid_putenv=yes
131 # Implemented in w32heap.c
132 ac_cv_func_sbrk=yes
133 ac_cv_func_getrlimit=yes
134 ac_cv_func_setrlimit=yes
135 # GCC warnings that produce too much noise
136 gl_cv_warn_c__Wredundant_decls=no