00001 /* include/lwpr_config.h. Generated from lwpr_config.h.in by configure. */ 00002 /* include/lwpr_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 <inttypes.h> header file. */ 00008 #define HAVE_INTTYPES_H 1 00009 00010 /* Define to 1 if you have the `expat' library (-lexpat). */ 00011 #define HAVE_LIBEXPAT 1 00012 00013 /* Define to 1 if you have the `m' library (-lm). */ 00014 #define HAVE_LIBM 1 00015 00016 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00017 #define HAVE_LIBPTHREAD 1 00018 00019 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00020 to 0 otherwise. */ 00021 #define HAVE_MALLOC 1 00022 00023 /* Define to 1 if you have the <memory.h> header file. */ 00024 #define HAVE_MEMORY_H 1 00025 00026 /* Define to 1 if you have the `memset' function. */ 00027 #define HAVE_MEMSET 1 00028 00029 /* Define to 1 if stdbool.h conforms to C99. */ 00030 #define HAVE_STDBOOL_H 1 00031 00032 /* Define to 1 if you have the <stdint.h> header file. */ 00033 #define HAVE_STDINT_H 1 00034 00035 /* Define to 1 if you have the <stdlib.h> header file. */ 00036 #define HAVE_STDLIB_H 1 00037 00038 /* Define to 1 if you have the `strcasecmp' function. */ 00039 #define HAVE_STRCASECMP 1 00040 00041 /* Define to 1 if you have the <strings.h> header file. */ 00042 #define HAVE_STRINGS_H 1 00043 00044 /* Define to 1 if you have the <string.h> header file. */ 00045 #define HAVE_STRING_H 1 00046 00047 /* Define to 1 if you have the `strtol' function. */ 00048 #define HAVE_STRTOL 1 00049 00050 /* Define to 1 if you have the <sys/stat.h> header file. */ 00051 #define HAVE_SYS_STAT_H 1 00052 00053 /* Define to 1 if you have the <sys/types.h> header file. */ 00054 #define HAVE_SYS_TYPES_H 1 00055 00056 /* Define to 1 if you have the <unistd.h> header file. */ 00057 #define HAVE_UNISTD_H 1 00058 00059 /* Define to 1 if the system has the type `_Bool'. */ 00060 #define HAVE__BOOL 1 00061 00062 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00063 */ 00064 #define LT_OBJDIR ".libs/" 00065 00066 /* Number of threads to use */ 00067 #define NUM_THREADS 1 00068 00069 /* Name of package */ 00070 #define PACKAGE "lwpr" 00071 00072 /* Define to the address where bug reports for this package should be sent. */ 00073 #define PACKAGE_BUGREPORT "sethu.vijayakumar@ed.ac.uk" 00074 00075 /* Define to the full name of this package. */ 00076 #define PACKAGE_NAME "lwpr" 00077 00078 /* Define to the full name and version of this package. */ 00079 #define PACKAGE_STRING "lwpr 1.2.2" 00080 00081 /* Define to the one symbol short name of this package. */ 00082 #define PACKAGE_TARNAME "lwpr" 00083 00084 /* Define to the version of this package. */ 00085 #define PACKAGE_VERSION "1.2.2" 00086 00087 /* Define to 1 if you have the ANSI C header files. */ 00088 #define STDC_HEADERS 1 00089 00090 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00091 /* #undef TM_IN_SYS_TIME */ 00092 00093 /* Version number of package */ 00094 #define VERSION "1.2.2" 00095 00096 /* Define to empty if `const' does not conform to ANSI C. */ 00097 /* #undef const */ 00098 00099 /* Define to rpl_malloc if the replacement function should be used. */ 00100 /* #undef malloc */ 00101 00102 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00103 /* #undef size_t */