00001 /* src_c/config.h. Generated from config.h.in by configure. */ 00002 /* src_c/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to dummy `main' function (if any) required to link to the Fortran 00005 libraries. */ 00006 /* #undef F77_DUMMY_MAIN */ 00007 00008 /* Define to a macro mangling the given C identifier (in lower and upper 00009 case), which must not contain underscores, for linking with Fortran. */ 00010 /* #undef F77_FUNC */ 00011 00012 /* As F77_FUNC, but for C identifiers containing underscores. */ 00013 /* #undef F77_FUNC_ */ 00014 00015 /* Define if F77 and FC dummy `main' functions are identical. */ 00016 /* #undef FC_DUMMY_MAIN_EQ_F77 */ 00017 00018 /* Define if you have a BLAS library. */ 00019 #define HAVE_BLAS 1 00020 00021 /* Define to 1 if you have the <float.h> header file. */ 00022 #define HAVE_FLOAT_H 1 00023 00024 /* Define to 1 if you have the `gettimeofday' function. */ 00025 #define HAVE_GETTIMEOFDAY 1 00026 00027 /* Define to 1 if you have the <inttypes.h> header file. */ 00028 #define HAVE_INTTYPES_H 1 00029 00030 /* Define if you have LAPACK library. */ 00031 #define HAVE_LAPACK 1 00032 00033 /* Define to 1 if you have the `g2c' library (-lg2c). */ 00034 /* #undef HAVE_LIBG2C */ 00035 00036 /* Define to 1 if you have the `gfortran' library (-lgfortran). */ 00037 /* #undef HAVE_LIBGFORTRAN */ 00038 00039 /* Define to 1 if you have the `m' library (-lm). */ 00040 #define HAVE_LIBM 1 00041 00042 /* Define to 1 if you have the <limits.h> header file. */ 00043 #define HAVE_LIMITS_H 1 00044 00045 /* Define to 1 if you have the `log1p' function. */ 00046 #define HAVE_LOG1P 1 00047 00048 /* Define to 1 if you have the <malloc.h> header file. */ 00049 #define HAVE_MALLOC_H 1 00050 00051 /* Define to 1 if you have the `memcpy' function. */ 00052 #define HAVE_MEMCPY 1 00053 00054 /* Define to 1 if you have the <memory.h> header file. */ 00055 #define HAVE_MEMORY_H 1 00056 00057 /* Define to 1 if you have the `memset' function. */ 00058 #define HAVE_MEMSET 1 00059 00060 /* Define to 1 if you have the `sqrt' function. */ 00061 #define HAVE_SQRT 1 00062 00063 /* Define to 1 if you have the <stdint.h> header file. */ 00064 #define HAVE_STDINT_H 1 00065 00066 /* Define to 1 if you have the <stdlib.h> header file. */ 00067 #define HAVE_STDLIB_H 1 00068 00069 /* Define to 1 if you have the <strings.h> header file. */ 00070 #define HAVE_STRINGS_H 1 00071 00072 /* Define to 1 if you have the <string.h> header file. */ 00073 #define HAVE_STRING_H 1 00074 00075 /* Define to 1 if you have the <sys/stat.h> header file. */ 00076 #define HAVE_SYS_STAT_H 1 00077 00078 /* Define to 1 if you have the <sys/time.h> header file. */ 00079 #define HAVE_SYS_TIME_H 1 00080 00081 /* Define to 1 if you have the <sys/types.h> header file. */ 00082 #define HAVE_SYS_TYPES_H 1 00083 00084 /* Define to 1 if you have the <unistd.h> header file. */ 00085 #define HAVE_UNISTD_H 1 00086 00087 /* Name of package */ 00088 #define PACKAGE "l1_logreg" 00089 00090 /* Define to the address where bug reports for this package should be sent. */ 00091 #define PACKAGE_BUGREPORT "deneb1@stanford.edu" 00092 00093 /* Define to the full name of this package. */ 00094 #define PACKAGE_NAME "l1_logreg" 00095 00096 /* Define to the full name and version of this package. */ 00097 #define PACKAGE_STRING "l1_logreg 0.8.2" 00098 00099 /* Define to the one symbol short name of this package. */ 00100 #define PACKAGE_TARNAME "l1_logreg" 00101 00102 /* Define to the version of this package. */ 00103 #define PACKAGE_VERSION "0.8.2" 00104 00105 /* Define to 1 if you have the ANSI C header files. */ 00106 #define STDC_HEADERS 1 00107 00108 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00109 #define TIME_WITH_SYS_TIME 1 00110 00111 /* Version number of package */ 00112 #define VERSION "0.8.2" 00113 00114 /* Define to empty if `const' does not conform to ANSI C. */ 00115 /* #undef const */