root/ossiedev/branches/jeongo9/components/liquid-components/config.h.in @ 10566

Revision 10566, 3.6 KB (checked in by jeongo9, 2 years ago)

commiting liquid components

Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4#ifndef __LIQUID_CONFIG_H__
5#define __LIQUID_CONFIG_H__
6
7
8/* Define to 1 if you have the <inttypes.h> header file. */
9#undef HAVE_INTTYPES_H
10
11/* Define to 1 if you have the `liquid' library (-lliquid). */
12#undef HAVE_LIBLIQUID
13
14/* Define to 1 if you have the `omniDynamic4' library (-lomniDynamic4). */
15#undef HAVE_LIBOMNIDYNAMIC4
16
17/* Define to 1 if you have the `omniORB4' library (-lomniORB4). */
18#undef HAVE_LIBOMNIORB4
19
20/* Define to 1 if you have the `omnithread' library (-lomnithread). */
21#undef HAVE_LIBOMNITHREAD
22
23/* Define to 1 if you have the `ossiecf' library (-lossiecf). */
24#undef HAVE_LIBOSSIECF
25
26/* Define to 1 if you have the `ossieidl' library (-lossieidl). */
27#undef HAVE_LIBOSSIEIDL
28
29/* Define to 1 if you have the `ossieparser' library (-lossieparser). */
30#undef HAVE_LIBOSSIEPARSER
31
32/* Define to 1 if you have the `standardInterfaces' library
33   (-lstandardInterfaces). */
34#undef HAVE_LIBSTANDARDINTERFACES
35
36/* Define to 1 if you have the <liquid/liquid.h> header file. */
37#undef HAVE_LIQUID_LIQUID_H
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* Define to 1 if you have the <omniORB4/CORBA.h> header file. */
43#undef HAVE_OMNIORB4_CORBA_H
44
45/* Define to 1 if you have the <standardinterfaces/complexShort.h> header
46   file. */
47#undef HAVE_STANDARDINTERFACES_COMPLEXSHORT_H
48
49/* Define to 1 if stdbool.h conforms to C99. */
50#undef HAVE_STDBOOL_H
51
52/* Define to 1 if you have the <stdint.h> header file. */
53#undef HAVE_STDINT_H
54
55/* Define to 1 if you have the <stdlib.h> header file. */
56#undef HAVE_STDLIB_H
57
58/* Define to 1 if you have the <strings.h> header file. */
59#undef HAVE_STRINGS_H
60
61/* Define to 1 if you have the <string.h> header file. */
62#undef HAVE_STRING_H
63
64/* Define to 1 if you have the <sys/stat.h> header file. */
65#undef HAVE_SYS_STAT_H
66
67/* Define to 1 if you have the <sys/types.h> header file. */
68#undef HAVE_SYS_TYPES_H
69
70/* Define to 1 if you have the <unistd.h> header file. */
71#undef HAVE_UNISTD_H
72
73/* Define to 1 if the system has the type `_Bool'. */
74#undef HAVE__BOOL
75
76/* Define to the address where bug reports for this package should be sent. */
77#undef PACKAGE_BUGREPORT
78
79/* Define to the full name of this package. */
80#undef PACKAGE_NAME
81
82/* Define to the full name and version of this package. */
83#undef PACKAGE_STRING
84
85/* Define to the one symbol short name of this package. */
86#undef PACKAGE_TARNAME
87
88/* Define to the home page for this package. */
89#undef PACKAGE_URL
90
91/* Define to the version of this package. */
92#undef PACKAGE_VERSION
93
94/* Define to 1 if you have the ANSI C header files. */
95#undef STDC_HEADERS
96
97/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
98   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
99   #define below would cause a syntax error. */
100#undef _UINT32_T
101
102/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
103   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
104   #define below would cause a syntax error. */
105#undef _UINT8_T
106
107/* Define to `__inline__' or `__inline' if that's what the C compiler
108   calls it, or to nothing if 'inline' is not supported under any name.  */
109#ifndef __cplusplus
110#undef inline
111#endif
112
113/* Define to `unsigned int' if <sys/types.h> does not define. */
114#undef size_t
115
116/* Define to the type of an unsigned integer type of width exactly 32 bits if
117   such a type exists and the standard includes do not define it. */
118#undef uint32_t
119
120/* Define to the type of an unsigned integer type of width exactly 8 bits if
121   such a type exists and the standard includes do not define it. */
122#undef uint8_t
123
124
125#endif // __LIQUID_CONFIG_H__
126
Note: See TracBrowser for help on using the browser.