blob: 7b210f871ade7dbc6e99aaec0367576fb62254cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
#cmakedefine SIZEOF_INT ${SIZEOF_INT}
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
#cmakedefine SIZEOF___INT64 ${SIZEOF___INT64}
#cmakedefine HAVE_VSPRINTF
#cmakedefine HAVE_VSNPRINTF
#cmakedefine HAVE_VSBLABLA
|