summaryrefslogtreecommitdiffstats
path: root/gl/m4/unistd_h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/unistd_h.m4')
-rw-r--r--gl/m4/unistd_h.m446
1 files changed, 33 insertions, 13 deletions
diff --git a/gl/m4/unistd_h.m4 b/gl/m4/unistd_h.m4
index 4b8857c..5685273 100644
--- a/gl/m4/unistd_h.m4
+++ b/gl/m4/unistd_h.m4
@@ -1,5 +1,5 @@
1# unistd_h.m4 serial 10 1# unistd_h.m4 serial 16
2dnl Copyright (C) 2006-2007 Free Software Foundation, Inc. 2dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved. 5dnl with or without modifications, as long as this notice is preserved.
@@ -32,30 +32,50 @@ AC_DEFUN([gl_UNISTD_MODULE_INDICATOR],
32 32
33AC_DEFUN([gl_UNISTD_H_DEFAULTS], 33AC_DEFUN([gl_UNISTD_H_DEFAULTS],
34[ 34[
35 GNULIB_CHOWN=0; AC_SUBST([GNULIB_CHOWN]) 35 GNULIB_CHOWN=0; AC_SUBST([GNULIB_CHOWN])
36 GNULIB_DUP2=0; AC_SUBST([GNULIB_DUP2]) 36 GNULIB_CLOSE=0; AC_SUBST([GNULIB_CLOSE])
37 GNULIB_FCHDIR=0; AC_SUBST([GNULIB_FCHDIR]) 37 GNULIB_DUP2=0; AC_SUBST([GNULIB_DUP2])
38 GNULIB_FTRUNCATE=0; AC_SUBST([GNULIB_FTRUNCATE]) 38 GNULIB_ENVIRON=0; AC_SUBST([GNULIB_ENVIRON])
39 GNULIB_GETCWD=0; AC_SUBST([GNULIB_GETCWD]) 39 GNULIB_EUIDACCESS=0; AC_SUBST([GNULIB_EUIDACCESS])
40 GNULIB_GETLOGIN_R=0; AC_SUBST([GNULIB_GETLOGIN_R]) 40 GNULIB_FCHDIR=0; AC_SUBST([GNULIB_FCHDIR])
41 GNULIB_GETPAGESIZE=0; AC_SUBST([GNULIB_GETPAGESIZE]) 41 GNULIB_FSYNC=0; AC_SUBST([GNULIB_FSYNC])
42 GNULIB_LCHOWN=0; AC_SUBST([GNULIB_LCHOWN]) 42 GNULIB_FTRUNCATE=0; AC_SUBST([GNULIB_FTRUNCATE])
43 GNULIB_LSEEK=0; AC_SUBST([GNULIB_LSEEK]) 43 GNULIB_GETCWD=0; AC_SUBST([GNULIB_GETCWD])
44 GNULIB_READLINK=0; AC_SUBST([GNULIB_READLINK]) 44 GNULIB_GETDOMAINNAME=0; AC_SUBST([GNULIB_GETDOMAINNAME])
45 GNULIB_SLEEP=0; AC_SUBST([GNULIB_SLEEP]) 45 GNULIB_GETDTABLESIZE=0; AC_SUBST([GNULIB_GETDTABLESIZE])
46 GNULIB_GETHOSTNAME=0; AC_SUBST([GNULIB_GETHOSTNAME])
47 GNULIB_GETLOGIN_R=0; AC_SUBST([GNULIB_GETLOGIN_R])
48 GNULIB_GETPAGESIZE=0; AC_SUBST([GNULIB_GETPAGESIZE])
49 GNULIB_GETUSERSHELL=0; AC_SUBST([GNULIB_GETUSERSHELL])
50 GNULIB_LCHOWN=0; AC_SUBST([GNULIB_LCHOWN])
51 GNULIB_LSEEK=0; AC_SUBST([GNULIB_LSEEK])
52 GNULIB_READLINK=0; AC_SUBST([GNULIB_READLINK])
53 GNULIB_SLEEP=0; AC_SUBST([GNULIB_SLEEP])
54 GNULIB_UNISTD_H_SIGPIPE=0; AC_SUBST([GNULIB_UNISTD_H_SIGPIPE])
55 GNULIB_WRITE=0; AC_SUBST([GNULIB_WRITE])
46 dnl Assume proper GNU behavior unless another module says otherwise. 56 dnl Assume proper GNU behavior unless another module says otherwise.
47 HAVE_DUP2=1; AC_SUBST([HAVE_DUP2]) 57 HAVE_DUP2=1; AC_SUBST([HAVE_DUP2])
58 HAVE_EUIDACCESS=1; AC_SUBST([HAVE_EUIDACCESS])
59 HAVE_FSYNC=1; AC_SUBST([HAVE_FSYNC])
48 HAVE_FTRUNCATE=1; AC_SUBST([HAVE_FTRUNCATE]) 60 HAVE_FTRUNCATE=1; AC_SUBST([HAVE_FTRUNCATE])
61 HAVE_GETDOMAINNAME=1; AC_SUBST([HAVE_GETDOMAINNAME])
62 HAVE_GETDTABLESIZE=1; AC_SUBST([HAVE_GETDTABLESIZE])
63 HAVE_GETHOSTNAME=1; AC_SUBST([HAVE_GETHOSTNAME])
49 HAVE_GETPAGESIZE=1; AC_SUBST([HAVE_GETPAGESIZE]) 64 HAVE_GETPAGESIZE=1; AC_SUBST([HAVE_GETPAGESIZE])
65 HAVE_GETUSERSHELL=1; AC_SUBST([HAVE_GETUSERSHELL])
50 HAVE_READLINK=1; AC_SUBST([HAVE_READLINK]) 66 HAVE_READLINK=1; AC_SUBST([HAVE_READLINK])
51 HAVE_SLEEP=1; AC_SUBST([HAVE_SLEEP]) 67 HAVE_SLEEP=1; AC_SUBST([HAVE_SLEEP])
68 HAVE_DECL_ENVIRON=1; AC_SUBST([HAVE_DECL_ENVIRON])
52 HAVE_DECL_GETLOGIN_R=1; AC_SUBST([HAVE_DECL_GETLOGIN_R]) 69 HAVE_DECL_GETLOGIN_R=1; AC_SUBST([HAVE_DECL_GETLOGIN_R])
53 HAVE_OS_H=0; AC_SUBST([HAVE_OS_H]) 70 HAVE_OS_H=0; AC_SUBST([HAVE_OS_H])
54 HAVE_SYS_PARAM_H=0; AC_SUBST([HAVE_SYS_PARAM_H]) 71 HAVE_SYS_PARAM_H=0; AC_SUBST([HAVE_SYS_PARAM_H])
55 REPLACE_CHOWN=0; AC_SUBST([REPLACE_CHOWN]) 72 REPLACE_CHOWN=0; AC_SUBST([REPLACE_CHOWN])
73 REPLACE_CLOSE=0; AC_SUBST([REPLACE_CLOSE])
56 REPLACE_FCHDIR=0; AC_SUBST([REPLACE_FCHDIR]) 74 REPLACE_FCHDIR=0; AC_SUBST([REPLACE_FCHDIR])
57 REPLACE_GETCWD=0; AC_SUBST([REPLACE_GETCWD]) 75 REPLACE_GETCWD=0; AC_SUBST([REPLACE_GETCWD])
58 REPLACE_GETPAGESIZE=0; AC_SUBST([REPLACE_GETPAGESIZE]) 76 REPLACE_GETPAGESIZE=0; AC_SUBST([REPLACE_GETPAGESIZE])
59 REPLACE_LCHOWN=0; AC_SUBST([REPLACE_LCHOWN]) 77 REPLACE_LCHOWN=0; AC_SUBST([REPLACE_LCHOWN])
60 REPLACE_LSEEK=0; AC_SUBST([REPLACE_LSEEK]) 78 REPLACE_LSEEK=0; AC_SUBST([REPLACE_LSEEK])
79 REPLACE_WRITE=0; AC_SUBST([REPLACE_WRITE])
80 UNISTD_H_HAVE_WINSOCK2_H=0; AC_SUBST([UNISTD_H_HAVE_WINSOCK2_H])
61]) 81])