From c38ad11c2af0ea2ae345c6b48c59467414bf0bcf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 29 Mar 2013 14:29:23 +0300 Subject: [PATCH] Added nt/mingw-cfg.site, first few vars defined on it. --- nt/mingw-cfg.site | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 nt/mingw-cfg.site diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site new file mode 100644 index 00000000000..e3c49c1a914 --- /dev/null +++ b/nt/mingw-cfg.site @@ -0,0 +1,33 @@ +#! /bin/sh +# Site defaults for the MinGW configuration of GNU Emacs. + +# We want to use getopt.h from gnulib +ac_cv_header_getopt_h=no + +# Implemented in w32.c +ac_cv_func_acl_set_file=yes +# Autoconf's test program is not smart enough, and fails to detect gethostname +ac_cv_func_gethostname=yes +# Implemented as sys_select in w32proc.c +ac_cv_func_select=yes +# Implemented as sys_shutdown in w32.c +ac_cv_func_shutdown=yes +# Implemented in w32proc.c +ac_cv_func_setitimer=yes +# Implemented as sys_sendto in w32.c +ac_cv_func_sendto=yes +# Implemented as sys_recfrom in w32.c +ac_cv_func_recfrom=yes +# Implemented as sys_getsockname in w32.c +ac_cv_func_getsockname=yes +# Implemented as sys_getpeername in w32.c +ac_cv_func_getpeername=yes +# Implemented in w32.c +ac_cv_func_readlink=yes +# Avoid run-time test of readlink, which will fail +gl_cv_func_readlink_works=yes +ac_cv_func_readlinkat=yes +ac_cv_func_faccessat=yes +# We don't need fdopendir +ac_cv_func_fdopendir="not needed" +gl_cv_func_fdopendir_works="no, but not needed, so yes" -- 2.39.2