00001 /* scs_config.h. Generated by configure. */ 00002 /* scs_config.h.in. Generated automatically from configure.in by autoheader. */ 00003 00004 /* Define if you have the <gmp.h> header file. */ 00005 #define HAVE_GMP_H 1 00006 00007 /* Define if you have the <inttypes.h> header file. */ 00008 #define HAVE_INTTYPES_H 1 00009 00010 /* Define if you have the `gmp' library (-lgmp). */ 00011 #define HAVE_LIBGMP 1 00012 00013 /* Define if you have the `m' library (-lm). */ 00014 #define HAVE_LIBM 1 00015 00016 /* Define if you have the `mpfr' library (-lmpfr). */ 00017 #define HAVE_LIBMPFR 1 00018 00019 /* Define if you have the <limits.h> header file. */ 00020 #define HAVE_LIMITS_H 1 00021 00022 /* Define if the `long double' type works. */ 00023 #define HAVE_LONG_DOUBLE 1 00024 00025 /* Define if you have the <memory.h> header file. */ 00026 #define HAVE_MEMORY_H 1 00027 00028 /* Define if you have the <mpfr.h> header file. */ 00029 #define HAVE_MPFR_H 1 00030 00031 /* Define if you have the <stdint.h> header file. */ 00032 #define HAVE_STDINT_H 1 00033 00034 /* Define if you have the <stdlib.h> header file. */ 00035 #define HAVE_STDLIB_H 1 00036 00037 /* Define if you have the <strings.h> header file. */ 00038 #define HAVE_STRINGS_H 1 00039 00040 /* Define if you have the <string.h> header file. */ 00041 #define HAVE_STRING_H 1 00042 00043 /* Define if you have the <sys/stat.h> header file. */ 00044 #define HAVE_SYS_STAT_H 1 00045 00046 /* Define if you have the <sys/types.h> header file. */ 00047 #define HAVE_SYS_TYPES_H 1 00048 00049 /* Define if you have the <unistd.h> header file. */ 00050 #define HAVE_UNISTD_H 1 00051 00052 /* Name of package */ 00053 #define PACKAGE "scslib" 00054 00055 /* Size of an SCS digit */ 00056 #define SCS_NB_BITS 30 00057 00058 /* Number of digits in the SCS structure */ 00059 #define SCS_NB_WORDS 8 00060 00061 /* Processor type */ 00062 /* #undef SCS_TYPECPU_ALPHA */ 00063 00064 /* Processor type */ 00065 /* #undef SCS_TYPECPU_ITANIUM */ 00066 00067 /* Processor type */ 00068 /* #undef SCS_TYPECPU_POWERPC */ 00069 00070 /* Processor type */ 00071 /* #undef SCS_TYPECPU_SPARC */ 00072 00073 /* Processor type */ 00074 #define SCS_TYPECPU_X86 1 00075 00076 /* Number of digits in the SCS structure */ 00077 /* #undef SCS_USE_FLT_MULT */ 00078 00079 /* The size of a `int', as computed by sizeof. */ 00080 #define SIZEOF_INT 4 00081 00082 /* Define if you have the ANSI C header files. */ 00083 #define STDC_HEADERS 1 00084 00085 /* Version number of package */ 00086 #define VERSION "1.4.0" 00087 00088 /* Define if your processor stores words with the most significant byte first 00089 (like Motorola and SPARC, unlike Intel and VAX). */ 00090 /* #undef WORDS_BIGENDIAN */ 00091 00092 /* Define to empty if `const' does not conform to ANSI C. */ 00093 /* #undef const */ 00094 00095 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00096 if it is not supported. */ 00097 /* #undef inline */