~ubuntu-branches/ubuntu/trusty/gnutls26/trusty

« back to all changes in this revision

Viewing changes to lib/gl/m4/extensions.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# serial 9  -*- Autoconf -*-
 
1
# serial 10  -*- Autoconf -*-
2
2
# Enable extensions on systems that normally disable them.
3
3
 
4
 
# Copyright (C) 2003, 2006-2010 Free Software Foundation, Inc.
 
4
# Copyright (C) 2003, 2006-2011 Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
67
67
#ifndef _ALL_SOURCE
68
68
# undef _ALL_SOURCE
69
69
#endif
 
70
/* Enable general extensions on MacOS X.  */
 
71
#ifndef _DARWIN_C_SOURCE
 
72
# undef _DARWIN_C_SOURCE
 
73
#endif
70
74
/* Enable GNU extensions on systems that have them.  */
71
75
#ifndef _GNU_SOURCE
72
76
# undef _GNU_SOURCE
95
99
  test $ac_cv_safe_to_define___extensions__ = yes &&
96
100
    AC_DEFINE([__EXTENSIONS__])
97
101
  AC_DEFINE([_ALL_SOURCE])
 
102
  AC_DEFINE([_DARWIN_C_SOURCE])
98
103
  AC_DEFINE([_GNU_SOURCE])
99
104
  AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
100
105
  AC_DEFINE([_TANDEM_SOURCE])