aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-20 15:47:45 -0700
committerChris Robinson <[email protected]>2011-09-20 15:47:45 -0700
commit97743e32c265b8d6bf799912ea1863ca456bf42d (patch)
tree02e0cd8d3be7fd690a5daadb7bfc6628b657718f /config.h.in
parentb8d53fb7e9e88ac625bbe66e94bddfce8a636f9d (diff)
Remove a couple type size checks
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 4421578a..f680295d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -77,12 +77,6 @@
/* Define to the size of a long long int type */
#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
-/* Define to the size of an unsigned int type */
-#cmakedefine SIZEOF_UINT ${SIZEOF_UINT}
-
-/* Define to the size of a void pointer type */
-#cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP}
-
/* Define if we have GCC's destructor attribute */
#cmakedefine HAVE_GCC_DESTRUCTOR