swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: 4a6fe0290880bd56dd5141f06c9fa2b9e310162e authored by Brad King on 13 August 2015, 13:17:06 UTC
CMake 3.3.1
Tip revision: 4a6fe02
config.hxx.in
#cmakedefine HAVE_SYS_TYPES_H
#cmakedefine HAVE_STDINT_H
#cmakedefine HAVE_STDDEF_H

/* bool */
#cmakedefine HAVE_SIZEOF_BOOL
@SIZEOF_BOOL_CODE@

/* struct ns::somestruct::someint */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_INT
@SIZEOF_NS_STRUCTMEMBER_INT_CODE@

/* struct ns::somestruct::someptr */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_PTR
@SIZEOF_NS_STRUCTMEMBER_PTR_CODE@

/* struct ns::somestruct::somechar */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_CHAR
@SIZEOF_NS_STRUCTMEMBER_CHAR_CODE@

/* struct ns::somestruct::somebool */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_BOOL
@SIZEOF_NS_STRUCTMEMBER_BOOL_CODE@
back to top