summaryrefslogtreecommitdiff
path: root/Modules/CheckTypeSize.c.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-12 23:08:33 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-12 23:08:33 -0500
commit1d72bdea9a8b571ab626d06110760fbe41b4de2e (patch)
treeac043456f855d4a30c7b7232cc7bf228f347af0e /Modules/CheckTypeSize.c.in
parent9ab3b14c77bc92a94c8b1b949bdc0f91bb77c7a2 (diff)
downloadcmake-1d72bdea9a8b571ab626d06110760fbe41b4de2e.tar.gz
ENH: move define into configured file and do not use the command line
Diffstat (limited to 'Modules/CheckTypeSize.c.in')
-rw-r--r--Modules/CheckTypeSize.c.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/CheckTypeSize.c.in b/Modules/CheckTypeSize.c.in
index 822d9c5e62..2f99d7d714 100644
--- a/Modules/CheckTypeSize.c.in
+++ b/Modules/CheckTypeSize.c.in
@@ -1,6 +1,5 @@
-#ifdef CHECK_TYPE_SIZE_TYPE
-
@CHECK_TYPE_SIZE_PREINCLUDE@
+#ifdef CHECK_TYPE_SIZE_TYPE
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>