source: trunk/third/ORBit/config.h.in @ 15271

Revision 15271, 3.8 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15270, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if using alloca.c.  */
4#undef C_ALLOCA
5
6/* Define to empty if the keyword does not work.  */
7#undef const
8
9/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10   This function is required for alloca.c support on those systems.  */
11#undef CRAY_STACKSEG_END
12
13/* Define if you have alloca, as a function or macro.  */
14#undef HAVE_ALLOCA
15
16/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17#undef HAVE_ALLOCA_H
18
19/* Define if you don't have vprintf but do have _doprnt.  */
20#undef HAVE_DOPRNT
21
22/* Define if you have the vprintf function.  */
23#undef HAVE_VPRINTF
24
25/* Define as __inline if that's what the C compiler calls it.  */
26#undef inline
27
28/* Define to `unsigned' if <sys/types.h> doesn't define.  */
29#undef size_t
30
31/* If using the C implementation of alloca, define if you know the
32   direction of stack growth for your system; otherwise it will be
33   automatically deduced at run-time.
34 STACK_DIRECTION > 0 => grows toward higher addresses
35 STACK_DIRECTION < 0 => grows toward lower addresses
36 STACK_DIRECTION = 0 => direction of growth unknown
37 */
38#undef STACK_DIRECTION
39
40/* Define if you have the ANSI C header files.  */
41#undef STDC_HEADERS
42
43/* Define if your processor stores words with the most significant
44   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
45#undef WORDS_BIGENDIAN
46
47/* Define if lex declares yytext as a char * by default, not a char[].  */
48#undef YYTEXT_POINTER
49
50/* #undef HAVE_GLIB_CONFIG */
51/* #undef PACKAGE */
52/* #undef VERSION */
53#undef HAVE_LIMITED_WRITEV
54
55/* Define to the command to indent the output code with, must read stdin.  */
56#undef INDENT_COMMAND
57
58#undef HAVE_INET_ATON
59#undef ORBIT_SERIAL
60
61/* Define to 'int' if it isn't defined in the header files. */
62#undef socklen_t
63
64#undef  ALIGNOF_CORBA_BOOLEAN
65#undef  ALIGNOF_CORBA_CHAR
66#undef  ALIGNOF_CORBA_DOUBLE
67#undef  ALIGNOF_CORBA_FLOAT
68#undef  ALIGNOF_CORBA_LONG
69#undef  ALIGNOF_CORBA_LONG_DOUBLE
70#undef  ALIGNOF_CORBA_LONG_LONG
71#undef  ALIGNOF_CORBA_OCTET
72#undef  ALIGNOF_CORBA_SHORT
73#undef  ALIGNOF_CORBA_STRUCT
74#undef  ALIGNOF_CORBA_UNSIGNED_LONG
75#undef  ALIGNOF_CORBA_UNSIGNED_LONG_LONG
76#undef  ALIGNOF_CORBA_UNSIGNED_SHORT
77#undef  ALIGNOF_CORBA_WCHAR
78#undef  ALIGNOF_CORBA_POINTER
79
80/* TCP wrappers */
81#undef HAVE_HOSTS_ACCESS
82#undef HAVE_TCPD_H
83
84#ifdef HAVE_ALLOCA_H
85#include <alloca.h>
86#endif
87
88/* Define if you have the basename function.  */
89#undef HAVE_BASENAME
90
91/* Define if you have the poll function.  */
92#undef HAVE_POLL
93
94/* Define if you have the <endian.h> header file.  */
95#undef HAVE_ENDIAN_H
96
97/* Define if you have the <fcntl.h> header file.  */
98#undef HAVE_FCNTL_H
99
100/* Define if you have the <machine/endian.h> header file.  */
101#undef HAVE_MACHINE_ENDIAN_H
102
103/* Define if you have the <machine/types.h> header file.  */
104#undef HAVE_MACHINE_TYPES_H
105
106/* Define if you have the <stddef.h> header file.  */
107#undef HAVE_STDDEF_H
108
109/* Define if you have the <sys/endian.h> header file.  */
110#undef HAVE_SYS_ENDIAN_H
111
112/* Define if you have the <sys/isa_defs.h> header file.  */
113#undef HAVE_SYS_ISA_DEFS_H
114
115/* Define if you have the <sys/machine.h> header file.  */
116#undef HAVE_SYS_MACHINE_H
117
118/* Define if you have the <sys/poll.h> header file.  */
119#undef HAVE_SYS_POLL_H
120
121/* Define if you have the <tcpd.h> header file.  */
122#undef HAVE_TCPD_H
123
124/* Define if you have the <unistd.h> header file.  */
125#undef HAVE_UNISTD_H
126
127/* Define if you have the <wchar.h> header file.  */
128#undef HAVE_WCHAR_H
129
130/* Define if you have the <wcstr.h> header file.  */
131#undef HAVE_WCSTR_H
132
133/* Define if you have the <wctype.h> header file.  */
134#undef HAVE_WCTYPE_H
135
136/* Define if you have the nsl library (-lnsl).  */
137#undef HAVE_LIBNSL
138
139/* Define if you have the resolv library (-lresolv).  */
140#undef HAVE_LIBRESOLV
141
142/* Define if you have the socket library (-lsocket).  */
143#undef HAVE_LIBSOCKET
Note: See TracBrowser for help on using the repository browser.