From 69565afab0be081211df57a245a222cbd3e43ed3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 22 Feb 2007 02:51:54 +0000 Subject: 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 --- tests/server/util.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/server/util.h') diff --git a/tests/server/util.h b/tests/server/util.h index 2848560bb..69f2cfc3d 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -25,13 +25,6 @@ void logmsg(const char *msg, ...); -#ifndef FALSE -#define FALSE 0 -#endif -#ifndef TRUE -#define TRUE 1 -#endif - #define TEST_DATA_PATH "%s/data/test%ld" /* global variable, where to find the 'data' dir */ -- cgit v1.2.3