diff options
Diffstat (limited to 'config/config.h.in')
-rw-r--r-- | config/config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/config.h.in b/config/config.h.in index b44b7238d2..72ac87bbb3 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -3,8 +3,11 @@ #cmakedefine DEBUG -#define SIZEOF_INT @SIZEOF_INT@ -#define SIZEOF_LONG @SIZEOF_LONG@ +#cmakedefine SIZEOF_INT @SIZEOF_INT@ +#cmakedefine SIZEOF_INTMAX_T @SIZEOF_INTMAX_T@ +#cmakedefine SIZEOF_LONG @SIZEOF_LONG@ +#cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@ +#cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@ #if @SIZEOF_VOID_PTR@ == 8 #define ARCH_64 @@ -12,7 +15,7 @@ #define ARCH_32 #endif -#define PROJECT_NAME "@PROJECT_NAME@" +#cmakedefine PROJECT_NAME "@PROJECT_NAME@" #cmakedefine HAVE__NSGETENVIRON #cmakedefine HAVE_FD_CLOEXEC |