[1016] | 1 | /* include/JTC/Config.h.in. Generated automatically from configure.in by autoheader. */
|
---|
| 2 | /***********************************************************************
|
---|
| 3 | *
|
---|
| 4 | * Copyright (c) 2000
|
---|
| 5 | * Object Oriented Concepts, Inc.
|
---|
| 6 | * Billerica, MA, USA
|
---|
| 7 | *
|
---|
| 8 | * All Rights Reserved
|
---|
| 9 | *
|
---|
| 10 | ***********************************************************************/
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | /* Define if you need to in order for stat and other things to work. */
|
---|
| 14 | #undef _POSIX_SOURCE
|
---|
| 15 |
|
---|
| 16 | /* Define if your processor stores words with the most significant
|
---|
| 17 | byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
---|
| 18 | #undef WORDS_BIGENDIAN
|
---|
| 19 |
|
---|
| 20 | /* Define if your c++ compiler doesn't know mutable. */
|
---|
| 21 | #undef HAVE_NO_MUTABLE
|
---|
| 22 |
|
---|
| 23 | /* Define if your c++ compiler doesn't have namespaces. */
|
---|
| 24 | #undef HAVE_NO_NAMESPACE
|
---|
| 25 |
|
---|
| 26 | /* Define if your c++ compiler supports iostream in namespace std. */
|
---|
| 27 | #undef HAVE_STD_IOSTREAM
|
---|
| 28 |
|
---|
| 29 | /* Define if your c++ compiler supports STL in namespace std. */
|
---|
| 30 | #undef HAVE_STD_STL
|
---|
| 31 |
|
---|
| 32 | /* Define if your c++ compiler can explicitly instanciate templates. */
|
---|
| 33 | #undef HAVE_NO_EXPLICIT_TEMPLATES
|
---|
| 34 |
|
---|
| 35 | /* Define if your c++ compiler does not have RTTI. */
|
---|
| 36 | #undef HAVE_NO_RTTI
|
---|
| 37 |
|
---|
| 38 | /* Define if your c++ compiler can't overload const type conversions. */
|
---|
| 39 | #undef HAVE_NO_CONST_TYPE_CONVERSION_OVERLOAD
|
---|
| 40 |
|
---|
| 41 | /* Define if your c++ compiler doesn't have typename. */
|
---|
| 42 | #undef HAVE_NO_TYPENAME
|
---|
| 43 |
|
---|
| 44 | /* Define if you don't have a prototype for gethostname(). */
|
---|
| 45 | #undef HAVE_NO_GETHOSTNAME_PROTOTYPE
|
---|
| 46 |
|
---|
| 47 | /* Define if there is no declaration for h_errno */
|
---|
| 48 | #undef HAVE_NO_H_ERRNO_DECLARATION
|
---|
| 49 |
|
---|
| 50 | /* Define if OS supports MIT threads. */
|
---|
| 51 | #undef HAVE_MIT_THREADS
|
---|
| 52 |
|
---|
| 53 | /* Define if OS supports FSU threads. */
|
---|
| 54 | #undef HAVE_FSU_THREADS
|
---|
| 55 |
|
---|
| 56 | /* Define if OS supports posix threads. */
|
---|
| 57 | #undef HAVE_POSIX_THREADS
|
---|
| 58 |
|
---|
| 59 | /* Define if OS supports DCE threads. */
|
---|
| 60 | #undef HAVE_DCE_THREADS
|
---|
| 61 |
|
---|
| 62 | /* Define if OS supports pthread_attr_setstacksize. */
|
---|
| 63 | #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
|
---|
| 64 |
|
---|
| 65 | /* Define if OS supports pthread_delay_np. */
|
---|
| 66 | #undef HAVE_PTHREAD_DELAY_NP
|
---|
| 67 |
|
---|
| 68 | /* Define if OS supports pthread_sched_yield. */
|
---|
| 69 | #undef HAVE_SCHED_YIELD
|
---|
| 70 |
|
---|
| 71 | /* Define if OS supports pthread_yield. */
|
---|
| 72 | #undef HAVE_PTHREAD_YIELD
|
---|
| 73 |
|
---|
| 74 | /* Define if JThreads/C++ has support for stop/suspend/resume. */
|
---|
| 75 | #undef HAVE_JTC_STOP
|
---|
| 76 |
|
---|
| 77 | /* The number of bytes in a bool. */
|
---|
| 78 | #undef SIZEOF_BOOL
|
---|
| 79 |
|
---|
| 80 | /* The number of bytes in a char. */
|
---|
| 81 | #undef SIZEOF_CHAR
|
---|
| 82 |
|
---|
| 83 | /* The number of bytes in a double. */
|
---|
| 84 | #undef SIZEOF_DOUBLE
|
---|
| 85 |
|
---|
| 86 | /* The number of bytes in a float. */
|
---|
| 87 | #undef SIZEOF_FLOAT
|
---|
| 88 |
|
---|
| 89 | /* The number of bytes in a int. */
|
---|
| 90 | #undef SIZEOF_INT
|
---|
| 91 |
|
---|
| 92 | /* The number of bytes in a long. */
|
---|
| 93 | #undef SIZEOF_LONG
|
---|
| 94 |
|
---|
| 95 | /* The number of bytes in a short. */
|
---|
| 96 | #undef SIZEOF_SHORT
|
---|
| 97 |
|
---|
| 98 | /* Define if you have the strcasecmp function. */
|
---|
| 99 | #undef HAVE_STRCASECMP
|
---|
| 100 |
|
---|
| 101 | /* Define if you have the strerror function. */
|
---|
| 102 | #undef HAVE_STRERROR
|
---|
| 103 |
|
---|
| 104 | /* Define if you have the strncasecmp function. */
|
---|
| 105 | #undef HAVE_STRNCASECMP
|
---|
| 106 |
|
---|
| 107 | /* Define if you have the <bstring.h> header file. */
|
---|
| 108 | #undef HAVE_BSTRING_H
|
---|
| 109 |
|
---|
| 110 | /* Define if you have the <exception> header file. */
|
---|
| 111 | #undef HAVE_EXCEPTION
|
---|
| 112 |
|
---|
| 113 | /* Define if you have the <exception.h> header file. */
|
---|
| 114 | #undef HAVE_EXCEPTION_H
|
---|
| 115 |
|
---|
| 116 | /* Define if you have the <fstream> header file. */
|
---|
| 117 | #undef HAVE_FSTREAM
|
---|
| 118 |
|
---|
| 119 | /* Define if you have the <iostream> header file. */
|
---|
| 120 | #undef HAVE_IOSTREAM
|
---|
| 121 |
|
---|
| 122 | /* Define if you have the <sched.h> header file. */
|
---|
| 123 | #undef HAVE_SCHED_H
|
---|
| 124 |
|
---|
| 125 | /* Define if you have the <stddef.h> header file. */
|
---|
| 126 | #undef HAVE_STDDEF_H
|
---|
| 127 |
|
---|
| 128 | /* Define if you have the <stdlib.h> header file. */
|
---|
| 129 | #undef HAVE_STDLIB_H
|
---|
| 130 |
|
---|
| 131 | /* Define if you have the <strings.h> header file. */
|
---|
| 132 | #undef HAVE_STRINGS_H
|
---|
| 133 |
|
---|
| 134 | /* Define if you have the <strstream> header file. */
|
---|
| 135 | #undef HAVE_STRSTREAM
|
---|
| 136 |
|
---|
| 137 | /* Define if you have the <sys/sched.h> header file. */
|
---|
| 138 | #undef HAVE_SYS_SCHED_H
|
---|
| 139 |
|
---|
| 140 | /* Define if you have the <sys/select.h> header file. */
|
---|
| 141 | #undef HAVE_SYS_SELECT_H
|
---|
| 142 |
|
---|
| 143 | /* Define if you have the <sys/time.h> header file. */
|
---|
| 144 | #undef HAVE_SYS_TIME_H
|
---|
| 145 |
|
---|
| 146 | /* Define if you have the <sys/types.h> header file. */
|
---|
| 147 | #undef HAVE_SYS_TYPES_H
|
---|
| 148 |
|
---|
| 149 | /* Define if you have the <terminate.h> header file. */
|
---|
| 150 | #undef HAVE_TERMINATE_H
|
---|
| 151 |
|
---|
| 152 | /* Define if you have the <termio.h> header file. */
|
---|
| 153 | #undef HAVE_TERMIO_H
|
---|
| 154 |
|
---|
| 155 | /* Define if you have the <termios.h> header file. */
|
---|
| 156 | #undef HAVE_TERMIOS_H
|
---|
| 157 |
|
---|
| 158 | /* Define if you have the <unexpected.h> header file. */
|
---|
| 159 | #undef HAVE_UNEXPECTED_H
|
---|
| 160 |
|
---|
| 161 | /* Define if you have the <unistd.h> header file. */
|
---|
| 162 | #undef HAVE_UNISTD_H
|
---|
| 163 |
|
---|
| 164 | /* Define if you have the malloc library (-lmalloc). */
|
---|
| 165 | #undef HAVE_LIBMALLOC
|
---|