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

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