[18531] | 1 | /* config.h.in. Generated from configure.in by autoheader. */ |
---|
[18271] | 2 | |
---|
| 3 | /* Define if gethostname () must be declared. */ |
---|
| 4 | #undef NEED_DECLARATION_GETHOSTNAME |
---|
| 5 | |
---|
| 6 | /* Define if setreuid () must be declared. */ |
---|
| 7 | #undef NEED_DECLARATION_SETREUID |
---|
| 8 | |
---|
| 9 | /* Define if setregid () must be declared. */ |
---|
| 10 | #undef NEED_DECLARATION_SETREGID |
---|
| 11 | |
---|
| 12 | /* Define if getpagesize () must be declared. */ |
---|
| 13 | #undef NEED_DECLARATION_GETPAGESIZE |
---|
| 14 | |
---|
| 15 | /* Define if program_invocation_name must be declared. */ |
---|
| 16 | #undef NEED_DECLARATION_PROGRAM_INVOCATION_NAME |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | #undef ENABLE_NLS |
---|
| 20 | #undef HAVE_CATGETS |
---|
| 21 | #undef GETTEXT_PACKAGE |
---|
| 22 | #undef HAVE_GETTEXT |
---|
| 23 | #undef HAVE_LC_MESSAGES |
---|
| 24 | #undef HAVE_STPCPY |
---|
| 25 | #undef HAVE_STRUCT_OSOCKADDR |
---|
| 26 | #undef PACKAGE |
---|
| 27 | #undef VERSION |
---|
| 28 | #undef HAVE_LIBSM |
---|
| 29 | #undef HAVE_LIBINTL_H |
---|
| 30 | #undef HAVE_GTK_SIGNAL_HANDLER_PENDING |
---|
| 31 | |
---|
| 32 | /* Do not remove this comments and the empty lines; they are needed */ |
---|
| 33 | #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME |
---|
| 34 | /* Define if you have the Andrew File System. */ |
---|
| 35 | #undef AFS |
---|
| 36 | |
---|
| 37 | /* Define one of the following to indicate how a program can |
---|
| 38 | get a list of mounted filesystems. */ |
---|
| 39 | |
---|
| 40 | /* Define if there is no specific function for reading the list of |
---|
| 41 | mounted filesystems. fread will be used to read /etc/mnttab. [SVR2] */ |
---|
| 42 | #undef MOUNTED_FREAD |
---|
| 43 | |
---|
| 44 | /* Define if (like SVR2) there is no specific function for reading the |
---|
| 45 | list of mounted filesystems, and your system has these header files: |
---|
| 46 | <sys/fstyp.h> and <sys/statfs.h>. [SVR3] */ |
---|
| 47 | #undef MOUNTED_FREAD_FSTYP |
---|
| 48 | |
---|
| 49 | /* Define if there is a function named getfsstat for reading the list |
---|
| 50 | of mounted filesystems. [DEC Alpha running OSF/1] */ |
---|
| 51 | #undef MOUNTED_GETFSSTAT |
---|
| 52 | |
---|
| 53 | /* Define if there is a function named getmnt for reading the list of |
---|
| 54 | mounted filesystems. [Ultrix] */ |
---|
| 55 | #undef MOUNTED_GETMNT |
---|
| 56 | |
---|
| 57 | /* Define if there is a function named getmntent for reading the list |
---|
| 58 | of mounted filesystems, and that function takes a single argument. |
---|
| 59 | [4.3BSD, SunOS, HP-UX, Dynix, Irix] */ |
---|
| 60 | #undef MOUNTED_GETMNTENT1 |
---|
| 61 | |
---|
| 62 | /* Define if there is a function named getmntent for reading the list of |
---|
| 63 | mounted filesystems, and that function takes two arguments. [SVR4] */ |
---|
| 64 | #undef MOUNTED_GETMNTENT2 |
---|
| 65 | |
---|
| 66 | /* Define if there is a function named getmntinfo for reading the list |
---|
| 67 | of mounted filesystems. [4.4BSD] */ |
---|
| 68 | #undef MOUNTED_GETMNTINFO |
---|
| 69 | |
---|
| 70 | /* Define if there is a function named listmntent that can be used to |
---|
| 71 | list all mounted filesystems. [UNICOS] */ |
---|
| 72 | #undef MOUNTED_LISTMNTENT |
---|
| 73 | |
---|
| 74 | /* Define if there is a function named mntctl that can be used to read |
---|
| 75 | the list of mounted filesystems, and there is a system header file |
---|
| 76 | that declares `struct vmount.' [AIX] */ |
---|
| 77 | #undef MOUNTED_VMOUNT |
---|
| 78 | |
---|
| 79 | /* Define one of the following to indicate how a program can obtain |
---|
| 80 | filesystems usage information. */ |
---|
| 81 | |
---|
| 82 | /* Define if statfs takes 3 args. [DEC Alpha running OSF/1] */ |
---|
| 83 | #undef STAT_STATFS3_OSF1 |
---|
| 84 | |
---|
| 85 | /* Define if there is no specific function for reading filesystems usage |
---|
| 86 | information and you have the <sys/filsys.h> header file. [SVR2] */ |
---|
| 87 | #undef STAT_READ_FILSYS |
---|
| 88 | |
---|
| 89 | /* Define if statfs takes 2 args and struct statfs has a field named f_bsize. |
---|
| 90 | [4.3BSD, SunOS 4, HP-UX, AIX PS/2] */ |
---|
| 91 | #undef STAT_STATFS2_BSIZE |
---|
| 92 | |
---|
| 93 | /* Define if statfs takes 2 args and struct statfs has a field named f_fsize. |
---|
| 94 | [4.4BSD, NetBSD] */ |
---|
| 95 | #undef STAT_STATFS2_FSIZE |
---|
| 96 | |
---|
| 97 | /* Define if statfs takes 2 args and the second argument has |
---|
| 98 | type struct fs_data. [Ultrix] */ |
---|
| 99 | #undef STAT_STATFS2_FS_DATA |
---|
| 100 | |
---|
| 101 | /* Define if statfs takes 4 args. [SVR3, Dynix, Irix, Dolphin] */ |
---|
| 102 | #undef STAT_STATFS4 |
---|
| 103 | |
---|
| 104 | /* Define if there is a function named statvfs. [SVR4] */ |
---|
| 105 | #undef STAT_STATVFS |
---|
| 106 | |
---|
| 107 | /* Define if the block counts reported by statfs may be truncated to 2GB |
---|
| 108 | and the correct values may be stored in the f_spare array. |
---|
| 109 | [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem. |
---|
| 110 | SunOS 4.1.1 seems not to be affected.] */ |
---|
| 111 | #undef STATFS_TRUNCATES_BLOCK_COUNTS |
---|
| 112 | |
---|
| 113 | |
---|
| 114 | /* to fix a bug in autoheader on DEC OSF1. */ |
---|
| 115 | #undef HAVE_PROGRAM_INVOCATION_NAME |
---|
| 116 | |
---|
| 117 | #undef HAVE_SOCKETS |
---|
| 118 | #undef HAVE_SOCKADDR_SUN_LEN |
---|
| 119 | |
---|
| 120 | #undef HAVE_LIBJPEG |
---|
| 121 | #undef HAVE_LIBGIF |
---|
| 122 | #undef HAVE_LIBTIFF |
---|
| 123 | #undef HAVE_LIBZ |
---|
| 124 | #undef HAVE_LIBPNG |
---|
| 125 | #undef HAVE_GMP2_INCLUDE_DIR |
---|
| 126 | #undef HAVE_GUILE |
---|
| 127 | |
---|
| 128 | #undef ssize_t |
---|
[20896] | 129 | #undef guint64 |
---|
[18271] | 130 | #undef int64_t |
---|
| 131 | |
---|
| 132 | #undef HAVE_GLIBTOP_MACHINE_H |
---|
| 133 | |
---|
| 134 | #undef GLIBTOP_NAMES |
---|
| 135 | #undef GLIBTOP_GUILE |
---|
| 136 | #undef GLIBTOP_GUILE_NAMES |
---|
| 137 | #undef GLIBTOP_EXAMPLES |
---|
| 138 | #undef GLIBTOP_INODEDB |
---|
| 139 | |
---|
| 140 | #undef NEED_LIBGTOP |
---|
| 141 | |
---|
| 142 | #undef HAVE_LINUX_TABLE |
---|
| 143 | #undef HAVE_LIBGTOP_SMP |
---|
| 144 | |
---|
| 145 | #undef HAVE_XAUTH |
---|
| 146 | |
---|
| 147 | /* Define if your have the I4B package. */ |
---|
| 148 | #undef HAVE_I4B |
---|
| 149 | #undef HAVE_I4B_ACCT |
---|
| 150 | |
---|
| 151 | /* Define to enable debugging. */ |
---|
| 152 | #undef LIBGTOP_ENABLE_DEBUG |
---|
| 153 | #undef LIBGTOP_FATAL_WARNINGS |
---|
| 154 | |
---|
| 155 | /* Same as LINUX_VERSION_CODE either from <linux/version.h> or from |
---|
| 156 | * the running kernel (if we don't have configured kernel sources). |
---|
| 157 | */ |
---|
| 158 | #undef GLIBTOP_LINUX_VERSION_CODE |
---|
| 159 | |
---|
| 160 | /* Solaris release code (eg. 251 for Solaris 2.5.1). */ |
---|
| 161 | #undef GLIBTOP_SOLARIS_RELEASE |
---|
| 162 | |
---|
| 163 | /* Define if you want to use LibGTop without GNOME. */ |
---|
| 164 | #undef WITHOUT_GNOME |
---|
| 165 | |
---|
| 166 | /* Define if you have the <procfs.h> header file */ |
---|
| 167 | #undef HAVE_PROCFS_H |
---|
| 168 | |
---|
| 169 | /* Define if you have the <sys/procfs.h> header file */ |
---|
| 170 | #undef HAVE_SYS_PROCFS_H |
---|
| 171 | |
---|
| 172 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
---|
| 173 | systems. This function is required for `alloca.c' support on those systems. |
---|
| 174 | */ |
---|
| 175 | #undef CRAY_STACKSEG_END |
---|
| 176 | |
---|
[18531] | 177 | /* Define to 1 if using `alloca.c'. */ |
---|
[18271] | 178 | #undef C_ALLOCA |
---|
| 179 | |
---|
| 180 | /* always defined to indicate that i18n is enabled */ |
---|
| 181 | #undef ENABLE_NLS |
---|
| 182 | |
---|
[18531] | 183 | /* Define to 1 if you have `alloca', as a function or macro. */ |
---|
[18271] | 184 | #undef HAVE_ALLOCA |
---|
| 185 | |
---|
[18531] | 186 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
---|
| 187 | */ |
---|
[18271] | 188 | #undef HAVE_ALLOCA_H |
---|
| 189 | |
---|
[18531] | 190 | /* Define to 1 if you have the `bcopy' function. */ |
---|
[18271] | 191 | #undef HAVE_BCOPY |
---|
| 192 | |
---|
[20896] | 193 | /* Define to 1 if you have the `bind_textdomain_codeset' function. */ |
---|
| 194 | #undef HAVE_BIND_TEXTDOMAIN_CODESET |
---|
| 195 | |
---|
[18531] | 196 | /* Define to 1 if you have the `dcgettext' function. */ |
---|
[18271] | 197 | #undef HAVE_DCGETTEXT |
---|
| 198 | |
---|
[18531] | 199 | /* Define to 1 if you have the `dlerror' function. */ |
---|
[18271] | 200 | #undef HAVE_DLERROR |
---|
| 201 | |
---|
[18531] | 202 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
[18271] | 203 | #undef HAVE_DLFCN_H |
---|
| 204 | |
---|
[18531] | 205 | /* Define to 1 if you have the `dlopen' function. */ |
---|
[18271] | 206 | #undef HAVE_DLOPEN |
---|
| 207 | |
---|
[18531] | 208 | /* Define to 1 if you have the `endgrent' function. */ |
---|
[18271] | 209 | #undef HAVE_ENDGRENT |
---|
| 210 | |
---|
[18531] | 211 | /* Define to 1 if you have the `endpwent' function. */ |
---|
[18271] | 212 | #undef HAVE_ENDPWENT |
---|
| 213 | |
---|
[18531] | 214 | /* Define to 1 if you have the `fchdir' function. */ |
---|
[18271] | 215 | #undef HAVE_FCHDIR |
---|
| 216 | |
---|
[18531] | 217 | /* Define to 1 if you have the <fcntl.h> header file. */ |
---|
[18271] | 218 | #undef HAVE_FCNTL_H |
---|
| 219 | |
---|
[18531] | 220 | /* Define to 1 if you have the `ftime' function. */ |
---|
[18271] | 221 | #undef HAVE_FTIME |
---|
| 222 | |
---|
[18531] | 223 | /* Define to 1 if you have the `ftruncate' function. */ |
---|
[18271] | 224 | #undef HAVE_FTRUNCATE |
---|
| 225 | |
---|
[18531] | 226 | /* Define to 1 if you have the `getcwd' function. */ |
---|
[18271] | 227 | #undef HAVE_GETCWD |
---|
| 228 | |
---|
[18531] | 229 | /* Define to 1 if you have the `getloadavg' function. */ |
---|
[18271] | 230 | #undef HAVE_GETLOADAVG |
---|
| 231 | |
---|
[18531] | 232 | /* Define to 1 if you have the `getmntent' function. */ |
---|
[18271] | 233 | #undef HAVE_GETMNTENT |
---|
| 234 | |
---|
[18531] | 235 | /* Define to 1 if you have the `getmntinfo' function. */ |
---|
[18271] | 236 | #undef HAVE_GETMNTINFO |
---|
| 237 | |
---|
[18531] | 238 | /* Define to 1 if you have the `getpagesize' function. */ |
---|
[18271] | 239 | #undef HAVE_GETPAGESIZE |
---|
| 240 | |
---|
| 241 | /* Define if the GNU gettext() function is already present or preinstalled. */ |
---|
| 242 | #undef HAVE_GETTEXT |
---|
| 243 | |
---|
[18531] | 244 | /* Define to 1 if you have the `gettimeofday' function. */ |
---|
[18271] | 245 | #undef HAVE_GETTIMEOFDAY |
---|
| 246 | |
---|
[18531] | 247 | /* Define to 1 if you have the `getwd' function. */ |
---|
[18271] | 248 | #undef HAVE_GETWD |
---|
| 249 | |
---|
[20896] | 250 | /* defined if you have ifaddrs.h */ |
---|
| 251 | #undef HAVE_IFADDRS_H |
---|
| 252 | |
---|
[18531] | 253 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
[18271] | 254 | #undef HAVE_INTTYPES_H |
---|
| 255 | |
---|
[18531] | 256 | /* Define to 1 if you have the `isascii' function. */ |
---|
[18271] | 257 | #undef HAVE_ISASCII |
---|
| 258 | |
---|
[20896] | 259 | /* defined if you have linux/isdn.h */ |
---|
| 260 | #undef HAVE_ISDN_H |
---|
| 261 | |
---|
[18531] | 262 | /* Define to 1 if you have the `lchown' function. */ |
---|
[18271] | 263 | #undef HAVE_LCHOWN |
---|
| 264 | |
---|
| 265 | /* Define if your <locale.h> file defines LC_MESSAGES. */ |
---|
| 266 | #undef HAVE_LC_MESSAGES |
---|
| 267 | |
---|
[18531] | 268 | /* Define to 1 if you have the `kstat' library (-lkstat). */ |
---|
[18271] | 269 | #undef HAVE_LIBKSTAT |
---|
| 270 | |
---|
[18531] | 271 | /* Define to 1 if you have the `mach' library (-lmach). */ |
---|
[18271] | 272 | #undef HAVE_LIBMACH |
---|
| 273 | |
---|
[18531] | 274 | /* Define to 1 if you have the `nsl' library (-lnsl). */ |
---|
[18271] | 275 | #undef HAVE_LIBNSL |
---|
| 276 | |
---|
[18531] | 277 | /* Define to 1 if you have the `resolv' library (-lresolv). */ |
---|
[18271] | 278 | #undef HAVE_LIBRESOLV |
---|
| 279 | |
---|
[18531] | 280 | /* Define to 1 if you have the `socket' library (-lsocket). */ |
---|
[18271] | 281 | #undef HAVE_LIBSOCKET |
---|
| 282 | |
---|
[18531] | 283 | /* Define to 1 if you have the <linux/version.h> header file. */ |
---|
[18271] | 284 | #undef HAVE_LINUX_VERSION_H |
---|
| 285 | |
---|
[18531] | 286 | /* Define to 1 if you have the `listmntent' function. */ |
---|
[18271] | 287 | #undef HAVE_LISTMNTENT |
---|
| 288 | |
---|
[18531] | 289 | /* Define to 1 if you have the <locale.h> header file. */ |
---|
[18271] | 290 | #undef HAVE_LOCALE_H |
---|
| 291 | |
---|
[18531] | 292 | /* Define to 1 if you have the `memcpy' function. */ |
---|
[18271] | 293 | #undef HAVE_MEMCPY |
---|
| 294 | |
---|
[18531] | 295 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
[18271] | 296 | #undef HAVE_MEMORY_H |
---|
| 297 | |
---|
[18531] | 298 | /* Define to 1 if you have the `mkfifo' function. */ |
---|
[18271] | 299 | #undef HAVE_MKFIFO |
---|
| 300 | |
---|
[18531] | 301 | /* Define to 1 if you have a working `mmap' system call. */ |
---|
[18271] | 302 | #undef HAVE_MMAP |
---|
| 303 | |
---|
[18531] | 304 | /* Define to 1 if you have the <mntent.h> header file. */ |
---|
[18271] | 305 | #undef HAVE_MNTENT_H |
---|
| 306 | |
---|
[18531] | 307 | /* Define to 1 if you have the <mnttab.h> header file. */ |
---|
[18271] | 308 | #undef HAVE_MNTTAB_H |
---|
| 309 | |
---|
[18531] | 310 | /* Define to 1 if you have the <net/if_var.h> header file. */ |
---|
[18271] | 311 | #undef HAVE_NET_IF_VAR_H |
---|
| 312 | |
---|
[18531] | 313 | /* Define to 1 if you have the <procfs.h> header file. */ |
---|
[18271] | 314 | #undef HAVE_PROCFS_H |
---|
| 315 | |
---|
[18531] | 316 | /* Define to 1 if you have the `putenv' function. */ |
---|
[18271] | 317 | #undef HAVE_PUTENV |
---|
| 318 | |
---|
[18531] | 319 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
[18271] | 320 | #undef HAVE_STDINT_H |
---|
| 321 | |
---|
[18531] | 322 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
[18271] | 323 | #undef HAVE_STDLIB_H |
---|
| 324 | |
---|
[18531] | 325 | /* Define to 1 if you have the `strchr' function. */ |
---|
[18271] | 326 | #undef HAVE_STRCHR |
---|
| 327 | |
---|
[18531] | 328 | /* Define to 1 if you have the `strdup' function. */ |
---|
[18271] | 329 | #undef HAVE_STRDUP |
---|
| 330 | |
---|
[18531] | 331 | /* Define to 1 if you have the `strerror' function. */ |
---|
[18271] | 332 | #undef HAVE_STRERROR |
---|
| 333 | |
---|
[18531] | 334 | /* Define to 1 if you have the `strftime' function. */ |
---|
[18271] | 335 | #undef HAVE_STRFTIME |
---|
| 336 | |
---|
[18531] | 337 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
[18271] | 338 | #undef HAVE_STRINGS_H |
---|
| 339 | |
---|
[18531] | 340 | /* Define to 1 if you have the <string.h> header file. */ |
---|
[18271] | 341 | #undef HAVE_STRING_H |
---|
| 342 | |
---|
[18531] | 343 | /* Define to 1 if you have the `strrchr' function. */ |
---|
[18271] | 344 | #undef HAVE_STRRCHR |
---|
| 345 | |
---|
[18531] | 346 | /* Define to 1 if you have the `strtoul' function. */ |
---|
[18271] | 347 | #undef HAVE_STRTOUL |
---|
| 348 | |
---|
[18531] | 349 | /* Define to 1 if `st_rdev' is member of `struct stat'. */ |
---|
[18271] | 350 | #undef HAVE_STRUCT_STAT_ST_RDEV |
---|
| 351 | |
---|
[18531] | 352 | /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use |
---|
[18271] | 353 | `HAVE_STRUCT_STAT_ST_RDEV' instead. */ |
---|
| 354 | #undef HAVE_ST_RDEV |
---|
| 355 | |
---|
[18531] | 356 | /* Define to 1 if you have the `swapctl' function. */ |
---|
[18271] | 357 | #undef HAVE_SWAPCTL |
---|
| 358 | |
---|
[18531] | 359 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
---|
[18271] | 360 | #undef HAVE_SYS_BITYPES_H |
---|
| 361 | |
---|
[18531] | 362 | /* Define to 1 if you have the <sys/filsys.h> header file. */ |
---|
[18271] | 363 | #undef HAVE_SYS_FILSYS_H |
---|
| 364 | |
---|
[18531] | 365 | /* Define to 1 if you have the <sys/fstyp.h> header file. */ |
---|
[18271] | 366 | #undef HAVE_SYS_FSTYP_H |
---|
| 367 | |
---|
[18531] | 368 | /* Define to 1 if you have the <sys/fs/s5param.h> header file. */ |
---|
[18271] | 369 | #undef HAVE_SYS_FS_S5PARAM_H |
---|
| 370 | |
---|
[18531] | 371 | /* Define to 1 if you have the <sys/fs_types.h> header file. */ |
---|
[18271] | 372 | #undef HAVE_SYS_FS_TYPES_H |
---|
| 373 | |
---|
[18531] | 374 | /* Define to 1 if you have the <sys/mount.h> header file. */ |
---|
[18271] | 375 | #undef HAVE_SYS_MOUNT_H |
---|
| 376 | |
---|
[18531] | 377 | /* Define to 1 if you have the <sys/param.h> header file. */ |
---|
[18271] | 378 | #undef HAVE_SYS_PARAM_H |
---|
| 379 | |
---|
[18531] | 380 | /* Define to 1 if you have the <sys/procfs.h> header file. */ |
---|
[18271] | 381 | #undef HAVE_SYS_PROCFS_H |
---|
| 382 | |
---|
[18531] | 383 | /* Define to 1 if you have the <sys/statfs.h> header file. */ |
---|
[18271] | 384 | #undef HAVE_SYS_STATFS_H |
---|
| 385 | |
---|
[18531] | 386 | /* Define to 1 if you have the <sys/statvfs.h> header file. */ |
---|
[18271] | 387 | #undef HAVE_SYS_STATVFS_H |
---|
| 388 | |
---|
[18531] | 389 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
[18271] | 390 | #undef HAVE_SYS_STAT_H |
---|
| 391 | |
---|
[18531] | 392 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
[18271] | 393 | #undef HAVE_SYS_TYPES_H |
---|
| 394 | |
---|
[18531] | 395 | /* Define to 1 if you have the <sys/vfs.h> header file. */ |
---|
[18271] | 396 | #undef HAVE_SYS_VFS_H |
---|
| 397 | |
---|
[18531] | 398 | /* Define to 1 if you have the `uname' function. */ |
---|
[18271] | 399 | #undef HAVE_UNAME |
---|
| 400 | |
---|
[18531] | 401 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
[18271] | 402 | #undef HAVE_UNISTD_H |
---|
| 403 | |
---|
[20896] | 404 | /* Define to 1 if you have the 'vmgetinfo' function in libperfstat */ |
---|
[18531] | 405 | #undef HAVE_VMGETINFO |
---|
| 406 | |
---|
| 407 | /* Define to 1 if you have the `vprintf' function. */ |
---|
[18271] | 408 | #undef HAVE_VPRINTF |
---|
| 409 | |
---|
| 410 | /* Name of package */ |
---|
| 411 | #undef PACKAGE |
---|
| 412 | |
---|
[18531] | 413 | /* Define to the address where bug reports for this package should be sent. */ |
---|
| 414 | #undef PACKAGE_BUGREPORT |
---|
| 415 | |
---|
| 416 | /* Define to the full name of this package. */ |
---|
| 417 | #undef PACKAGE_NAME |
---|
| 418 | |
---|
| 419 | /* Define to the full name and version of this package. */ |
---|
| 420 | #undef PACKAGE_STRING |
---|
| 421 | |
---|
| 422 | /* Define to the one symbol short name of this package. */ |
---|
| 423 | #undef PACKAGE_TARNAME |
---|
| 424 | |
---|
| 425 | /* Define to the version of this package. */ |
---|
| 426 | #undef PACKAGE_VERSION |
---|
| 427 | |
---|
[18271] | 428 | /* Define as the return type of signal handlers (`int' or `void'). */ |
---|
| 429 | #undef RETSIGTYPE |
---|
| 430 | |
---|
| 431 | /* If using the C implementation of alloca, define if you know the |
---|
| 432 | direction of stack growth for your system; otherwise it will be |
---|
| 433 | automatically deduced at run-time. |
---|
[20896] | 434 | STACK_DIRECTION > 0 => grows toward higher addresses |
---|
| 435 | STACK_DIRECTION < 0 => grows toward lower addresses |
---|
| 436 | STACK_DIRECTION = 0 => direction of growth unknown */ |
---|
[18271] | 437 | #undef STACK_DIRECTION |
---|
| 438 | |
---|
[18531] | 439 | /* Define to 1 if you have the ANSI C header files. */ |
---|
[18271] | 440 | #undef STDC_HEADERS |
---|
| 441 | |
---|
[18531] | 442 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
---|
[18271] | 443 | #undef TIME_WITH_SYS_TIME |
---|
| 444 | |
---|
[18531] | 445 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
---|
[18271] | 446 | #undef TM_IN_SYS_TIME |
---|
| 447 | |
---|
| 448 | /* Version number of package */ |
---|
| 449 | #undef VERSION |
---|
| 450 | |
---|
[18531] | 451 | /* Define to 1 if the X Window System is missing or not being used. */ |
---|
[18271] | 452 | #undef X_DISPLAY_MISSING |
---|
| 453 | |
---|
| 454 | /* Define to empty if `const' does not conform to ANSI C. */ |
---|
| 455 | #undef const |
---|
| 456 | |
---|
| 457 | /* Define to `int' if <sys/types.h> doesn't define. */ |
---|
| 458 | #undef gid_t |
---|
| 459 | |
---|
[20896] | 460 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
---|
| 461 | calls it, or to nothing if 'inline' is not supported under any name. */ |
---|
| 462 | #ifndef __cplusplus |
---|
[18271] | 463 | #undef inline |
---|
[20896] | 464 | #endif |
---|
[18271] | 465 | |
---|
| 466 | /* Define to `long' if <sys/types.h> does not define. */ |
---|
| 467 | #undef off_t |
---|
| 468 | |
---|
| 469 | /* Define to `int' if <sys/types.h> does not define. */ |
---|
| 470 | #undef pid_t |
---|
| 471 | |
---|
| 472 | /* Define to `unsigned' if <sys/types.h> does not define. */ |
---|
| 473 | #undef size_t |
---|
| 474 | |
---|
| 475 | /* Define to `int' if <sys/types.h> does not define. */ |
---|
| 476 | #undef ssize_t |
---|
| 477 | |
---|
| 478 | /* Define to `int' if <sys/types.h> doesn't define. */ |
---|
| 479 | #undef uid_t |
---|