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