00001 /* src/autogen/config.h. Generated by configure. */ 00002 /* src/autogen/config.h.in. Generated from configure.ac by autoheader. */ 00003 /* 00004 * Define when to remove the stringstream use 00005 * from the boost library. 00006 */ 00007 /* #undef BOOST_NO_STRINGSTREAM */ 00008 00009 /* 00010 * Define when we are sure to have the 00011 * right strstream header. 00012 */ 00013 /* #undef HAVE_STRINGSTREAM */ 00014 00015 /* Define to 1 if you have the <dlfcn.h> header file. */ 00016 #define HAVE_DLFCN_H 1 00017 00018 /* Define to 1 if you have the <inttypes.h> header file. */ 00019 #define HAVE_INTTYPES_H 1 00020 00021 /* Define to 1 if you have the <memory.h> header file. */ 00022 #define HAVE_MEMORY_H 1 00023 00024 /* Define to 1 if you have the `memset' function. */ 00025 #define HAVE_MEMSET 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 1 if your C compiler doesn't accept -c and -o together. */ 00049 /* #undef NO_MINUS_C_MINUS_O */ 00050 00051 /* Name of package */ 00052 #define PACKAGE "glite-wms-wmproxy-api-cpp" 00053 00054 /* Define to the address where bug reports for this package should be sent. */ 00055 #define PACKAGE_BUGREPORT "" 00056 00057 /* Define to the full name of this package. */ 00058 #define PACKAGE_NAME "GLite WMS wmproxy-api-cpp" 00059 00060 /* Define to the full name and version of this package. */ 00061 #define PACKAGE_STRING "GLite WMS wmproxy-api-cpp 3.3.3" 00062 00063 /* Define to the one symbol short name of this package. */ 00064 #define PACKAGE_TARNAME "glite-wms-wmproxy-api-cpp" 00065 00066 /* Define to the version of this package. */ 00067 #define PACKAGE_VERSION "3.3.3" 00068 00069 /* Define to 1 if you have the ANSI C header files. */ 00070 #define STDC_HEADERS 1 00071 00072 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00073 #define TIME_WITH_SYS_TIME 1 00074 00075 /* Version number of package */ 00076 #define VERSION "3.3.3" 00077 00078 /* For Ipv6 support */ 00079 #define WITH_IPV6 1 00080 00081 /* Define to empty if `const' does not conform to ANSI C. */ 00082 /* #undef const */ 00083 00084 /* Define to `__inline__' or `__inline' if that's what the C compiler 00085 calls it, or to nothing if 'inline' is not supported under any name. */ 00086 #ifndef __cplusplus 00087 /* #undef inline */ 00088 #endif