]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/config.h.in
Update of ORTE. Configured to compile for Linux out of box.
[orte.git] / orte / include / config.h.in
1 /* orte/include/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to enable ORTE's RT support */
4 #undef CONFIG_ORTE_RT
5
6 /* Define if kernel is RTAI patched */
7 #undef CONFIG_ORTE_RTAI
8
9 /* Define if kernel is RTLinux patched */
10 #undef CONFIG_ORTE_RTL
11
12 /* Define if is target a unix system */
13 #undef CONFIG_ORTE_UNIX
14
15 /* Define if is target windows */
16 #undef CONFIG_ORTE_WIN
17
18 /* Define to 1 if you have the <arpa/inet.h> header file. */
19 #undef HAVE_ARPA_INET_H
20
21 /* Define to 1 if you have the <byteswap.h> header file. */
22 #undef HAVE_BYTESWAP_H
23
24 /* Define to 1 if you have the <ctype.h> header file. */
25 #undef HAVE_CTYPE_H
26
27 /* Define to 1 if you have the <errno.h> header file. */
28 #undef HAVE_ERRNO_H
29
30 /* Define to 1 if you have the <fcntl.h> header file. */
31 #undef HAVE_FCNTL_H
32
33 /* Define to 1 if you have the <getopt.h> header file. */
34 #undef HAVE_GETOPT_H
35
36 /* Define to 1 if you have the <inttypes.h> header file. */
37 #undef HAVE_INTTYPES_H
38
39 /* Define to 1 if you have the `pthread' library (-lpthread). */
40 #undef HAVE_LIBPTHREAD
41
42 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
43 #undef HAVE_LIBWS2_32
44
45 /* Define to 1 if you have the <memory.h> header file. */
46 #undef HAVE_MEMORY_H
47
48 /* Define to 1 if you have the <netdb.h> header file. */
49 #undef HAVE_NETDB_H
50
51 /* Define to 1 if you have the <netinet/in.h> header file. */
52 #undef HAVE_NETINET_IN_H
53
54 /* Define to 1 if you have the <net/if.h> header file. */
55 #undef HAVE_NET_IF_H
56
57 /* Define to 1 if you have the <pthread.h> header file. */
58 #undef HAVE_PTHREAD_H
59
60 /* Define to 1 if you have the <signal.h> header file. */
61 #undef HAVE_SIGNAL_H
62
63 /* Define to 1 if you have the <stdarg.h> header file. */
64 #undef HAVE_STDARG_H
65
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #undef HAVE_STDINT_H
68
69 /* Define to 1 if you have the <stdio.h> header file. */
70 #undef HAVE_STDIO_H
71
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #undef HAVE_STDLIB_H
74
75 /* Define to 1 if you have the `strdup' function. */
76 #undef HAVE_STRDUP
77
78 /* Define to 1 if you have the <strings.h> header file. */
79 #undef HAVE_STRINGS_H
80
81 /* Define to 1 if you have the <string.h> header file. */
82 #undef HAVE_STRING_H
83
84 /* Define to 1 if you have the <sys/ioctl.h> header file. */
85 #undef HAVE_SYS_IOCTL_H
86
87 /* Define to 1 if you have the <sys/socket.h> header file. */
88 #undef HAVE_SYS_SOCKET_H
89
90 /* Define to 1 if you have the <sys/stat.h> header file. */
91 #undef HAVE_SYS_STAT_H
92
93 /* Define to 1 if you have the <sys/time.h> header file. */
94 #undef HAVE_SYS_TIME_H
95
96 /* Define to 1 if you have the <sys/types.h> header file. */
97 #undef HAVE_SYS_TYPES_H
98
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #undef HAVE_UNISTD_H
101
102 /* Define to 1 if you have the <winsock2.h> header file. */
103 #undef HAVE_WINSOCK2_H
104
105 /* Define to 1 if you have the <ws2tcpip.h> header file. */
106 #undef HAVE_WS2TCPIP_H
107
108 /* Name of package */
109 #undef PACKAGE
110
111 /* Define to the address where bug reports for this package should be sent. */
112 #undef PACKAGE_BUGREPORT
113
114 /* Define to the full name of this package. */
115 #undef PACKAGE_NAME
116
117 /* Define to the full name and version of this package. */
118 #undef PACKAGE_STRING
119
120 /* Define to the one symbol short name of this package. */
121 #undef PACKAGE_TARNAME
122
123 /* Define to the version of this package. */
124 #undef PACKAGE_VERSION
125
126 /* Define to 1 if you have the ANSI C header files. */
127 #undef STDC_HEADERS
128
129 /* Version number of package */
130 #undef VERSION
131
132 /* Define to 1 if your processor stores words with the most significant byte
133    first (like Motorola and SPARC, unlike Intel and VAX). */
134 #undef WORDS_BIGENDIAN
135
136 /* Define to empty if `const' does not conform to ANSI C. */
137 #undef const
138
139 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
140    if it is not supported. */
141 #undef inline
142
143 /* Define to `int' if <sys/types.h> does not define. */
144 #undef pid_t
145
146 /* Define to `unsigned' if <sys/types.h> does not define. */
147 #undef size_t