Check for stdbool.h at configuration stage, and include it if available.
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h
Showing
- ares/ares_process.c 1 addition, 5 deletionsares/ares_process.c
- ares/configure.ac 12 additions, 0 deletionsares/configure.ac
- ares/setup_once.h 26 additions, 0 deletionsares/setup_once.h
- configure.ac 11 additions, 0 deletionsconfigure.ac
- lib/connect.c 1 addition, 6 deletionslib/connect.c
- lib/setup.h 0 additions, 12 deletionslib/setup.h
- lib/setup_once.h 26 additions, 0 deletionslib/setup_once.h
- src/setup.h 0 additions, 11 deletionssrc/setup.h
- tests/libtest/test.h 1 addition, 8 deletionstests/libtest/test.h
- tests/server/util.h 0 additions, 7 deletionstests/server/util.h
Loading
Please register or sign in to comment