@@ -1,7 +1,7 @@ dnl -*- Autoconf -*- -dnl Copyright (C) 1993-2003 Free Software Foundation, Inc. +dnl Copyright (C) 1993-2009 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program dnl that contains a configuration script generated by Autoconf, under dnl the same distribution terms as the rest of that program. @@ -16,24 +16,24 @@ #ifdef HAVE_UNISTD_H #include #include #endif ], [getpagesize();], -AC_DEFINE(HAVE_GETPAGESIZE,,[have getpagesize()]) +AC_DEFINE([HAVE_GETPAGESIZE],[],[have getpagesize()]) have_getpagesize=1)dnl if test -n "$have_getpagesize"; then CL_PROTO([getpagesize], [ CL_PROTO_RET([ #include #ifdef HAVE_UNISTD_H #include #endif -], [int getpagesize();], [int getpagesize();], +], [int getpagesize();], cl_cv_proto_getpagesize_ret, int, size_t) ], [extern $cl_cv_proto_getpagesize_ret getpagesize (void);]) -AC_DEFINE_UNQUOTED(RETGETPAGESIZETYPE,$cl_cv_proto_getpagesize_ret,[return type of getpagesize()]) +AC_DEFINE_UNQUOTED([RETGETPAGESIZETYPE],$cl_cv_proto_getpagesize_ret,[return type of getpagesize()]) else dnl Otherwise we use PAGESIZE defined in . dnl But mingw32 doesn't have . AC_CHECK_HEADERS(sys/param.h) fi ])