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 from the boost library */ 00005 /* #undef BOOST_NO_STRINGSTREAM */ 00006 00007 /* Define to 1 if you have the `bzero' function. */ 00008 #define HAVE_BZERO 1 00009 00010 /* Define to 1 if you have the <dlfcn.h> header file. */ 00011 #define HAVE_DLFCN_H 1 00012 00013 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00014 /* #undef HAVE_DOPRNT */ 00015 00016 /* Define to 1 if you have the `endpwent' function. */ 00017 #define HAVE_ENDPWENT 1 00018 00019 /* Define to 1 if you have the <fcntl.h> header file. */ 00020 #define HAVE_FCNTL_H 1 00021 00022 /* Define to 1 if you have the `ftruncate' function. */ 00023 #define HAVE_FTRUNCATE 1 00024 00025 /* Define to 1 if you have the `getmntent' function. */ 00026 #define HAVE_GETMNTENT 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 you have the <memory.h> header file. */ 00032 #define HAVE_MEMORY_H 1 00033 00034 /* Define to 1 if you have the `memset' function. */ 00035 #define HAVE_MEMSET 1 00036 00037 /* Define to 1 if you have the `mkdir' function. */ 00038 #define HAVE_MKDIR 1 00039 00040 /* Define to 1 if you have the <mntent.h> header file. */ 00041 #define HAVE_MNTENT_H 1 00042 00043 /* Define to 1 if you have the `pow' function. */ 00044 /* #undef HAVE_POW */ 00045 00046 /* Define to 1 if the system has the type `ptrdiff_t'. */ 00047 #define HAVE_PTRDIFF_T 1 00048 00049 /* Define to 1 if `stat' has the bug that it succeeds when given the 00050 zero-length file name argument. */ 00051 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00052 00053 /* Define to 1 if stdbool.h conforms to C99. */ 00054 #define HAVE_STDBOOL_H 1 00055 00056 /* Define to 1 if you have the <stdint.h> header file. */ 00057 #define HAVE_STDINT_H 1 00058 00059 /* Define to 1 if you have the <stdlib.h> header file. */ 00060 #define HAVE_STDLIB_H 1 00061 00062 /* Define to 1 if you have the `strerror' function. */ 00063 #define HAVE_STRERROR 1 00064 00065 /* Define to 1 if you have the `strftime' function. */ 00066 #define HAVE_STRFTIME 1 00067 00068 /* Define when we are sure to have the right strstream header */ 00069 #define HAVE_STRINGSTREAM 1 00070 00071 /* Define to 1 if you have the <strings.h> header file. */ 00072 #define HAVE_STRINGS_H 1 00073 00074 /* Define to 1 if you have the <string.h> header file. */ 00075 #define HAVE_STRING_H 1 00076 00077 /* Define to 1 if you have the `strtol' function. */ 00078 #define HAVE_STRTOL 1 00079 00080 /* Define to 1 if `st_rdev' is member of `struct stat'. */ 00081 #define HAVE_STRUCT_STAT_ST_RDEV 1 00082 00083 /* Define to 1 if you have the <syslog.h> header file. */ 00084 #define HAVE_SYSLOG_H 1 00085 00086 /* Define to 1 if you have the <sys/stat.h> header file. */ 00087 #define HAVE_SYS_STAT_H 1 00088 00089 /* Define to 1 if you have the <sys/types.h> header file. */ 00090 #define HAVE_SYS_TYPES_H 1 00091 00092 /* Define to 1 if you have the <sys/vfs.h> header file. */ 00093 #define HAVE_SYS_VFS_H 1 00094 00095 /* Define to 1 if you have the <unistd.h> header file. */ 00096 #define HAVE_UNISTD_H 1 00097 00098 /* Define to 1 if you have the `vprintf' function. */ 00099 #define HAVE_VPRINTF 1 00100 00101 /* Define to 1 if the system has the type `_Bool'. */ 00102 #define HAVE__BOOL 1 00103 00104 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00105 slash. */ 00106 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00107 00108 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00109 */ 00110 #define LT_OBJDIR ".libs/" 00111 00112 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00113 /* #undef NO_MINUS_C_MINUS_O */ 00114 00115 /* Name of package */ 00116 #define PACKAGE "glite-jdl-api-cpp" 00117 00118 /* Define to the address where bug reports for this package should be sent. */ 00119 #define PACKAGE_BUGREPORT "" 00120 00121 /* Define to the full name of this package. */ 00122 #define PACKAGE_NAME "GLite jdl api cpp" 00123 00124 /* Define to the full name and version of this package. */ 00125 #define PACKAGE_STRING "GLite jdl api cpp 3.2.5" 00126 00127 /* Define to the one symbol short name of this package. */ 00128 #define PACKAGE_TARNAME "glite-jdl-api-cpp" 00129 00130 /* Define to the version of this package. */ 00131 #define PACKAGE_VERSION "3.2.5" 00132 00133 /* Define to 1 if you have the ANSI C header files. */ 00134 #define STDC_HEADERS 1 00135 00136 /* Version number of package */ 00137 #define VERSION "3.2.5" 00138 00139 /* Define to empty if `const' does not conform to ANSI C. */ 00140 /* #undef const */ 00141 00142 /* Define to `int' if <sys/types.h> doesn't define. */ 00143 /* #undef gid_t */ 00144 00145 /* Define to `__inline__' or `__inline' if that's what the C compiler 00146 calls it, or to nothing if 'inline' is not supported under any name. */ 00147 #ifndef __cplusplus 00148 /* #undef inline */ 00149 #endif 00150 00151 /* Define to `long int' if <sys/types.h> does not define. */ 00152 /* #undef off_t */ 00153 00154 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00155 /* #undef size_t */ 00156 00157 /* Define to `int' if <sys/types.h> doesn't define. */ 00158 /* #undef uid_t */