comparison interps/c-intercal/config.h @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 /* config.h. Generated from configh.in by configure. */
2 /* src/configh.in. Generated from configure.ac by autoheader. */
3
4 /* Extension to use on executable files. */
5 #define EXEEXT ""
6
7 /* Define to 1 if you have the `clock_gettime' function. */
8 #define HAVE_CLOCK_GETTIME 1
9
10 /* Define to 1 if you have the `gethrtime' function. */
11 /* #undef HAVE_GETHRTIME */
12
13 /* Define to 1 if you have the `gettimeofday' function. */
14 #define HAVE_GETTIMEOFDAY 1
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18
19 /* Define to 1 if you have the <memory.h> header file. */
20 #define HAVE_MEMORY_H 1
21
22 /* Define to 1 if you have the `snprintf' function. */
23 #define HAVE_SNPRINTF 1
24
25 /* Define to 1 if you have the <stdarg.h> header file. */
26 #define HAVE_STDARG_H 1
27
28 /* Define to 1 if you have the <stdint.h> header file. */
29 #define HAVE_STDINT_H 1
30
31 /* Define to 1 if you have the <stdlib.h> header file. */
32 #define HAVE_STDLIB_H 1
33
34 /* Define to 1 if you have the `strdup' function. */
35 #define HAVE_STRDUP 1
36
37 /* Define to 1 if you have the <strings.h> header file. */
38 #define HAVE_STRINGS_H 1
39
40 /* Define to 1 if you have the <string.h> header file. */
41 #define HAVE_STRING_H 1
42
43 /* Define to 1 if you have the `strtol' function. */
44 #define HAVE_STRTOL 1
45
46 /* Define to 1 if you have the `strtoul' function. */
47 #define HAVE_STRTOUL 1
48
49 /* Define if #! works on your system. */
50 #define HAVE_SYS_INTERPRETER
51
52 /* Define to 1 if you have the <sys/stat.h> header file. */
53 #define HAVE_SYS_STAT_H 1
54
55 /* Define to 1 if you have the <sys/time.h> header file. */
56 #define HAVE_SYS_TIME_H 1
57
58 /* Define to 1 if you have the <sys/types.h> header file. */
59 #define HAVE_SYS_TYPES_H 1
60
61 /* Define to 1 if you have the <unistd.h> header file. */
62 #define HAVE_UNISTD_H 1
63
64 /* Define to 1 if you have the `vsnprintf' function. */
65 #define HAVE_VSNPRINTF 1
66
67 /* Define if yyrestart() is necessary to yyparse a new file. */
68 #define NEED_YYRESTART
69
70 /* Name of package */
71 #define PACKAGE "ick"
72
73 /* Define to the address where bug reports for this package should be sent. */
74 #define PACKAGE_BUGREPORT "ais523(524\)x\((525)y)@bham.ac.uk"
75
76 /* Define to the full name of this package. */
77 #define PACKAGE_NAME "C-INTERCAL"
78
79 /* Define to the full name and version of this package. */
80 #define PACKAGE_STRING "C-INTERCAL 0.29"
81
82 /* Define to the one symbol short name of this package. */
83 #define PACKAGE_TARNAME "ick"
84
85 /* Define to the version of this package. */
86 #define PACKAGE_VERSION "0.29"
87
88 /* Define as the return type of signal handlers (`int' or `void'). */
89 #define RETSIGTYPE void
90
91 /* The size of `long long int', as computed by sizeof. */
92 #define SIZEOF_LONG_LONG_INT 8
93
94 /* The size of `sig_atomic_t', as computed by sizeof. */
95 #define SIZEOF_SIG_ATOMIC_T 4
96
97 /* The size of `_Bool', as computed by sizeof. */
98 #define SIZEOF__BOOL 1
99
100 /* Define to 1 if you have the ANSI C header files. */
101 #define STDC_HEADERS 1
102
103 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
104 #define TIME_WITH_SYS_TIME 1
105
106 /* Version number of package */
107 #define VERSION "0.29"
108
109 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
110 `char[]'. */
111 #define YYTEXT_POINTER 1
112
113 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
114 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
115 #define below would cause a syntax error. */
116 /* #undef _UINT32_T */
117
118 /* Define to empty if `const' does not conform to ANSI C. */
119 /* #undef const */
120
121 /* Define to `unsigned int' if <sys/types.h> does not define. */
122 /* #undef size_t */
123
124 /* Define to the type of an unsigned integer type of width exactly 16 bits if
125 such a type exists and the standard includes do not define it. */
126 /* #undef uint16_t */
127
128 /* Define to the type of an unsigned integer type of width exactly 32 bits if
129 such a type exists and the standard includes do not define it. */
130 /* #undef uint32_t */
131
132 /* Define to empty if the keyword `volatile' does not work. Warning: valid
133 code using `volatile' can become incorrect without. Disable with care. */
134 /* #undef volatile */