* configure.in: Don't set PICFLAG on ix86-cygwin32.
[deliverable/binutils-gdb.git] / sim / tic80 / config.in
1 /* config.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define as the return type of signal handlers (int or void). */
4 #undef RETSIGTYPE
5
6 /* Define if your processor stores words with the most significant
7 byte first (like Motorola and SPARC, unlike Intel and VAX). */
8 #undef WORDS_BIGENDIAN
9
10 /* Define if you have the getpid function. */
11 #undef HAVE_GETPID
12
13 /* Define if you have the getrusage function. */
14 #undef HAVE_GETRUSAGE
15
16 /* Define if you have the kill function. */
17 #undef HAVE_KILL
18
19 /* Define if you have the sigaction function. */
20 #undef HAVE_SIGACTION
21
22 /* Define if you have the time function. */
23 #undef HAVE_TIME
24
25 /* Define if you have the <stdlib.h> header file. */
26 #undef HAVE_STDLIB_H
27
28 /* Define if you have the <string.h> header file. */
29 #undef HAVE_STRING_H
30
31 /* Define if you have the <strings.h> header file. */
32 #undef HAVE_STRINGS_H
33
34 /* Define if you have the <sys/resource.h> header file. */
35 #undef HAVE_SYS_RESOURCE_H
36
37 /* Define if you have the <sys/time.h> header file. */
38 #undef HAVE_SYS_TIME_H
39
40 /* Define if you have the <time.h> header file. */
41 #undef HAVE_TIME_H
42
43 /* Define if you have the <unistd.h> header file. */
44 #undef HAVE_UNISTD_H
This page took 0.029556 seconds and 4 git commands to generate.