aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-31 18:48:16 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-31 18:48:16 +0000
commit746124c9358ee65e81c4ab6d9f16043ffb097b06 (patch)
treefa09bbb21d1da5b00edbf14d512ccd9b54d9c87e /cmakeconfig.h.in
parentdc958a440bf35183450964e3efc00a41855150d6 (diff)
CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
svn path=/trunk/; revision=29639
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