00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if you have the <dlfcn.h> header file. */ 00005 #define HAVE_DLFCN_H 1 00006 00007 /* Define to 1 if you have the `gettimeofday' function. */ 00008 #define HAVE_GETTIMEOFDAY 1 00009 00010 /* Define to 1 if you have the <inttypes.h> header file. */ 00011 #define HAVE_INTTYPES_H 1 00012 00013 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00014 to 0 otherwise. */ 00015 #define HAVE_MALLOC 1 00016 00017 /* Define to 1 if you have the <memory.h> header file. */ 00018 #define HAVE_MEMORY_H 1 00019 00020 /* Define to 1 if you have the `memset' function. */ 00021 #define HAVE_MEMSET 1 00022 00023 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00024 and to 0 otherwise. */ 00025 #define HAVE_REALLOC 1 00026 00027 /* Define to 1 if you have the `select' function. */ 00028 #define HAVE_SELECT 1 00029 00030 /* Define to 1 if you have the `sqrt' function. */ 00031 /* #undef HAVE_SQRT */ 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 `strdup' function. */ 00040 #define HAVE_STRDUP 1 00041 00042 /* Define to 1 if you have the <strings.h> header file. */ 00043 #define HAVE_STRINGS_H 1 00044 00045 /* Define to 1 if you have the <string.h> header file. */ 00046 #define HAVE_STRING_H 1 00047 00048 /* Define to 1 if you have the <sys/select.h> header file. */ 00049 #define HAVE_SYS_SELECT_H 1 00050 00051 /* Define to 1 if you have the <sys/socket.h> header file. */ 00052 #define HAVE_SYS_SOCKET_H 1 00053 00054 /* Define to 1 if you have the <sys/stat.h> header file. */ 00055 #define HAVE_SYS_STAT_H 1 00056 00057 /* Define to 1 if you have the <sys/time.h> header file. */ 00058 #define HAVE_SYS_TIME_H 1 00059 00060 /* Define to 1 if you have the <sys/types.h> header file. */ 00061 #define HAVE_SYS_TYPES_H 1 00062 00063 /* Define to 1 if you have the <unistd.h> header file. */ 00064 #define HAVE_UNISTD_H 1 00065 00066 /* Name of package */ 00067 #define PACKAGE "madbutterfly" 00068 00069 /* Define to the address where bug reports for this package should be sent. */ 00070 #define PACKAGE_BUGREPORT "http://www.assembla.com/spaces/MadButterfly" 00071 00072 /* Define to the full name of this package. */ 00073 #define PACKAGE_NAME "MadButterfly" 00074 00075 /* Define to the full name and version of this package. */ 00076 #define PACKAGE_STRING "MadButterfly 0.0" 00077 00078 /* Define to the one symbol short name of this package. */ 00079 #define PACKAGE_TARNAME "madbutterfly" 00080 00081 /* Define to the version of this package. */ 00082 #define PACKAGE_VERSION "0.0" 00083 00084 /* Define to the type of arg 1 for `select'. */ 00085 #define SELECT_TYPE_ARG1 int 00086 00087 /* Define to the type of args 2, 3 and 4 for `select'. */ 00088 #define SELECT_TYPE_ARG234 (fd_set *) 00089 00090 /* Define to the type of arg 5 for `select'. */ 00091 #define SELECT_TYPE_ARG5 (struct timeval *) 00092 00093 /* Define to 1 if you have the ANSI C header files. */ 00094 #define STDC_HEADERS 1 00095 00096 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00097 #define TIME_WITH_SYS_TIME 1 00098 00099 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00100 /* #undef TM_IN_SYS_TIME */ 00101 00102 /* Version number of package */ 00103 #define VERSION "0.0" 00104 00105 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 00106 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00107 #define below would cause a syntax error. */ 00108 /* #undef _UINT32_T */ 00109 00110 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 00111 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00112 #define below would cause a syntax error. */ 00113 /* #undef _UINT64_T */ 00114 00115 /* Define to empty if `const' does not conform to ANSI C. */ 00116 /* #undef const */ 00117 00118 /* Define to rpl_malloc if the replacement function should be used. */ 00119 /* #undef malloc */ 00120 00121 /* Define to rpl_realloc if the replacement function should be used. */ 00122 /* #undef realloc */ 00123 00124 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00125 /* #undef size_t */ 00126 00127 /* Define to the type of an unsigned integer type of width exactly 32 bits if 00128 such a type exists and the standard includes do not define it. */ 00129 /* #undef uint32_t */ 00130 00131 /* Define to the type of an unsigned integer type of width exactly 64 bits if 00132 such a type exists and the standard includes do not define it. */ 00133 /* #undef uint64_t */