test for accept() size paramater type
[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
35 #undef STDC_HEADERS
36 #undef HAVE_GETOPT_H
37 #undef HAVE_UNISTD_H
38 #undef HAVE_DIRENT_H
39 #undef HAVE_SYS_NDIR_H
40 #undef HAVE_SYS_DIR_H
41 #undef HAVE_SYS_SOCKET_H
42 #undef HAVE_NDIR_H
43
44 #undef SOCKET_AVAIL
45 #undef SOCKLEN_T
46
47 #undef FD_NEED_TIME_H
48 #undef FD_NEED_TYPES_H
49 #undef FD_NEED_SELECT_H
50 #undef HEADER_FD
51 #undef FD_HEADER_OK
52
53 #undef SCANF_A
54 #undef GNU_GETCWD
55
56 #undef HAVE_STRLEN
57 #undef HAVE_STRCPY
58 #undef HAVE_STRCAT
59 #undef HAVE_STRSTR
60 #undef HAVE_STRCMP
61 #undef HAVE_STRERROR
62 #undef HAVE_STRTOK
63 #undef HAVE_STRDUP
64 #undef HAVE_STRCHR
65
66 #undef HAVE_MEMCPY
67
68 #undef HAVE_VPRINTF
69 #undef HAVE_DOPRNT
70 #undef HAVE_VSNPRINTF
71 #undef HAVE_VASPRINTF
72
73 #undef HAVE_GETLINE
74 #undef HAVE_GETDELIM
75 #undef HAVE_FGETS
76
77 #undef HAVE_YYLEX
78
79 #undef RETSIGTYPE
80 #undef SIZEOF_CHAR
81 #undef SIZEOF_SHORT
82 #undef SIZEOF_INT
83 #undef SIZEOF_LONG
84 #undef SIZEOF_LONG_LONG
85 #undef TYPE_BYTE
86 #undef TYPE_WORD
87 #undef TYPE_DWORD
88 #define TYPE_UBYTE unsigned TYPE_BYTE
89 #define TYPE_UWORD unsigned TYPE_WORD
90 #define TYPE_UDWORD unsigned TYPE_DWORD
91 #undef WORDS_BIGENDIAN
92
93 #undef VERSIONSTR
94 #undef VERSIONHI
95 #undef VERSIONLO
96 #undef VERSIONP
97
98 #undef ACCEPT_SOCKLEN_T
99
100 #endif
101
102 /* End of ddconfig.h */