[97] | 1 | /* config.h. Generated from config.h.in by configure. */ |
---|
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
---|
| 3 | |
---|
| 4 | /* Define to 1 if you have the `atexit' function. */ |
---|
| 5 | #define HAVE_ATEXIT 1 |
---|
| 6 | |
---|
| 7 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
---|
| 8 | */ |
---|
| 9 | #define HAVE_DIRENT_H 1 |
---|
| 10 | |
---|
| 11 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
| 12 | #define HAVE_DLFCN_H 1 |
---|
| 13 | |
---|
| 14 | /* Define to 1 if you have the <fcntl.h> header file. */ |
---|
| 15 | #define HAVE_FCNTL_H 1 |
---|
| 16 | |
---|
| 17 | /* Define to 1 if you have the `gettimeofday' function. */ |
---|
| 18 | #define HAVE_GETTIMEOFDAY 1 |
---|
| 19 | |
---|
| 20 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
| 21 | #define HAVE_INTTYPES_H 1 |
---|
| 22 | |
---|
| 23 | /* Define to 1 if you have the <malloc.h> header file. */ |
---|
| 24 | /* #undef HAVE_MALLOC_H */ |
---|
| 25 | |
---|
| 26 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
| 27 | #define HAVE_MEMORY_H 1 |
---|
| 28 | |
---|
| 29 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
---|
| 30 | /* #undef HAVE_NDIR_H */ |
---|
| 31 | |
---|
| 32 | /* Define to 1 if you have the `on_exit' function. */ |
---|
| 33 | /* #undef HAVE_ON_EXIT */ |
---|
| 34 | |
---|
| 35 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
| 36 | #define HAVE_STDINT_H 1 |
---|
| 37 | |
---|
| 38 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
| 39 | #define HAVE_STDLIB_H 1 |
---|
| 40 | |
---|
| 41 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
| 42 | #define HAVE_STRINGS_H 1 |
---|
| 43 | |
---|
| 44 | /* Define to 1 if you have the <string.h> header file. */ |
---|
| 45 | #define HAVE_STRING_H 1 |
---|
| 46 | |
---|
| 47 | /* Define to 1 if you have the `strstr' function. */ |
---|
| 48 | #define HAVE_STRSTR 1 |
---|
| 49 | |
---|
| 50 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
---|
| 51 | */ |
---|
| 52 | /* #undef HAVE_SYS_DIR_H */ |
---|
| 53 | |
---|
| 54 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
---|
| 55 | #define HAVE_SYS_IOCTL_H 1 |
---|
| 56 | |
---|
| 57 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
---|
| 58 | */ |
---|
| 59 | /* #undef HAVE_SYS_NDIR_H */ |
---|
| 60 | |
---|
| 61 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
| 62 | #define HAVE_SYS_STAT_H 1 |
---|
| 63 | |
---|
| 64 | /* Define to 1 if you have the <sys/time.h> header file. */ |
---|
| 65 | #define HAVE_SYS_TIME_H 1 |
---|
| 66 | |
---|
| 67 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
| 68 | #define HAVE_SYS_TYPES_H 1 |
---|
| 69 | |
---|
| 70 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
| 71 | #define HAVE_UNISTD_H 1 |
---|
| 72 | |
---|
| 73 | /* Name of package */ |
---|
| 74 | #define PACKAGE "abuse" |
---|
| 75 | |
---|
| 76 | /* Define to the address where bug reports for this package should be sent. */ |
---|
| 77 | #define PACKAGE_BUGREPORT "" |
---|
| 78 | |
---|
| 79 | /* Define to the full name of this package. */ |
---|
| 80 | #define PACKAGE_NAME "abuse" |
---|
| 81 | |
---|
| 82 | /* Define to the full name and version of this package. */ |
---|
| 83 | #define PACKAGE_STRING "abuse 0.7.1" |
---|
| 84 | |
---|
| 85 | /* Define to the one symbol short name of this package. */ |
---|
| 86 | #define PACKAGE_TARNAME "abuse" |
---|
| 87 | |
---|
| 88 | /* Define to the version of this package. */ |
---|
| 89 | #define PACKAGE_VERSION "0.7.1" |
---|
| 90 | |
---|
| 91 | /* Define to 1 if you have the ANSI C header files. */ |
---|
| 92 | #define STDC_HEADERS 1 |
---|
| 93 | |
---|
| 94 | /* Version number of package */ |
---|
| 95 | #define VERSION "0.7.1" |
---|
| 96 | |
---|
| 97 | /* Define to 1 if your processor stores words with the most significant byte |
---|
| 98 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
---|
| 99 | /* #undef WORDS_BIGENDIAN */ |
---|