/[inetutils]/inetutils/m4/extensions.m4
ViewVC logotype

Diff of /inetutils/m4/extensions.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ams, Fri Jan 21 13:02:48 2005 UTC revision 1.2 by gray, Fri Jul 29 10:52:44 2005 UTC
# Line 1  Line 1 
1  # Enable extensions on systems that normally disable them.  # Enable extensions on systems that normally disable them.
2    
3  # Copyright (C) 2003 Free Software Foundation, Inc.  # Copyright (C) 2003 Free Software Foundation, Inc.
4    # This file is free software; the Free Software Foundation
5  # This file is free software, distributed under the terms of the GNU  # gives unlimited permission to copy and/or distribute it,
6  # General Public License.  As a special exception to the GNU General  # with or without modifications, as long as this notice is preserved.
 # Public License, this file may be distributed as part of a program  
 # that contains a configuration script generated by Autoconf, under  
 # the same distribution terms as the rest of that program.  
7    
8  # gl_USE_SYSTEM_EXTENSIONS  # gl_USE_SYSTEM_EXTENSIONS
9  # ------------------------  # ------------------------
# Line 24  AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS], [ Line 21  AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS], [
21  [/* Enable extensions on Solaris.  */  [/* Enable extensions on Solaris.  */
22  #ifndef __EXTENSIONS__  #ifndef __EXTENSIONS__
23  # undef __EXTENSIONS__  # undef __EXTENSIONS__
24    #endif
25    #ifndef _POSIX_PTHREAD_SEMANTICS
26    # undef _POSIX_PTHREAD_SEMANTICS
27  #endif])  #endif])
28    AC_DEFINE([__EXTENSIONS__])    AC_DEFINE([__EXTENSIONS__])
29      AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
30  ])  ])

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26