X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsize_max.h;h=ed0bc137712250b0d4ae0aa44f5121c6f3890f2c;hb=738e912a0f97a43c2b195bcec6fe34512208e81f;hp=dcce48efc1738e442403b58eb2c776febcfe9eb6;hpb=1caf9135115db922238f1a9e9e52759e251454a3;p=gnulib.git diff --git a/lib/size_max.h b/lib/size_max.h index dcce48efc..ed0bc1377 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 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify @@ -14,14 +14,18 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #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 */