X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsize_max.h;h=7d24f8170f5fba28bc749e291fc3d5386c564ee9;hb=618fd97d05ba9f1411536c887dbeebe3807c055a;hp=ce2377b5cf0b7d8b83beb2839c309d2f82fbfd71;hpb=414353f839d107fb5ea1e030961ba5a69962f692;p=gnulib.git diff --git a/lib/size_max.h b/lib/size_max.h index ce2377b5c..7d24f8170 100644 --- a/lib/size_max.h +++ b/lib/size_max.h @@ -1,5 +1,5 @@ /* size_max.h -- declare SIZE_MAX through system headers - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify @@ -13,15 +13,18 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ #ifndef GNULIB_SIZE_MAX_H #define GNULIB_SIZE_MAX_H +/* Get SIZE_MAX declaration on systems like Solaris 7/8/9. */ # include +/* Get SIZE_MAX declaration on systems like glibc 2. */ # if HAVE_STDINT_H # include # endif +/* On systems where these include files don't define it, SIZE_MAX is defined + in config.h. */ #endif /* GNULIB_SIZE_MAX_H */