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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
#ifndef vxl_config_h_config_stlport_win32_vc60_
#define vxl_config_h_config_stlport_win32_vc60_
/* This file was *not* generated from vxl_config.h.in */
/* It is maintained manually. */
/* -------------------- machine word characteristics */
/* these are 0 or 1, never empty. */
#define VXL_LITTLE_ENDIAN 1
#define VXL_BIG_ENDIAN 0
/* we can't just use typedefs, because on systems where there are */
/* no 64bit integers we have to #define vxl_int_64 to `void' in */
/* order to catch illegitimate uses. However, typedefs are superior */
/* to #defines, especially for the two keyword types, so we use */
/* typedefs for the valid cases. */
#define VXL_HAS_BYTE 1
#define VXL_BYTE_STRING "char"
#if 1
typedef signed char vxl_sbyte;
typedef unsigned char vxl_byte;
#else
# define vxl_sbyte void
# define vxl_byte void
#endif
#define VXL_HAS_INT_8 1
#define VXL_INT_8_STRING "char"
#if 1
typedef char vxl_int_8;
typedef signed char vxl_sint_8;
typedef unsigned char vxl_uint_8;
#else
# define vxl_int_8 void
# define vxl_sint_8 void
# define vxl_uint_8 void
#endif
#define VXL_HAS_INT_16 1
#define VXL_INT_16_STRING "short"
#if 1
typedef short vxl_int_16;
typedef signed short vxl_sint_16;
typedef unsigned short vxl_uint_16;
#else
# define vxl_int_16 void
# define vxl_sint_16 void
# define vxl_uint_16 void
#endif
#define VXL_HAS_INT_32 1
#define VXL_INT_32_STRING "int"
#if 1
typedef int vxl_int_32;
typedef signed int vxl_sint_32;
typedef unsigned int vxl_uint_32;
#else
# define vxl_int_32 void
# define vxl_sint_32 void
# define vxl_uint_32 void
#endif
#define VXL_HAS_INT_64 0
#define VXL_INT_64_STRING "void"
#if 0
typedef void vxl_int_64;
typedef signed void vxl_sint_64;
typedef unsigned void vxl_uint_64;
#else
# define vxl_int_64 void
# define vxl_sint_64 void
# define vxl_uint_64 void
#endif
#define VXL_INT_64_IS_LONG 0
#define VXL_HAS_IEEE_32 1
#define VXL_IEEE_32_STRING "float"
#if 1
typedef float vxl_ieee_32;
#else
# define vxl_ieee_32 void
#endif
#define VXL_HAS_IEEE_64 1
#define VXL_IEEE_64_STRING "double"
#if 1
typedef double vxl_ieee_64;
#else
# define vxl_ieee_64 void
#endif
#define VXL_HAS_IEEE_96 0
#define VXL_IEEE_96_STRING "void"
#if 0
typedef void vxl_ieee_96;
#else
# define vxl_ieee_96 void
#endif
#define VXL_HAS_IEEE_128 0
#define VXL_IEEE_128_STRING "void"
#if 0
typedef void vxl_ieee_128;
#else
# define vxl_ieee_128 void
#endif
/* -------------------- operating system services */
#define VXL_HAS_PTHREAD_H 0
#define VXL_HAS_SEMAPHORE_H 0
/* -------------------- library quirks */
/* these should be 1 if the symbol in question is declared */
/* in the relevant header file and 0 otherwise. */
#define VXL_UNISTD_HAS_USECONDS_T 0
#define VXL_UNISTD_HAS_INTPTR_T 0
#define VXL_UNISTD_HAS_UALARM 1
#define VXL_UNISTD_HAS_USLEEP 1
#define VXL_UNISTD_HAS_LCHOWN 1
#define VXL_UNISTD_HAS_PREAD 1
#define VXL_UNISTD_HAS_PWRITE 1
#define VXL_UNISTD_HAS_TELL 1
/* true if <stdlib.h> declares qsort() */
#define VXL_STDLIB_HAS_QSORT 1
/* true if <stdlib.h> declares lrand48() */
#define VXL_STDLIB_HAS_LRAND48 1 /* ? */
/* true if <stdlib.h> declares drand48() */
#define VXL_STDLIB_HAS_DRAND48 0
/* true if <stdlib.h> declares srand48() */
#define VXL_STDLIB_HAS_SRAND48 0
/* true if <ieeefp.h> declares finite() */
#define VXL_IEEEFP_HAS_FINITE 0 /* ? */
/* true if <math.h> declares finite() */
#define VXL_C_MATH_HAS_FINITEF 0 /* ? */
/* true if <math.h> declares finite() */
#define VXL_C_MATH_HAS_FINITE 0 /* ? */
/* true if <math.h> declares finite() */
#define VXL_C_MATH_HAS_FINITEL 0 /* ? */
/* true if <math.h> declares sqrtf() for the C compiler */
#define VXL_C_MATH_HAS_SQRTF 0 /* ? */
/* true if usleep() returns void */
#define VXL_UNISTD_USLEEP_IS_VOID 0
/* true if gettime() takes two arguments */
#define VXL_TWO_ARG_GETTIME 0
/* true if <ieeefp.h> is available */
#define VXL_HAS_IEEEFP_H 1
#endif /* vxl_config_h_config_stlport_win32_vc60_ */
|