~ubuntu-branches/ubuntu/trusty/rcs/trusty

« back to all changes in this revision

Viewing changes to m4/stdlib_h.m4

  • Committer: Package Import Robot
  • Author(s): Romain Francoise
  • Date: 2013-05-29 21:33:52 UTC
  • mfrom: (1.2.1) (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130529213352-7wuf2h7wscvzt1ka
Tags: 5.9.0-1
* New upstream release.
* Install upstream NEWS file.
* debian/control: Use canonical locations in Vcs-* fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# stdlib_h.m4 serial 41
2
 
dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
1
# stdlib_h.m4 serial 42
 
2
dnl Copyright (C) 2007-2013 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.
22
22
    ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt
23
23
    initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps
24
24
    posix_openpt ptsname ptsname_r random random_r realpath rpmatch
25
 
    setenv setstate setstate_r srandom srandom_r
 
25
    secure_getenv setenv setstate setstate_r srandom srandom_r
26
26
    strtod strtoll strtoull unlockpt unsetenv])
27
27
])
28
28
 
60
60
  GNULIB_REALLOC_POSIX=0; AC_SUBST([GNULIB_REALLOC_POSIX])
61
61
  GNULIB_REALPATH=0;      AC_SUBST([GNULIB_REALPATH])
62
62
  GNULIB_RPMATCH=0;       AC_SUBST([GNULIB_RPMATCH])
 
63
  GNULIB_SECURE_GETENV=0; AC_SUBST([GNULIB_SECURE_GETENV])
63
64
  GNULIB_SETENV=0;        AC_SUBST([GNULIB_SETENV])
64
65
  GNULIB_STRTOD=0;        AC_SUBST([GNULIB_STRTOD])
65
66
  GNULIB_STRTOLL=0;       AC_SUBST([GNULIB_STRTOLL])
88
89
  HAVE_RANDOM_R=1;           AC_SUBST([HAVE_RANDOM_R])
89
90
  HAVE_REALPATH=1;           AC_SUBST([HAVE_REALPATH])
90
91
  HAVE_RPMATCH=1;            AC_SUBST([HAVE_RPMATCH])
 
92
  HAVE_SECURE_GETENV=1;      AC_SUBST([HAVE_SECURE_GETENV])
91
93
  HAVE_SETENV=1;             AC_SUBST([HAVE_SETENV])
92
94
  HAVE_DECL_SETENV=1;        AC_SUBST([HAVE_DECL_SETENV])
93
95
  HAVE_STRTOD=1;             AC_SUBST([HAVE_STRTOD])
102
104
  REPLACE_MALLOC=0;          AC_SUBST([REPLACE_MALLOC])
103
105
  REPLACE_MBTOWC=0;          AC_SUBST([REPLACE_MBTOWC])
104
106
  REPLACE_MKSTEMP=0;         AC_SUBST([REPLACE_MKSTEMP])
 
107
  REPLACE_PTSNAME=0;         AC_SUBST([REPLACE_PTSNAME])
105
108
  REPLACE_PTSNAME_R=0;       AC_SUBST([REPLACE_PTSNAME_R])
106
109
  REPLACE_PUTENV=0;          AC_SUBST([REPLACE_PUTENV])
107
110
  REPLACE_RANDOM_R=0;        AC_SUBST([REPLACE_RANDOM_R])