~p-ch-e/gnuhello/gnuhello

« back to all changes in this revision

Viewing changes to gnulib/m4/stdlib_h.m4

  • Committer: Reuben Thomas
  • Date: 2012-04-13 13:42:35 UTC
  • Revision ID: rrt@sc3d.org-20120413134235-a327i8oah0w2e5te
Update gnulib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# stdlib_h.m4 serial 39
2
 
dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
1
# stdlib_h.m4 serial 41
 
2
dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
20
20
# include <random.h>
21
21
#endif
22
22
    ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt
23
 
    initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt
24
 
    ptsname ptsname_r random_r realpath rpmatch setenv setstate_r srandom_r
 
23
    initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps
 
24
    posix_openpt ptsname ptsname_r random random_r realpath rpmatch
 
25
    setenv setstate setstate_r srandom srandom_r
25
26
    strtod strtoll strtoull unlockpt unsetenv])
26
27
])
27
28
 
54
55
  GNULIB_PTSNAME=0;       AC_SUBST([GNULIB_PTSNAME])
55
56
  GNULIB_PTSNAME_R=0;     AC_SUBST([GNULIB_PTSNAME_R])
56
57
  GNULIB_PUTENV=0;        AC_SUBST([GNULIB_PUTENV])
 
58
  GNULIB_RANDOM=0;        AC_SUBST([GNULIB_RANDOM])
57
59
  GNULIB_RANDOM_R=0;      AC_SUBST([GNULIB_RANDOM_R])
58
60
  GNULIB_REALLOC_POSIX=0; AC_SUBST([GNULIB_REALLOC_POSIX])
59
61
  GNULIB_REALPATH=0;      AC_SUBST([GNULIB_REALPATH])
81
83
  HAVE_POSIX_OPENPT=1;       AC_SUBST([HAVE_POSIX_OPENPT])
82
84
  HAVE_PTSNAME=1;            AC_SUBST([HAVE_PTSNAME])
83
85
  HAVE_PTSNAME_R=1;          AC_SUBST([HAVE_PTSNAME_R])
 
86
  HAVE_RANDOM=1;             AC_SUBST([HAVE_RANDOM])
84
87
  HAVE_RANDOM_H=1;           AC_SUBST([HAVE_RANDOM_H])
85
88
  HAVE_RANDOM_R=1;           AC_SUBST([HAVE_RANDOM_R])
86
89
  HAVE_REALPATH=1;           AC_SUBST([HAVE_REALPATH])
101
104
  REPLACE_MKSTEMP=0;         AC_SUBST([REPLACE_MKSTEMP])
102
105
  REPLACE_PTSNAME_R=0;       AC_SUBST([REPLACE_PTSNAME_R])
103
106
  REPLACE_PUTENV=0;          AC_SUBST([REPLACE_PUTENV])
 
107
  REPLACE_RANDOM_R=0;        AC_SUBST([REPLACE_RANDOM_R])
104
108
  REPLACE_REALLOC=0;         AC_SUBST([REPLACE_REALLOC])
105
109
  REPLACE_REALPATH=0;        AC_SUBST([REPLACE_REALPATH])
106
110
  REPLACE_SETENV=0;          AC_SUBST([REPLACE_SETENV])