00001 /* src/config.h. Generated by configure. */ 00002 /* src/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 #define F77_FUNC(name,NAME) name ## _ 00011 00012 /* As F77_FUNC, but for C identifiers containing underscores. */ 00013 #define F77_FUNC_(name,NAME) name ## __ 00014 00015 /* Define if F77 and FC dummy `main' functions are identical. */ 00016 /* #undef FC_DUMMY_MAIN_EQ_F77 */ 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 <fftw3.h> header file. */ 00022 #define HAVE_FFTW3_H 1 00023 00024 /* Define to 1 if you have the <fitsio.h> header file. */ 00025 #define HAVE_FITSIO_H 1 00026 00027 /* Define to 1 if you have the <inttypes.h> header file. */ 00028 #define HAVE_INTTYPES_H 1 00029 00030 /* Define to 1 if you have the <memory.h> header file. */ 00031 #define HAVE_MEMORY_H 1 00032 00033 /* Define to 1 if you have the <stdint.h> header file. */ 00034 #define HAVE_STDINT_H 1 00035 00036 /* Define to 1 if you have the <stdlib.h> header file. */ 00037 #define HAVE_STDLIB_H 1 00038 00039 /* Define to 1 if you have the <strings.h> header file. */ 00040 #define HAVE_STRINGS_H 1 00041 00042 /* Define to 1 if you have the <string.h> header file. */ 00043 #define HAVE_STRING_H 1 00044 00045 /* Define to 1 if you have the <sys/stat.h> header file. */ 00046 #define HAVE_SYS_STAT_H 1 00047 00048 /* Define to 1 if you have the <sys/types.h> header file. */ 00049 #define HAVE_SYS_TYPES_H 1 00050 00051 /* Define to 1 if you have the <unistd.h> header file. */ 00052 #define HAVE_UNISTD_H 1 00053 00054 /* Name of package */ 00055 #define PACKAGE "pslib" 00056 00057 /* Define to the address where bug reports for this package should be sent. */ 00058 #define PACKAGE_BUGREPORT "www.pan-starrs.org/bugzilla" 00059 00060 /* Define to the full name of this package. */ 00061 #define PACKAGE_NAME "pslib" 00062 00063 /* Define to the full name and version of this package. */ 00064 #define PACKAGE_STRING "pslib 0.5.0" 00065 00066 /* Define to the one symbol short name of this package. */ 00067 #define PACKAGE_TARNAME "pslib" 00068 00069 /* Define to the version of this package. */ 00070 #define PACKAGE_VERSION "0.5.0" 00071 00072 /* Define to 1 if you have the ANSI C header files. */ 00073 #define STDC_HEADERS 1 00074 00075 /* Version number of package */ 00076 #define VERSION "0.5.0" 00077 00078 /* Enable GNU extensions on systems that have them. */ 00079 #ifndef _GNU_SOURCE 00080 # define _GNU_SOURCE 1 00081 #endif
1.3.9.1