aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 9cf3d8f31..4354f7fa8 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -213,17 +213,6 @@
# endif
#endif
-
-#ifdef HAVE_LONGLONG
-#define LONG_LONG long long
-#define ENABLE_64BIT
-#else
-#ifdef _MSC_VER
-#define LONG_LONG __int64
-#define ENABLE_64BIT
-#endif /* _MSC_VER */
-#endif /* HAVE_LONGLONG */
-
#ifdef HAVE_EXTRA_STRICMP_H
# include <extra/stricmp.h>
#endif