00001 /* src/autogen/config.h. Generated from config.h.in 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 the sub-directory in which libtool stores uninstalled libraries. 00049 */ 00050 #define LT_OBJDIR ".libs/" 00051 00052 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00053 /* #undef NO_MINUS_C_MINUS_O */ 00054 00055 /* Name of package */ 00056 #define PACKAGE "glite-wms-wmproxy-api-cpp" 00057 00058 /* Define to the address where bug reports for this package should be sent. */ 00059 #define PACKAGE_BUGREPORT "" 00060 00061 /* Define to the full name of this package. */ 00062 #define PACKAGE_NAME "GLite WMS wmproxy-api-cpp" 00063 00064 /* Define to the full name and version of this package. */ 00065 #define PACKAGE_STRING "GLite WMS wmproxy-api-cpp 3.3.3" 00066 00067 /* Define to the one symbol short name of this package. */ 00068 #define PACKAGE_TARNAME "glite-wms-wmproxy-api-cpp" 00069 00070 /* Define to the version of this package. */ 00071 #define PACKAGE_VERSION "3.3.3" 00072 00073 /* Define to 1 if you have the ANSI C header files. */ 00074 #define STDC_HEADERS 1 00075 00076 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00077 #define TIME_WITH_SYS_TIME 1 00078 00079 /* Version number of package */ 00080 #define VERSION "3.3.3" 00081 00082 /* For Ipv6 support */ 00083 #define WITH_IPV6 1 00084 00085 /* Define to empty if `const' does not conform to ANSI C. */ 00086 /* #undef const */ 00087 00088 /* Define to `__inline__' or `__inline' if that's what the C compiler 00089 calls it, or to nothing if 'inline' is not supported under any name. */ 00090 #ifndef __cplusplus 00091 /* #undef inline */ 00092 #endif