blob: 5e86779e9f718219df1b86352053aca2aeed6959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
/* src/config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the declaration of `DT_BLK', and to 0 if you don't.
*/
#undef HAVE_DECL_DT_BLK
/* Define to 1 if you have the declaration of `DT_CHR', and to 0 if you don't.
*/
#undef HAVE_DECL_DT_CHR
/* Define to 1 if you have the declaration of `DT_DIR', and to 0 if you don't.
*/
#undef HAVE_DECL_DT_DIR
/* Define to 1 if you have the declaration of `DT_FIFO', and to 0 if you
don't. */
#undef HAVE_DECL_DT_FIFO
/* Define to 1 if you have the declaration of `DT_REG', and to 0 if you don't.
*/
#undef HAVE_DECL_DT_REG
/* Define to 1 if you have the declaration of `DT_SOCK', and to 0 if you
don't. */
#undef HAVE_DECL_DT_SOCK
/* Define to 1 if you have the declaration of `DT_UNKNOWN', and to 0 if you
don't. */
#undef HAVE_DECL_DT_UNKNOWN
/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if `d_type' is member of `struct dirent'. */
#undef HAVE_STRUCT_DIRENT_D_TYPE
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Date this package was configured */
#undef PACKAGE_BUILD_DATE
/* User who configured this package */
#undef PACKAGE_BUILD_USER
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define this to include debugging code for the 'readdir' external. */
#undef READDIR_DEBUG
/* Version number of package */
#undef VERSION
/* Define this if you are building single-object externals */
#undef WANT_OBJECT_EXTERNALS
|