root/morphix/trunk/clusterix/openmosix-tools-0.3.6-2/config.h
| Revision 2, 7.7 kB (checked in by nextime, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* config.h. Generated by configure. */ |
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | |
| 4 | /* Define to 1 if the `closedir' function returns void instead of `int'. */ |
| 5 | /* #undef CLOSEDIR_VOID */ |
| 6 | |
| 7 | /* Define to 1 if you have the `alarm' function. */ |
| 8 | #define HAVE_ALARM 1 |
| 9 | |
| 10 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
| 11 | #define HAVE_ARPA_INET_H 1 |
| 12 | |
| 13 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 14 | */ |
| 15 | #define HAVE_DIRENT_H 1 |
| 16 | |
| 17 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 18 | #define HAVE_DLFCN_H 1 |
| 19 | |
| 20 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 21 | #define HAVE_FCNTL_H 1 |
| 22 | |
| 23 | /* Define to 1 if you have the `fork' function. */ |
| 24 | #define HAVE_FORK 1 |
| 25 | |
| 26 | /* Define to 1 if you have the `ftruncate' function. */ |
| 27 | #define HAVE_FTRUNCATE 1 |
| 28 | |
| 29 | /* Define to 1 if you have the `gethostbyaddr' function. */ |
| 30 | #define HAVE_GETHOSTBYADDR 1 |
| 31 | |
| 32 | /* Define to 1 if you have the `gethostbyname' function. */ |
| 33 | #define HAVE_GETHOSTBYNAME 1 |
| 34 | |
| 35 | /* Define to 1 if you have the `gethostname' function. */ |
| 36 | #define HAVE_GETHOSTNAME 1 |
| 37 | |
| 38 | /* Define to 1 if you have the `getpagesize' function. */ |
| 39 | #define HAVE_GETPAGESIZE 1 |
| 40 | |
| 41 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 42 | #define HAVE_GETTIMEOFDAY 1 |
| 43 | |
| 44 | /* Define to 1 if you have the `inet_ntoa' function. */ |
| 45 | #define HAVE_INET_NTOA 1 |
| 46 | |
| 47 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 48 | #define HAVE_INTTYPES_H 1 |
| 49 | |
| 50 | /* Define to 1 if you have the <limits.h> header file. */ |
| 51 | #define HAVE_LIMITS_H 1 |
| 52 | |
| 53 | /* Define to 1 if `lstat' has the bug that it succeeds when given the |
| 54 | zero-length file name argument. */ |
| 55 | /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ |
| 56 | |
| 57 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
| 58 | to 0 otherwise. */ |
| 59 | #define HAVE_MALLOC 1 |
| 60 | |
| 61 | /* Define to 1 if you have the <memory.h> header file. */ |
| 62 | #define HAVE_MEMORY_H 1 |
| 63 | |
| 64 | /* Define to 1 if you have the `memset' function. */ |
| 65 | #define HAVE_MEMSET 1 |
| 66 | |
| 67 | /* Define to 1 if you have a working `mmap' system call. */ |
| 68 | #define HAVE_MMAP 1 |
| 69 | |
| 70 | /* Define to 1 if you have the `munmap' function. */ |
| 71 | #define HAVE_MUNMAP 1 |
| 72 | |
| 73 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 74 | /* #undef HAVE_NDIR_H */ |
| 75 | |
| 76 | /* Define to 1 if you have the <netdb.h> header file. */ |
| 77 | #define HAVE_NETDB_H 1 |
| 78 | |
| 79 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
| 80 | #define HAVE_NETINET_IN_H 1 |
| 81 | |
| 82 | /* Define to 1 if your system has a GNU libc compatible `realloc' function, |
| 83 | and to 0 otherwise. */ |
| 84 | #define HAVE_REALLOC 1 |
| 85 | |
| 86 | /* Define to 1 if you have the `select' function. */ |
| 87 | #define HAVE_SELECT 1 |
| 88 | |
| 89 | /* Define to 1 if you have the `socket' function. */ |
| 90 | #define HAVE_SOCKET 1 |
| 91 | |
| 92 | /* Define to 1 if `stat' has the bug that it succeeds when given the |
| 93 | zero-length file name argument. */ |
| 94 | /* #undef HAVE_STAT_EMPTY_STRING_BUG */ |
| 95 | |
| 96 | /* Define to 1 if you have the <stddef.h> header file. */ |
| 97 | #define HAVE_STDDEF_H 1 |
| 98 | |
| 99 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 100 | #define HAVE_STDINT_H 1 |
| 101 | |
| 102 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 103 | #define HAVE_STDLIB_H 1 |
| 104 | |
| 105 | /* Define to 1 if you have the `strcasecmp' function. */ |
| 106 | #define HAVE_STRCASECMP 1 |
| 107 | |
| 108 | /* Define to 1 if you have the `strchr' function. */ |
| 109 | #define HAVE_STRCHR 1 |
| 110 | |
| 111 | /* Define to 1 if you have the `strdup' function. */ |
| 112 | #define HAVE_STRDUP 1 |
| 113 | |
| 114 | /* Define to 1 if you have the `strerror' function. */ |
| 115 | #define HAVE_STRERROR 1 |
| 116 | |
| 117 | /* Define to 1 if you have the <strings.h> header file. */ |
| 118 | #define HAVE_STRINGS_H 1 |
| 119 | |
| 120 | /* Define to 1 if you have the <string.h> header file. */ |
| 121 | #define HAVE_STRING_H 1 |
| 122 | |
| 123 | /* Define to 1 if you have the `strncasecmp' function. */ |
| 124 | #define HAVE_STRNCASECMP 1 |
| 125 | |
| 126 | /* Define to 1 if you have the `strpbrk' function. */ |
| 127 | #define HAVE_STRPBRK 1 |
| 128 | |
| 129 | /* Define to 1 if you have the `strrchr' function. */ |
| 130 | #define HAVE_STRRCHR 1 |
| 131 | |
| 132 | /* Define to 1 if you have the `strtol' function. */ |
| 133 | #define HAVE_STRTOL 1 |
| 134 | |
| 135 | /* Define to 1 if you have the `strtoul' function. */ |
| 136 | #define HAVE_STRTOUL 1 |
| 137 | |
| 138 | /* Define to 1 if `st_rdev' is member of `struct stat'. */ |
| 139 | #define HAVE_STRUCT_STAT_ST_RDEV 1 |
| 140 | |
| 141 | /* Define to 1 if you have the <syslog.h> header file. */ |
| 142 | #define HAVE_SYSLOG_H 1 |
| 143 | |
| 144 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 145 | */ |
| 146 | /* #undef HAVE_SYS_DIR_H */ |
| 147 | |
| 148 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| 149 | #define HAVE_SYS_IOCTL_H 1 |
| 150 | |
| 151 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 152 | */ |
| 153 | /* #undef HAVE_SYS_NDIR_H */ |
| 154 | |
| 155 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 156 | #define HAVE_SYS_PARAM_H 1 |
| 157 | |
| 158 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 159 | #define HAVE_SYS_SELECT_H 1 |
| 160 | |
| 161 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 162 | #define HAVE_SYS_SOCKET_H 1 |
| 163 | |
| 164 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 165 | #define HAVE_SYS_STAT_H 1 |
| 166 | |
| 167 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 168 | #define HAVE_SYS_TIME_H 1 |
| 169 | |
| 170 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 171 | #define HAVE_SYS_TYPES_H 1 |
| 172 | |
| 173 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| 174 | #define HAVE_SYS_WAIT_H 1 |
| 175 | |
| 176 | /* Define to 1 if you have the <termios.h> header file. */ |
| 177 | #define HAVE_TERMIOS_H 1 |
| 178 | |
| 179 | /* Define to 1 if you have the <termio.h> header file. */ |
| 180 | #define HAVE_TERMIO_H 1 |
| 181 | |
| 182 | /* Define to 1 if you have the `uname' function. */ |
| 183 | #define HAVE_UNAME 1 |
| 184 | |
| 185 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 186 | #define HAVE_UNISTD_H 1 |
| 187 | |
| 188 | /* Define to 1 if you have the <utmp.h> header file. */ |
| 189 | #define HAVE_UTMP_H 1 |
| 190 | |
| 191 | /* Define to 1 if you have the `vfork' function. */ |
| 192 | #define HAVE_VFORK 1 |
| 193 | |
| 194 | /* Define to 1 if you have the <vfork.h> header file. */ |
| 195 | /* #undef HAVE_VFORK_H */ |
| 196 | |
| 197 | /* Define to 1 if `fork' works. */ |
| 198 | #define HAVE_WORKING_FORK 1 |
| 199 | |
| 200 | /* Define to 1 if `vfork' works. */ |
| 201 | #define HAVE_WORKING_VFORK 1 |
| 202 | |
| 203 | /* Define to 1 if `lstat' dereferences a symlink specified with a trailing |
| 204 | slash. */ |
| 205 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 |
| 206 | |
| 207 | /* Name of package */ |
| 208 | #define PACKAGE "openmosix-tools" |
| 209 | |
| 210 | /* Define to the address where bug reports for this package should be sent. */ |
| 211 | #define PACKAGE_BUGREPORT "openmosix-devel@lists.sourceforge.net" |
| 212 | |
| 213 | /* Define to the full name of this package. */ |
| 214 | #define PACKAGE_NAME "openmosix-tools" |
| 215 | |
| 216 | /* Define to the full name and version of this package. */ |
| 217 | #define PACKAGE_STRING "openmosix-tools 0.3.6-2" |
| 218 | |
| 219 | /* Define to the one symbol short name of this package. */ |
| 220 | #define PACKAGE_TARNAME "openmosix-tools" |
| 221 | |
| 222 | /* Define to the version of this package. */ |
| 223 | #define PACKAGE_VERSION "0.3.6-2" |
| 224 | |
| 225 | /* Define as the return type of signal handlers (`int' or `void'). */ |
| 226 | #define RETSIGTYPE void |
| 227 | |
| 228 | /* Define to the type of arg 1 for `select'. */ |
| 229 | #define SELECT_TYPE_ARG1 int |
| 230 | |
| 231 | /* Define to the type of args 2, 3 and 4 for `select'. */ |
| 232 | #define SELECT_TYPE_ARG234 (fd_set *) |
| 233 | |
| 234 | /* Define to the type of arg 5 for `select'. */ |
| 235 | #define SELECT_TYPE_ARG5 (struct timeval *) |
| 236 | |
| 237 | /* Define to 1 if you have the ANSI C header files. */ |
| 238 | #define STDC_HEADERS 1 |
| 239 | |
| 240 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 241 | #define TIME_WITH_SYS_TIME 1 |
| 242 | |
| 243 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 244 | /* #undef TM_IN_SYS_TIME */ |
| 245 | |
| 246 | /* Version number of package */ |
| 247 | #define VERSION "0.3.6-2" |
| 248 | |
| 249 | /* Define to empty if `const' does not conform to ANSI C. */ |
| 250 | /* #undef const */ |
| 251 | |
| 252 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 253 | /* #undef gid_t */ |
| 254 | |
| 255 | /* Define to rpl_malloc if the replacement function should be used. */ |
| 256 | /* #undef malloc */ |
| 257 | |
| 258 | /* Define to `long' if <sys/types.h> does not define. */ |
| 259 | /* #undef off_t */ |
| 260 | |
| 261 | /* Define to `int' if <sys/types.h> does not define. */ |
| 262 | /* #undef pid_t */ |
| 263 | |
| 264 | /* Define to rpl_realloc if the replacement function should be used. */ |
| 265 | /* #undef realloc */ |
| 266 | |
| 267 | /* Define to `unsigned' if <sys/types.h> does not define. */ |
| 268 | /* #undef size_t */ |
| 269 | |
| 270 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 271 | /* #undef uid_t */ |
| 272 | |
| 273 | /* Define as `fork' if `vfork' does not work. */ |
| 274 | /* #undef vfork */ |
Note: See TracBrowser for help on using the browser.
