version 0.5.2
[fw/sdcc] / sim / ucsim / ddconfig_in.h
1 /*
2  * Simulator of microcontrollers (ddconfig.h)
3  *
4  * Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
5  * 
6  * To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
7  *
8  */
9
10 /* This file is part of microcontroller simulator: ucsim.
11
12 UCSIM is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
16
17 UCSIM is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with UCSIM; see the file COPYING.  If not, write to the Free
24 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
25 02111-1307, USA. */
26 /*@1@*/
27
28 #ifndef DDCONFIG_HEADER
29 #define DDCONFIG_HEADER
30
31 #define DD_TRUE  1
32 #define DD_FALSE 0
33   //#define bool     int
34 #define NIL     0
35
36 #undef STDC_HEADERS
37 #undef HAVE_GETOPT_H
38 #undef HAVE_UNISTD_H
39 #undef HAVE_DIRENT_H
40 #undef HAVE_SYS_NDIR_H
41 #undef HAVE_SYS_DIR_H
42 #undef HAVE_SYS_SOCKET_H
43 #undef HAVE_NDIR_H
44 #undef HAVE_DLFCN_H
45
46 #undef SOCKET_AVAIL
47 #undef SOCKLEN_T
48
49 #undef FD_NEED_TIME_H
50 #undef FD_NEED_TYPES_H
51 #undef FD_NEED_SELECT_H
52 #undef HEADER_FD
53 #undef FD_HEADER_OK
54
55 #undef SCANF_A
56 #undef GNU_GETCWD
57
58 #undef HAVE_STRLEN
59 #undef HAVE_STRCPY
60 #undef HAVE_STRCAT
61 #undef HAVE_STRSTR
62 #undef HAVE_STRCMP
63 #undef HAVE_STRERROR
64 #undef HAVE_STRTOK
65 #undef HAVE_STRDUP
66 #undef HAVE_STRCHR
67
68 #undef HAVE_MEMCPY
69
70 #undef HAVE_VPRINTF
71 #undef HAVE_DOPRNT
72 #undef HAVE_VSNPRINTF
73 #undef HAVE_VASPRINTF
74
75 #undef HAVE_GETLINE
76 #undef HAVE_GETDELIM
77 #undef HAVE_FGETS
78
79 #undef HAVE_YYLEX
80 #undef HAVE_FLEX
81 #undef YYTEXT_POINTER
82
83 #undef RETSIGTYPE
84 #undef SIZEOF_CHAR
85 #undef SIZEOF_SHORT
86 #undef SIZEOF_INT
87 #undef SIZEOF_LONG
88 #undef SIZEOF_LONG_LONG
89 #undef TYPE_BYTE
90 #undef TYPE_WORD
91 #undef TYPE_DWORD
92 #define TYPE_UBYTE unsigned TYPE_BYTE
93 #define TYPE_UWORD unsigned TYPE_WORD
94 #define TYPE_UDWORD unsigned TYPE_DWORD
95 #undef WORDS_BIGENDIAN
96 #undef _M_
97 #undef _A_
98
99 #undef VERSIONSTR
100 #undef VERSIONHI
101 #undef VERSIONLO
102 #undef VERSIONP
103
104 #undef ACCEPT_SOCKLEN_T
105
106 #undef STATISTIC
107
108 #endif
109
110 /* End of ddconfig.h */