annotate libhsail-rt/target-config.h.in @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* target-config.h.in. Generated from configure.ac by autoheader. */
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 /* Define to 1 if you have the <dlfcn.h> header file. */
kono
parents:
diff changeset
4 #undef HAVE_DLFCN_H
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 /* Define to 1 if you have the <inttypes.h> header file. */
kono
parents:
diff changeset
7 #undef HAVE_INTTYPES_H
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 /* Define to 1 if you have the <memory.h> header file. */
kono
parents:
diff changeset
10 #undef HAVE_MEMORY_H
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 /* Define to 1 if you have the <stdint.h> header file. */
kono
parents:
diff changeset
13 #undef HAVE_STDINT_H
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 /* Define to 1 if you have the <stdlib.h> header file. */
kono
parents:
diff changeset
16 #undef HAVE_STDLIB_H
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 /* Define to 1 if you have the <strings.h> header file. */
kono
parents:
diff changeset
19 #undef HAVE_STRINGS_H
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 /* Define to 1 if you have the <string.h> header file. */
kono
parents:
diff changeset
22 #undef HAVE_STRING_H
kono
parents:
diff changeset
23
kono
parents:
diff changeset
24 /* Define to 1 if you have the <sys/stat.h> header file. */
kono
parents:
diff changeset
25 #undef HAVE_SYS_STAT_H
kono
parents:
diff changeset
26
kono
parents:
diff changeset
27 /* Define to 1 if you have the <sys/types.h> header file. */
kono
parents:
diff changeset
28 #undef HAVE_SYS_TYPES_H
kono
parents:
diff changeset
29
kono
parents:
diff changeset
30 /* Define to 1 if you have the <unistd.h> header file. */
kono
parents:
diff changeset
31 #undef HAVE_UNISTD_H
kono
parents:
diff changeset
32
kono
parents:
diff changeset
33 /* Define to the sub-directory in which libtool stores uninstalled libraries.
kono
parents:
diff changeset
34 */
kono
parents:
diff changeset
35 #undef LT_OBJDIR
kono
parents:
diff changeset
36
kono
parents:
diff changeset
37 /* Name of package */
kono
parents:
diff changeset
38 #undef PACKAGE
kono
parents:
diff changeset
39
kono
parents:
diff changeset
40 /* Define to the address where bug reports for this package should be sent. */
kono
parents:
diff changeset
41 #undef PACKAGE_BUGREPORT
kono
parents:
diff changeset
42
kono
parents:
diff changeset
43 /* Define to the full name of this package. */
kono
parents:
diff changeset
44 #undef PACKAGE_NAME
kono
parents:
diff changeset
45
kono
parents:
diff changeset
46 /* Define to the full name and version of this package. */
kono
parents:
diff changeset
47 #undef PACKAGE_STRING
kono
parents:
diff changeset
48
kono
parents:
diff changeset
49 /* Define to the one symbol short name of this package. */
kono
parents:
diff changeset
50 #undef PACKAGE_TARNAME
kono
parents:
diff changeset
51
kono
parents:
diff changeset
52 /* Define to the home page for this package. */
kono
parents:
diff changeset
53 #undef PACKAGE_URL
kono
parents:
diff changeset
54
kono
parents:
diff changeset
55 /* Define to the version of this package. */
kono
parents:
diff changeset
56 #undef PACKAGE_VERSION
kono
parents:
diff changeset
57
kono
parents:
diff changeset
58 /* The size of `int', as computed by sizeof. */
kono
parents:
diff changeset
59 #undef SIZEOF_INT
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 /* The size of `void*', as computed by sizeof. */
kono
parents:
diff changeset
62 #undef SIZEOF_VOIDP
kono
parents:
diff changeset
63
kono
parents:
diff changeset
64 /* Define to 1 if you have the ANSI C header files. */
kono
parents:
diff changeset
65 #undef STDC_HEADERS
kono
parents:
diff changeset
66
kono
parents:
diff changeset
67 /* Version number of package */
kono
parents:
diff changeset
68 #undef VERSION