Fix issues with flexcat file paths
[AROS.git] / tools / flexcat / C_h_aros.sd
blob6709dd3df578b0196ce9e10d3dcdb133f972feb3
1 ##rem $Id: C_h_orig.sd 39849 2011-07-06 07:48:37Z sonic $
2 ##stringtype C
3 ##shortstrings
4 /****************************************************************
5    This file was created automatically by `%fv'
6    from "%f0".
8    Do NOT edit by hand!
9 ****************************************************************/
11 #ifndef %b_H
12 #define %b_H
15 #ifndef EXEC_TYPES_H
16 #include <exec/types.h>
17 #endif
20 #ifdef CATCOMP_ARRAY
21 #undef CATCOMP_NUMBERS
22 #undef CATCOMP_STRINGS
23 #define CATCOMP_NUMBERS
24 #define CATCOMP_STRINGS
25 #endif
27 #ifdef CATCOMP_BLOCK
28 #undef CATCOMP_STRINGS
29 #define CATCOMP_STRINGS
30 #endif
32 /***************************************************************/
34 #ifdef CATCOMP_NUMBERS
36 #define %i %d
38 #endif /* CATCOMP_NUMBERS */
40 /***************************************************************/
42 #ifdef CATCOMP_STRINGS
44 #define %i_STR %s
46 #endif /* CATCOMP_STRINGS */
48 /***************************************************************/
50 #ifdef CATCOMP_ARRAY
52 struct CatCompArrayType
54   LONG   cca_ID;
55   STRPTR cca_Str;
58 static const struct CatCompArrayType CatCompArray[] =
60   {%i,(STRPTR)%i_STR},
61   {0,NULL}
64 #endif /* CATCOMP_ARRAY */
66 /***************************************************************/
68 #ifdef CATCOMP_BLOCK
70 #error CATCOMP_BLOCK not supported by this SD
72 #endif /* CATCOMP_BLOCK */
74 /***************************************************************/
76 #ifdef CATCOMP_CODE
78 #error CATCOMP_CODE not supported by this SD
80 #endif /* CATCOMP_CODE */
82 /***************************************************************/
85 #endif