summaryrefslogtreecommitdiff
path: root/src/config.h.in
blob: bd39c4e96545d4c52c56897fa58f751cb09cb7ef (plain)
1
2
3
4
5
6
7
8
9
#cmakedefine HAVE_STDBOOL_H

#ifdef HAVE_STDBOOL_H
  #include <stdbool.h>
#elif !defined(__cplusplus)
  typedef char bool;
#endif

#cmakedefine HAVE___BUILTIN_EXPECT