aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 18:48:16 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 18:48:16 +0000
commit071f737d04de4bdb8fa7c89e26278db581eed70d (patch)
treefa09bbb21d1da5b00edbf14d512ccd9b54d9c87e /cmakeconfig.h.in
parenteb1060140886e2f67ea012a407bf76a83bce6ba4 (diff)
CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29639 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 29f96989d1..499b00acd0 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -276,21 +276,6 @@
/* Define to 1 if you have the <grp.h> header file. */
#cmakedefine HAVE_GRP_H 1
-/* Format for printing 64-bit unsigned hexadecimal numbers (upper-case) */
-#cmakedefine PRIX64 @PRIX64@
-
-/* Format for printing 64-bit signed decimal numbers */
-#cmakedefine PRId64 @PRId64@
-
-/* Format for printing 64-bit unsigned octal numbers */
-#cmakedefine PRIo64 @PRIo64@
-
-/* Format for printing 64-bit unsigned decimal numbers */
-#cmakedefine PRIu64 @PRIu64@
-
-/* Format for printing 64-bit unsigned hexadecimal numbers (lower-case) */
-#cmakedefine PRIx64 @PRIx64@
-
/* Define to 1 if you have the ANSI C header files. */
/* Note: not use in the code */
#cmakedefine STDC_HEADERS 1