/* source/config.h. Generated by configure. */ /* source/config.h.in. Generated from configure.in by autoheader. */ /* C compiler */ #define CC "cc" /* C compiler flags */ #define CFLAGS "-fno-common" /* Target processor is big endian. */ #define CPU_IS_BIG_ENDIAN 0 /* Target processor is little endian. */ #define CPU_IS_LITTLE_ENDIAN 1 /* 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 */ /* C++ compiler */ #define CXX "c++" /* C++ compiler flags */ #define CXXFLAGS "-fno-common" /* Define to 1 if using `alloca.c'. */ /* #undef C_ALLOCA */ /* Libraries for FFTW */ #define FFTW_LIBS " -lfftw" /* MPI libraries for FFTW */ #define FFTW_MPI_LIBS " -lfftw" /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 /* Define to 1 if you have and it should be used (not on Ultrix). */ #define HAVE_ALLOCA_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_CTHREADS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_CTHREAD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1 /* Define to 1 if you have the `stdc++' library (-lstdc++). */ /* #undef HAVE_LIBSTDC__ */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MACH_CTHREADS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define if you have the MPI library. */ /* #undef HAVE_MPI */ /* Define if you have POSIX threads libraries and header files. */ /* #undef HAVE_PTHREAD */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Include flags */ #define INCLUDES "" /* Library flags */ #define LIBS "-lm -lxmds -L." /* MPI C compiler */ #define MPICC "" /* MPI C compiler flags */ #define MPICCFLAGS "-fno-common -lm -lxmds -L." /* Name of package */ #define PACKAGE "xmds" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ /* #undef PTHREAD_CREATE_JOINABLE */ /* Release number of package */ #define RELEASE "2" /* The size of a `unsigned long', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG 0 /* 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 to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Thread libraries */ #define THREADLIBS "" /* Version number of package */ #define VERSION "1.5" /* C compiler for xmds simulations */ #define XMDS_CC "c++" /* C compiler flags for xmds */ #define XMDS_CFLAGS "-fno-common" /* Include flags for xmds */ #define XMDS_INCLUDES "-I." /* C libraries for xmds */ #define XMDS_LIBS "-lm -lxmds -L." /* Define for beos threads */ /* #undef XMDS_USING_BEOS_THREADS */ /* Define for mach threads */ /* #undef XMDS_USING_MACH_THREADS */ /* Define for posix threads */ /* #undef XMDS_USING_POSIX_THREADS */ /* Define for solaris threads */ /* #undef XMDS_USING_SOLARIS_THREADS */ /* Define to empty if `const' does not conform to ANSI C. */ #define const /* 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 #define inline #endif