2
* Do all necessary includes here, so that we don't have to worry about
3
* overlapping includes in the files in missing.d.
10
* this will work with gcc compiler - for other compilers you may
11
* have to replace path separators in this file into backslashes
13
#include "atari/stack.c"
14
#include "atari/tmpnam.c"
19
#include "atari/system.c"
21
#include "missing/system.c"
23
#endif /* HAVE_SYSTEM */
26
#include "missing/memcmp.c"
27
#endif /* HAVE_MEMCMP */
30
#include "missing/memcpy.c"
31
#endif /* HAVE_MEMCPY */
34
#include "missing/memset.c"
35
#endif /* HAVE_MEMSET */
37
#ifndef HAVE_STRNCASECMP
38
#include "missing/strncasecmp.c"
39
#endif /* HAVE_STRCASE */
42
#include "missing/strerror.c"
43
#endif /* HAVE_STRERROR */
46
#include "missing/strftime.c"
47
#endif /* HAVE_STRFTIME */
50
#include "missing/strchr.c"
51
#endif /* HAVE_STRCHR */
54
#include "missing/strtod.c"
55
#endif /* HAVE_STRTOD */
58
#include "missing/tzset.c"
59
#endif /* HAVE_TZSET */