annotate lib/size_max.h @ 5984:b92b9d86794b

* size_max.h: New file. * modules/size_max: New file. * modules/xsize: Depend on size_max module for size_max.m4.
author Simon Josefsson <simon@josefsson.org>
date Mon, 11 Jul 2005 19:13:35 +0000
parents
children 34f5b5aeff20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5984
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 /* size_max.h -- declare SIZE_MAX through system headers
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 Copyright (C) 2005 Free Software Foundation, Inc.
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3 Written by Simon Josefsson.
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 This program is free software; you can redistribute it and/or modify
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6 it under the terms of the GNU General Public License as published by
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7 the Free Software Foundation; either version 2, or (at your option)
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8 any later version.
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10 This program is distributed in the hope that it will be useful,
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
13 GNU General Public License for more details.
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
14
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
15 You should have received a copy of the GNU General Public License
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
16 along with this program; if not, write to the Free Software Foundation,
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
18
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19 #ifndef GNULIB_SIZE_MAX_H
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
20 #define GNULIB_SIZE_MAX_H
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
21
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
22 # include <limits.h>
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
23 # if HAVE_STDINT_H
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
24 # include <stdint.h>
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
25 # endif
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
26
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
27 #endif /* GNULIB_SIZE_MAX_H */