|
funkalicious 0.1
|
00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define if building universal (internal helper macro) */ 00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00006 00007 /* Set to 1 if we have cunit 2.1 or later */ 00008 #define HAVE_CUNIT 1 00009 00010 /* Define to 1 if you have the <dlfcn.h> header file. */ 00011 #define HAVE_DLFCN_H 1 00012 00013 /* Set to 1 if we have FFTW3 3.1.2 or later */ 00014 #define HAVE_FFTW3 1 00015 00016 /* Set to 1 if we have getline() */ 00017 #define HAVE_GETLINE 1 00018 00019 /* Set to 1 if we have GIO 2.18 or later */ 00020 #define HAVE_GIO 1 00021 00022 /* Set to 1 if we have glib v2.6 or later */ 00023 #define HAVE_GLIB 1 00024 00025 /* Set to 1 if we have GSL 1.7 or later */ 00026 #define HAVE_GSL 1 00027 00028 /* Define to 1 if you have the <inttypes.h> header file. */ 00029 #define HAVE_INTTYPES_H 1 00030 00031 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00032 to 0 otherwise. */ 00033 #define HAVE_MALLOC 1 00034 00035 /* Define to 1 if you have the <memory.h> header file. */ 00036 #define HAVE_MEMORY_H 1 00037 00038 /* Define to 1 if you have the <stdint.h> header file. */ 00039 #define HAVE_STDINT_H 1 00040 00041 /* Define to 1 if you have the <stdlib.h> header file. */ 00042 #define HAVE_STDLIB_H 1 00043 00044 /* Define to 1 if you have the <strings.h> header file. */ 00045 #define HAVE_STRINGS_H 1 00046 00047 /* Define to 1 if you have the <string.h> header file. */ 00048 #define HAVE_STRING_H 1 00049 00050 /* Set to 1 if we have strtod */ 00051 #define HAVE_STROTD 1 00052 00053 /* Define to 1 if you have the <sys/stat.h> header file. */ 00054 #define HAVE_SYS_STAT_H 1 00055 00056 /* Define to 1 if you have the <sys/types.h> header file. */ 00057 #define HAVE_SYS_TYPES_H 1 00058 00059 /* Define to 1 if you have the <unistd.h> header file. */ 00060 #define HAVE_UNISTD_H 1 00061 00062 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00063 */ 00064 #define LT_OBJDIR ".libs/" 00065 00066 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00067 /* #undef NO_MINUS_C_MINUS_O */ 00068 00069 /* Name of package */ 00070 #define PACKAGE "funkalicious" 00071 00072 /* Define to the address where bug reports for this package should be sent. */ 00073 #define PACKAGE_BUGREPORT "funkalicious@digitasaru.net" 00074 00075 /* Define to the full name of this package. */ 00076 #define PACKAGE_NAME "funkalicious" 00077 00078 /* Define to the full name and version of this package. */ 00079 #define PACKAGE_STRING "funkalicious 0.1" 00080 00081 /* Define to the one symbol short name of this package. */ 00082 #define PACKAGE_TARNAME "funkalicious" 00083 00084 /* Define to the home page for this package. */ 00085 #define PACKAGE_URL "" 00086 00087 /* Define to the version of this package. */ 00088 #define PACKAGE_VERSION "0.1" 00089 00090 /* The size of `double', as computed by sizeof. */ 00091 #define SIZEOF_DOUBLE 8 00092 00093 /* The size of `int', as computed by sizeof. */ 00094 #define SIZEOF_INT 4 00095 00096 /* Define to 1 if you have the ANSI C header files. */ 00097 #define STDC_HEADERS 1 00098 00099 /* Version number of package */ 00100 #define VERSION "0.1" 00101 00102 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00103 significant byte first (like Motorola and SPARC, unlike Intel). */ 00104 #if defined AC_APPLE_UNIVERSAL_BUILD 00105 # if defined __BIG_ENDIAN__ 00106 # define WORDS_BIGENDIAN 1 00107 # endif 00108 #else 00109 # ifndef WORDS_BIGENDIAN 00110 /* # undef WORDS_BIGENDIAN */ 00111 # endif 00112 #endif 00113 00114 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 00115 `char[]'. */ 00116 #define YYTEXT_POINTER 1 00117 00118 /* Define to rpl_malloc if the replacement function should be used. */ 00119 /* #undef malloc */