diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-23 10:18:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-23 10:18:42 +0200 |
commit | 995dfd20e78ad16cec678df25422ce032650e3aa (patch) | |
tree | f4c5abd77f4edce4a752311c7fc5b837fcb07fe2 /src/config.h.cmake.in | |
parent | 9c10d3a428f2e33d01e1ea66932d272ac731787f (diff) |
New upstream version 6.4.0upstream/6.4.0
Diffstat (limited to 'src/config.h.cmake.in')
-rw-r--r-- | src/config.h.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake.in b/src/config.h.cmake.in index 93e46c0..e13fad1 100644 --- a/src/config.h.cmake.in +++ b/src/config.h.cmake.in @@ -43,6 +43,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H} +/* Define to 1 if you have the <inttypes.h> header file. */ +#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H} + /* Name of package */ #cmakedefine PACKAGE ${PACKAGE} |