lasso
config.h
Go to the documentation of this file.
00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* 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 FC_DUMMY_MAIN */
00007 
00008 /* Define if F77 and FC dummy `main' functions are identical. */
00009 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00010 
00011 /* Define to a macro mangling the given C identifier (in lower and upper
00012    case), which must not contain underscores, for linking with Fortran. */
00013 #define FC_FUNC(name,NAME) name ## _
00014 
00015 /* As FC_FUNC, but for C identifiers containing underscores. */
00016 #define FC_FUNC_(name,NAME) name ## _
00017 
00018 /* Define to 1 if you have the <dlfcn.h> header file. */
00019 #define HAVE_DLFCN_H 1
00020 
00021 /* Define to 1 if you have the <inttypes.h> header file. */
00022 #define HAVE_INTTYPES_H 1
00023 
00024 /* Define to 1 if you have the <memory.h> header file. */
00025 #define HAVE_MEMORY_H 1
00026 
00027 /* Define to 1 if you have the <stdint.h> header file. */
00028 #define HAVE_STDINT_H 1
00029 
00030 /* Define to 1 if you have the <stdlib.h> header file. */
00031 #define HAVE_STDLIB_H 1
00032 
00033 /* Define to 1 if you have the <strings.h> header file. */
00034 #define HAVE_STRINGS_H 1
00035 
00036 /* Define to 1 if you have the <string.h> header file. */
00037 #define HAVE_STRING_H 1
00038 
00039 /* Define to 1 if you have the <sys/stat.h> header file. */
00040 #define HAVE_SYS_STAT_H 1
00041 
00042 /* Define to 1 if you have the <sys/types.h> header file. */
00043 #define HAVE_SYS_TYPES_H 1
00044 
00045 /* Define to 1 if you have the <unistd.h> header file. */
00046 #define HAVE_UNISTD_H 1
00047 
00048 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00049    */
00050 #define LT_OBJDIR ".libs/"
00051 
00052 /* Name of package */
00053 #define PACKAGE "lasso"
00054 
00055 /* Define to the address where bug reports for this package should be sent. */
00056 #define PACKAGE_BUGREPORT ""
00057 
00058 /* Define to the full name of this package. */
00059 #define PACKAGE_NAME "Lasso"
00060 
00061 /* Define to the full name and version of this package. */
00062 #define PACKAGE_STRING "Lasso 3.2.1pre"
00063 
00064 /* Define to the one symbol short name of this package. */
00065 #define PACKAGE_TARNAME "lasso"
00066 
00067 /* Define to the home page for this package. */
00068 #define PACKAGE_URL ""
00069 
00070 /* Define to the version of this package. */
00071 #define PACKAGE_VERSION "3.2.1pre"
00072 
00073 /* Define to 1 if you have the ANSI C header files. */
00074 #define STDC_HEADERS 1
00075 
00076 /* Version number of package */
00077 #define VERSION "3.2.1pre"
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines