00001 /* src/config.h. Generated by configure. */ 00002 /* src/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ 00005 #define BYTEORDER 1234 00006 00007 /* Produce debugging code */ 00008 #define DRMAA_DEBUG 1 00009 00010 /* Define to 1 if you have the `asprintf' function. */ 00011 #define HAVE_ASPRINTF 1 00012 00013 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 00014 don't. */ 00015 #define HAVE_DECL_STRERROR_R 0 00016 00017 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 00018 don't. */ 00019 #define HAVE_DECL_SYS_SIGLIST 1 00020 00021 /* Define to 1 if you have the <dlfcn.h> header file. */ 00022 #define HAVE_DLFCN_H 1 00023 00024 /* Define to 1 if you have the `fstat' function. */ 00025 #define HAVE_FSTAT 1 00026 00027 /* Define to 1 if you have the `getcwd' function. */ 00028 #define HAVE_GETCWD 1 00029 00030 /* Define to 1 if you have the <inttypes.h> header file. */ 00031 #define HAVE_INTTYPES_H 1 00032 00033 /* Define to 1 if you have the <limits.h> header file. */ 00034 #define HAVE_LIMITS_H 1 00035 00036 /* Define to 1 if you have the <memory.h> header file. */ 00037 #define HAVE_MEMORY_H 1 00038 00039 /* Define to 1 if you have the `mkstemp' function. */ 00040 #define HAVE_MKSTEMP 1 00041 00042 /* Define to 1 if you have the <pbs_error.h> header file. */ 00043 #define HAVE_PBS_ERROR_H 1 00044 00045 /* Define to 1 if you have the <pbs_ifl.h> header file. */ 00046 #define HAVE_PBS_IFL_H 1 00047 00048 /* Define if you have POSIX threads libraries and header files. */ 00049 /* #undef HAVE_PTHREAD */ 00050 00051 /* Define to 1 if stdbool.h conforms to C99. */ 00052 #define HAVE_STDBOOL_H 1 00053 00054 /* Define to 1 if you have the <stddef.h> header file. */ 00055 #define HAVE_STDDEF_H 1 00056 00057 /* Define to 1 if you have the <stdint.h> header file. */ 00058 #define HAVE_STDINT_H 1 00059 00060 /* Define to 1 if you have the <stdlib.h> header file. */ 00061 #define HAVE_STDLIB_H 1 00062 00063 /* Define to 1 if you have the `strchr' function. */ 00064 /* #undef HAVE_STRCHR */ 00065 00066 /* Define to 1 if you have the `strdup' function. */ 00067 #define HAVE_STRDUP 1 00068 00069 /* Define to 1 if you have the `strerror' function. */ 00070 #define HAVE_STRERROR 1 00071 00072 /* Define to 1 if you have the `strerror_r' function. */ 00073 #define HAVE_STRERROR_R 1 00074 00075 /* Define to 1 if you have the `strftime' function. */ 00076 /* #undef HAVE_STRFTIME */ 00077 00078 /* Define to 1 if you have the <strings.h> header file. */ 00079 #define HAVE_STRINGS_H 1 00080 00081 /* Define to 1 if you have the <string.h> header file. */ 00082 #define HAVE_STRING_H 1 00083 00084 /* Define to 1 if you have the `strlcpy' function. */ 00085 /* #undef HAVE_STRLCPY */ 00086 00087 /* Define to 1 if you have the <sys/stat.h> header file. */ 00088 #define HAVE_SYS_STAT_H 1 00089 00090 /* Define to 1 if you have the <sys/types.h> header file. */ 00091 #define HAVE_SYS_TYPES_H 1 00092 00093 /* Define to 1 if you have the <unistd.h> header file. */ 00094 #define HAVE_UNISTD_H 1 00095 00096 /* Define to 1 if you have the `vasprintf' function. */ 00097 #define HAVE_VASPRINTF 1 00098 00099 /* Define to 1 if you have the va_copy function. */ 00100 /* #undef HAVE_VA_COPY */ 00101 00102 /* Define to 1 if the system has the type `_Bool'. */ 00103 #define HAVE__BOOL 1 00104 00105 /* Define to 1 if you have the __va_copy function. */ 00106 #define HAVE___VA_COPY 1 00107 00108 /* Name of package */ 00109 #define PACKAGE "pbs_drmaa" 00110 00111 /* Define to the address where bug reports for this package should be sent. */ 00112 #define PACKAGE_BUGREPORT "dsp-devel@hedera.man.poznan.pl" 00113 00114 /* Define to the full name of this package. */ 00115 #define PACKAGE_NAME "DRMAA 1.0 library for Torque/PBS" 00116 00117 /* Define to the full name and version of this package. */ 00118 #define PACKAGE_STRING "DRMAA 1.0 library for Torque/PBS 0.1.1" 00119 00120 /* Define to the one symbol short name of this package. */ 00121 #define PACKAGE_TARNAME "pbs_drmaa" 00122 00123 /* Define to the version of this package. */ 00124 #define PACKAGE_VERSION "0.1.1" 00125 00126 /* Define to necessary symbol if this constant uses a non-standard name on 00127 your system. */ 00128 /* #undef PTHREAD_CREATE_JOINABLE */ 00129 00130 /* Define to 1 if you have the ANSI C header files. */ 00131 #define STDC_HEADERS 1 00132 00133 /* Define to 1 if strerror_r returns char *. */ 00134 #define STRERROR_R_CHAR_P 1 00135 00136 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00137 /* #undef TM_IN_SYS_TIME */ 00138 00139 /* Version number of package */ 00140 #define VERSION "0.1.1" 00141 00142 /* whether byteorder is bigendian */ 00143 /* #undef WORDS_BIGENDIAN */ 00144 00145 /* Enable GNU extensions. */ 00146 /* #undef _GNU_SOURCE */ 00147 00148 /* Enable X/Open extensions. */ 00149 /* #undef _XOPEN_SOURCE */ 00150 00151 /* Define to empty if `const' does not conform to ANSI C. */ 00152 /* #undef const */ 00153 00154 /* Define to `__inline__' or `__inline' if that's what the C compiler 00155 calls it, or to nothing if 'inline' is not supported under any name. */ 00156 #ifndef __cplusplus 00157 #define inline __inline__ 00158 #endif 00159 00160 /* Define to `int' if <sys/types.h> does not define. */ 00161 /* #undef mode_t */ 00162 00163 /* Define to `unsigned' if <sys/types.h> does not define. */ 00164 /* #undef size_t */ 00165 00166 00167 #ifndef __GNUC__ 00168 # define __attribute__ /* nothing */ 00169 #endif 00170 00171 00172 00173 #ifndef HAVE_VA_COPY 00174 # define va_copy(a,b) __va_copy(a,b) 00175 #endif 00176