summaryrefslogtreecommitdiff
path: root/libjava/classpath/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/include/config.h.in')
-rw-r--r--libjava/classpath/include/config.h.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/libjava/classpath/include/config.h.in b/libjava/classpath/include/config.h.in
index a4b56365722..d1a898752bd 100644
--- a/libjava/classpath/include/config.h.in
+++ b/libjava/classpath/include/config.h.in
@@ -36,10 +36,6 @@
/* Define to 1 if you have the <crt_externs.h> header file. */
#undef HAVE_CRT_EXTERNS_H
-/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
- */
-#undef HAVE_DECL_TZNAME
-
/* Define to 1 if you have the <dssi.h> header file. */
#undef HAVE_DSSI_H
@@ -263,19 +259,19 @@
otherwise */
#undef PORTABLE_NATIVE_SYNC
-/* The size of `char', as computed by sizeof. */
+/* The size of a `char', as computed by sizeof. */
#undef SIZEOF_CHAR
-/* The size of `int', as computed by sizeof. */
+/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
-/* The size of `long', as computed by sizeof. */
+/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
-/* The size of `short', as computed by sizeof. */
+/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
-/* The size of `void*', as computed by sizeof. */
+/* The size of a `void*', as computed by sizeof. */
#undef SIZEOF_VOIDP
/* The number of bytes in type void * */