summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config_h.SH16
1 files changed, 0 insertions, 16 deletions
diff --git a/config_h.SH b/config_h.SH
index 29a0d35ef5..f933c78d23 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1087,22 +1087,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#define MEM_ALIGNBYTES $alignbytes
#endif
-/* INTSIZE:
- * This symbol contains the value of sizeof(int) so that the C
- * preprocessor can make decisions based on it.
- */
-/* LONGSIZE:
- * This symbol contains the value of sizeof(long) so that the C
- * preprocessor can make decisions based on it.
- */
-/* SHORTSIZE:
- * This symbol contains the value of sizeof(short) so that the C
- * preprocessor can make decisions based on it.
- */
-#define INTSIZE $intsize /**/
-#define LONGSIZE $longsize /**/
-#define SHORTSIZE $shortsize /**/
-
/* BYTEORDER:
* This symbol holds the hexadecimal constant defined in byteorder,
* i.e. 0x1234 or 0x4321, etc...