aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-02-11 11:44:35 -0800
committerChris Robinson <[email protected]>2019-02-11 11:44:35 -0800
commit2fc8461c14074c7f19d6c226e1beaf55aed441a0 (patch)
tree35c302185f85110cff026c9604dc4a514ca6fb51 /config.h.in
parentdac609b29ab11f6b2739250a3de91b125056e3a1 (diff)
Don't check for __int64
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 4c68e77f..cc428891 100644
--- a/config.h.in
+++ b/config.h.in
@@ -86,9 +86,6 @@
/* Define if we have the stat function */
#cmakedefine HAVE_STAT
-/* Define if we have the __int64 type */
-#cmakedefine HAVE___INT64
-
/* Define to the size of a long int type */
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}