# dont perform the libgen and libsocket test in configure for AROS.
[AROS-Contrib.git] / fish / surf / mytypes.h
blobd0b2efb252445658057852611dd7ec353b194dad
1 #ifndef MYTYPES_H_FILE
2 #define MYTYPES_H_FILE
3 #define true 1
4 #define false 0
6 typedef char bool;
8 #include <stdlib.h>
9 //extern char *calloc(), *malloc();
11 #define null 0L
13 #ifndef MANX
14 #include "exec/types.h"
15 #include "libraries/mathffp.h"
16 #define ceil SPCeil
17 #define floor SPFloor
18 #define fabs SPAbs
19 #endif
22 #endif /* MYTYPES_H_FILE */