Fixed compatibility of output.
[AROS.git] / external / openurl / prefs / locale_h.sd
blobcb62bbe738f29f6e31fed80c34c723841460fd91
1 ##stringtype C
2 ##shortstrings
3 /***************************************************************************
5  openurl.library - universal URL display and browser launcher library
6  Copyright (C) 1998-2005 by Troels Walsted Hansen, et al.
7  Copyright (C) 2005-2013 by openurl.library Open Source Team
9  This library is free software; it has been placed in the public domain
10  and you can freely redistribute it and/or modify it. Please note, however,
11  that some components may be under the LGPL or GPL license.
13  This library is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17  openurl.library project: http://sourceforge.net/projects/openurllib/
19  $Id: locale_h.sd 195 2013-02-20 20:48:34Z thboeckel $
21 ***************************************************************************/
24 ** This file was created automatically by flexcat.
25 ** It is written to be compatible with catcomp,
26 ** so you choose, but... Do NOT edit by hand!
27 **/
29 #ifndef _LOC_H
30 #define _LOC_H
32 #ifndef EXEC_TYPES_H
33 #include <exec/types.h>
34 #endif
36 #ifdef CATCOMP_ARRAY
37 #undef CATCOMP_NUMBERS
38 #undef CATCOMP_STRINGS
39 #define CATCOMP_NUMBERS
40 #define CATCOMP_STRINGS
41 #endif
43 /****************************************************************************/
45 #ifdef CATCOMP_NUMBERS
47 #define %i %d
49 #endif /* CATCOMP_NUMBERS */
51 /****************************************************************************/
53 #ifdef CATCOMP_STRINGS
55 #define %i_STR %s
57 #endif /* CATCOMP_STRINGS */
59 /****************************************************************************/
61 #ifdef CATCOMP_ARRAY
63 struct CatCompArrayType
65     ULONG  cca_ID;
66     STRPTR cca_Str;
69 static const struct CatCompArrayType CatCompArray[] =
71     {%i,(STRPTR)%i_STR},
74 #endif /* CATCOMP_ARRAY */
76 /****************************************************************************/
78 #endif /* _LOC_H */