src/autogen/config.h

Go to the documentation of this file.
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 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 1 if your C compiler doesn't accept -c and -o together. */
00109 /* #undef NO_MINUS_C_MINUS_O */
00110 
00111 /* Name of package */
00112 #define PACKAGE "glite-jdl-api-cpp"
00113 
00114 /* Define to the address where bug reports for this package should be sent. */
00115 #define PACKAGE_BUGREPORT ""
00116 
00117 /* Define to the full name of this package. */
00118 #define PACKAGE_NAME "GLite jdl api cpp"
00119 
00120 /* Define to the full name and version of this package. */
00121 #define PACKAGE_STRING "GLite jdl api cpp 3.2.5"
00122 
00123 /* Define to the one symbol short name of this package. */
00124 #define PACKAGE_TARNAME "glite-jdl-api-cpp"
00125 
00126 /* Define to the version of this package. */
00127 #define PACKAGE_VERSION "3.2.5"
00128 
00129 /* Define to 1 if you have the ANSI C header files. */
00130 #define STDC_HEADERS 1
00131 
00132 /* Version number of package */
00133 #define VERSION "3.2.5"
00134 
00135 /* Define to empty if `const' does not conform to ANSI C. */
00136 /* #undef const */
00137 
00138 /* Define to `int' if <sys/types.h> doesn't define. */
00139 /* #undef gid_t */
00140 
00141 /* Define to `__inline__' or `__inline' if that's what the C compiler
00142    calls it, or to nothing if 'inline' is not supported under any name.  */
00143 #ifndef __cplusplus
00144 /* #undef inline */
00145 #endif
00146 
00147 /* Define to `long' if <sys/types.h> does not define. */
00148 /* #undef off_t */
00149 
00150 /* Define to `unsigned' if <sys/types.h> does not define. */
00151 /* #undef size_t */
00152 
00153 /* Define to `int' if <sys/types.h> doesn't define. */
00154 /* #undef uid_t */

Generated on Wed May 16 15:17:09 2012 for glite-jdl-api-cpp-3.2.5 by  doxygen 1.4.7