Revision 8d7dcace config.h.in
| b/config.h.in | ||
|---|---|---|
| 1 | 1 |
/* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
|
| 3 |
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
|
| 4 |
*/ |
|
| 5 |
#undef HAVE_DIRENT_H |
|
| 6 |
|
|
| 3 | 7 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 4 | 8 |
#undef HAVE_DLFCN_H |
| 5 | 9 |
|
| 10 |
/* Define if you have the iconv() function and it works. */ |
|
| 11 |
#undef HAVE_ICONV |
|
| 12 |
|
|
| 6 | 13 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 7 | 14 |
#undef HAVE_INTTYPES_H |
| 8 | 15 |
|
| 9 | 16 |
/* Define to 1 if you have the <memory.h> header file. */ |
| 10 | 17 |
#undef HAVE_MEMORY_H |
| 11 | 18 |
|
| 19 |
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
|
| 20 |
#undef HAVE_NDIR_H |
|
| 21 |
|
|
| 12 | 22 |
/* Define to 1 if you have the <stdint.h> header file. */ |
| 13 | 23 |
#undef HAVE_STDINT_H |
| 14 | 24 |
|
| ... | ... | |
| 21 | 31 |
/* Define to 1 if you have the <string.h> header file. */ |
| 22 | 32 |
#undef HAVE_STRING_H |
| 23 | 33 |
|
| 34 |
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
|
| 35 |
*/ |
|
| 36 |
#undef HAVE_SYS_DIR_H |
|
| 37 |
|
|
| 38 |
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
|
| 39 |
*/ |
|
| 40 |
#undef HAVE_SYS_NDIR_H |
|
| 41 |
|
|
| 24 | 42 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 25 | 43 |
#undef HAVE_SYS_STAT_H |
| 26 | 44 |
|
| 27 | 45 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
| 28 | 46 |
#undef HAVE_SYS_TYPES_H |
| 29 | 47 |
|
| 48 |
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
|
| 49 |
#undef HAVE_SYS_WAIT_H |
|
| 50 |
|
|
| 30 | 51 |
/* Define to 1 if you have the <unistd.h> header file. */ |
| 31 | 52 |
#undef HAVE_UNISTD_H |
| 32 | 53 |
|
| 54 |
/* Define as const if the declaration of iconv() needs const. */ |
|
| 55 |
#undef ICONV_CONST |
|
| 56 |
|
|
| 33 | 57 |
/* Name of package */ |
| 34 | 58 |
#undef PACKAGE |
| 35 | 59 |
|
Also available in: Unified diff