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 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
|
/* a68g-config.h. Generated from a68g-config.h.in by configure. */
/* a68g-config.h.in. Generated from configure.ac by autoheader. */
/* Define this if OpenBSD was detected */
/* #undef BUILD_BSD */
/* Define this if CYGWIN was detected */
/* #undef BUILD_CYGWIN */
/* Define this if HAIKU was detected */
/* #undef BUILD_HAIKU */
/* Define this if LINUX was detected */
#define BUILD_LINUX 1
/* Define this if a good pthread installation was detected */
#define BUILD_PARALLEL_CLAUSE 1
/* Name of C compiler detected */
#define C_COMPILER "gcc"
/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
#define GWINSZ_IN_SYS_IOCTL 1
/* Define to 1 if you have the `aligned_alloc' function. */
#define HAVE_ALIGNED_ALLOC 1
/* Define to 1 if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
/* Define to 1 if you have the <complex.h> header file. */
#define HAVE_COMPLEX_H 1
/* Define to 1 if you have the `csqrt' function. */
#define HAVE_CSQRT 1
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define this if curses was detected */
#define HAVE_CURSES 1
/* Define to 1 if you have the <curses.h> header file. */
#define HAVE_CURSES_H 1
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
/* Define this if a good DL installation was detected */
#define HAVE_DL 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the `exit' function. */
#define HAVE_EXIT 1
/* Define this if EXPORT_DYNAMIC is recognised */
#define HAVE_EXPORT_DYNAMIC 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the <fenv.h> header file. */
#define HAVE_FENV_H 1
/* Define if finite() is available */
#define HAVE_FINITE 1
/* Define to 1 if you have the <float.h> header file. */
#define HAVE_FLOAT_H 1
/* Define to 1 if you have the `fprintf' function. */
#define HAVE_FPRINTF 1
/* Define to 1 if you have the `free' function. */
#define HAVE_FREE 1
/* Define this if GCC was detected */
#define HAVE_GCC 1
/* Define this if a recent GNU MPFR installation was detected */
#define HAVE_GNU_MPFR 1
/* Define this if a good GNU plotutils installation was detected */
#define HAVE_GNU_PLOTUTILS 1
/* Define this if a good GNU GSL installation was detected */
#define HAVE_GSL 1
/* Define to 1 if you have the <gsl/gsl_blas.h> header file. */
#define HAVE_GSL_GSL_BLAS_H 1
/* Define to 1 if you have the <gsl/gsl_complex.h> header file. */
#define HAVE_GSL_GSL_COMPLEX_H 1
/* Define to 1 if you have the <gsl/gsl_complex_math.h> header file. */
#define HAVE_GSL_GSL_COMPLEX_MATH_H 1
/* Define to 1 if you have the <gsl/gsl_errno.h> header file. */
#define HAVE_GSL_GSL_ERRNO_H 1
/* Define to 1 if you have the <gsl/gsl_fft_complex.h> header file. */
#define HAVE_GSL_GSL_FFT_COMPLEX_H 1
/* Define to 1 if you have the <gsl/gsl_integration.h> header file. */
#define HAVE_GSL_GSL_INTEGRATION_H 1
/* Define to 1 if you have the <gsl/gsl_linalg.h> header file. */
#define HAVE_GSL_GSL_LINALG_H 1
/* Define to 1 if you have the <gsl/gsl_math.h> header file. */
#define HAVE_GSL_GSL_MATH_H 1
/* Define to 1 if you have the <gsl/gsl_matrix.h> header file. */
#define HAVE_GSL_GSL_MATRIX_H 1
/* Define to 1 if you have the <gsl/gsl_permutation.h> header file. */
#define HAVE_GSL_GSL_PERMUTATION_H 1
/* Define to 1 if you have the <gsl/gsl_sf.h> header file. */
#define HAVE_GSL_GSL_SF_H 1
/* Define to 1 if you have the <gsl/gsl_vector.h> header file. */
#define HAVE_GSL_GSL_VECTOR_H 1
/* Define to 1 if you have the <gsl/gsl_version.h> header file. */
#define HAVE_GSL_GSL_VERSION_H 1
/* Define this if IEEE_754 compliant */
#define HAVE_IEEE_754 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define if isfinite() is available */
#define HAVE_ISFINITE 1
/* Define if isinf() is available */
#define HAVE_ISINF 1
/* Define if isnan() is available */
#define HAVE_ISNAN 1
/* Define to 1 if you have the `gmp' library (-lgmp). */
#define HAVE_LIBGMP 1
/* Define to 1 if you have the `gsl' library (-lgsl). */
#define HAVE_LIBGSL 1
/* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
#define HAVE_LIBGSLCBLAS 1
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
/* Define to 1 if you have the `mpfr' library (-lmpfr). */
#define HAVE_LIBMPFR 1
/* Define to 1 if you have the `ncurses' library (-lncurses). */
#define HAVE_LIBNCURSES 1
/* Define to 1 if you have the `plot' library (-lplot). */
#define HAVE_LIBPLOT 1
/* Define to 1 if you have the `pq' library (-lpq). */
#define HAVE_LIBPQ 1
/* Define to 1 if you have the <libpq-fe.h> header file. */
#define HAVE_LIBPQ_FE_H 1
/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1
/* Define to 1 if you have the `quadmath' library (-lquadmath). */
#define HAVE_LIBQUADMATH 1
/* Define to 1 if you have the `readline' library (-lreadline). */
#define HAVE_LIBREADLINE 1
/* Define to 1 if you have the `Rmath' library (-lRmath). */
#define HAVE_LIBRMATH 1
/* Define to 1 if you have the `root' library (-lroot). */
/* #undef HAVE_LIBROOT */
/* Define to 1 if you have the `tic' library (-ltic). */
#define HAVE_LIBTIC 1
/* Define to 1 if you have the `tinfo' library (-ltinfo). */
#define HAVE_LIBTINFO 1
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the `longjmp' function. */
#define HAVE_LONGJMP 1
/* Define this if a good INT*8/REAL*10/REAL*16 installation was detected */
#define HAVE_LONG_TYPES 1
/* Define to 1 if you have the `malloc' function. */
#define HAVE_MALLOC 1
/* Define this if a good mathlib installation was detected */
#define HAVE_MATHLIB 1
/* Define to 1 if you have the <math.h> header file. */
#define HAVE_MATH_H 1
/* Define to 1 if you have the `memcpy' function. */
#define HAVE_MEMCPY 1
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1
/* Define to 1 if you have the <mpfr.h> header file. */
#define HAVE_MPFR_H 1
/* Define to 1 if you have the <ncurses/curses.h> header file. */
/* #undef HAVE_NCURSES_CURSES_H */
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/* Define this if /opt/local/pgsql/include was detected */
/* #undef HAVE_OPT_LOCAL_PGSQL_INCLUDE */
/* Define this as PIC option */
#define HAVE_PIC "-fPIC"
/* Define to 1 if you have the <plot.h> header file. */
#define HAVE_PLOT_H 1
/* Define to 1 if you have the `posix_memalign' function. */
#define HAVE_POSIX_MEMALIGN 1
/* Define this if a good PostgreSQL installation was detected */
#define HAVE_POSTGRESQL 1
/* Define to 1 if you have the `printf' function. */
#define HAVE_PRINTF 1
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
/* Define this if a good quadmath installation was detected */
#define HAVE_QUADMATH 1
/* Define to 1 if you have the <quadmath.h> header file. */
#define HAVE_QUADMATH_H 1
/* Define this if readline was detected */
#define HAVE_READLINE 1
/* Define to 1 if you have the <readline/history.h> header file. */
#define HAVE_READLINE_HISTORY_H 1
/* Define to 1 if you have the <readline/readline.h> header file. */
#define HAVE_READLINE_READLINE_H 1
/* Define to 1 if you have the <regex.h> header file. */
#define HAVE_REGEX_H 1
/* Define to 1 if you have the <Rmath.h> header file. */
#define HAVE_RMATH_H 1
/* Define to 1 if you have the `setjmp' function. */
#define HAVE_SETJMP 1
/* Define to 1 if you have the <setjmp.h> header file. */
#define HAVE_SETJMP_H 1
/* Define to 1 if you have the `signal' function. */
#define HAVE_SIGNAL 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
/* Define to 1 if you have the `sqrt' function. */
#define HAVE_SQRT 1
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strcmp' function. */
#define HAVE_STRCMP 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strncmp' function. */
#define HAVE_STRNCMP 1
/* Define to 1 if you have the `strncpy' function. */
#define HAVE_STRNCPY 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_NDIR_H */
/* Define to 1 if you have the <sys/resource.h> header file. */
#define HAVE_SYS_RESOURCE_H 1
/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define this if user wants to tune for a specific CPU */
/* #undef HAVE_TUNING */
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define this if untested OS was detected */
/* #undef HAVE_UNTESTED */
/* Define this if /usr/include/postgresql was detected */
#define HAVE_USR_INCLUDE_POSTGRESQL 1
/* Define this if /usr/local/pgsql/include was detected */
/* #undef HAVE_USR_LOCAL_PGSQL_INCLUDE */
/* Define this if /usr/pkg/pgsql/include was detected */
/* #undef HAVE_USR_PKG_PGSQL_INCLUDE */
/* Platform dependent */
#define INCLUDE_DIR ""
/* Define to 1 if assertions should be disabled. */
/* #undef NDEBUG */
/* Name of package */
#define PACKAGE "algol68g"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "Marcel van der Veer <algol68g@xs4all.nl>"
/* Define to the full name of this package. */
#define PACKAGE_NAME "algol68g"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "algol68g 3.1.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "algol68g"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.1.2"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "3.1.2"
/* Define to 1 if type `char' is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
/* # undef __CHAR_UNSIGNED__ */
#endif
/* Define this if we have no __mode_t */
/* #undef __mode_t */
/* Define this if we have no __off_t */
/* #undef __off_t */
/* Define this if we have no __pid_t */
#define a68_pid_t pid_t
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif
/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef ssize_t */
/* Define to the type of an unsigned integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
/* #undef uint16_t */
|