rasdaman API
bool.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 1994
4  * Hewlett-Packard Company
5  *
6  * Permission to use, copy, modify, distribute and sell this software
7  * and its documentation for any purpose is hereby granted without fee,
8  * provided that the above copyright notice appear in all copies and
9  * that both that copyright notice and this permission notice appear
10  * in supporting documentation. Hewlett-Packard Company makes no
11  * representations about the suitability of this software for any
12  * purpose. It is provided "as is" without express or implied warranty.
13  *
14  */
15 
16 // most systems should have bool defined now (Sun CC 5.0, g++), it is in the
17 // ANSI standard.
18 
19 #ifdef OS_HPUX_10
20 #define bool int
21 #endif
22 #define true 1
23 #define false 0