X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Freadutmp.m4;h=2e520cd70cae0aa78022812896f629c086314b18;hb=3bad30ae5fcb8bcf05dc7a125d899350860c5da7;hp=33ed4e848a022905fd5a9654fe9c8342bab52236;hpb=e40cf4e4eb8a15c5982664e9ae8546661e02f4fd;p=gnulib.git diff --git a/m4/readutmp.m4 b/m4/readutmp.m4 index 33ed4e848..2e520cd70 100644 --- a/m4/readutmp.m4 +++ b/m4/readutmp.m4 @@ -1,5 +1,5 @@ -# readutmp.m4 serial 12 -dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# readutmp.m4 serial 13 +dnl Copyright (C) 2002-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -28,6 +28,11 @@ $ac_includes_default # include #endif #ifdef HAVE_UTMP_H +# if defined _THREAD_SAFE && defined UTMP_DATA_INIT + /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE + defined, work around the duplicate struct utmp_data declaration. */ +# define utmp_data gl_aix_4_3_workaround_utmp_data +# endif # include #endif "