summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2011-04-12 22:27:49 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2011-04-12 22:27:49 +0300
commit44720bef9d5a11cf39c1eabbeb2c0739d0504ef8 (patch)
tree17933ebe7d8de121ec47c896cf51dd424e7498fd /libgfortran/config.h.in
parent99ee02511431124acbfded6350ce5f857664560d (diff)
downloadgcc-44720bef9d5a11cf39c1eabbeb2c0739d0504ef8.tar.gz
Cleanup memsize types
From-SVN: r172340
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index a255bdccf30..76f1b2d3d16 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -630,6 +630,9 @@
/* libm includes powl */
#undef HAVE_POWL
+/* Define to 1 if the system has the type `ptrdiff_t'. */
+#undef HAVE_PTRDIFF_T
+
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
@@ -945,5 +948,13 @@
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
+/* Define to the type of a signed integer type wide enough to hold a pointer,
+ if such a type exists, and if the system does not define it. */
+#undef intptr_t
+
/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
+
+/* Define to the type of an unsigned integer type wide enough to hold a
+ pointer, if such a type exists, and if the system does not define it. */
+#undef uintptr_t