added virtual query tag ability, fsnames query tag,
[platform/upstream/rpm.git] / config.h.in
1 #ifndef H_CONFIG
2 #define H_CONFIG
3
4 /* Define as 1 if you have ANSI headers */
5 #define STDC_HEADERS 0
6
7 /* Define as 1 if you have <netinet/in_systm.h> */
8 #define HAVE_NETINET_IN_SYSTM_H 0
9
10 /* Define as 1 if you have <alloca.h> */
11 #define HAVE_ALLOCA_H 0
12
13 /* Define as 1 if you have <dirent.h> */
14 #define HAVE_DIRENT_H 0
15
16 /* Define as 1 if you have <limits.h> */
17 #define HAVE_LIMITS_H 0
18
19 /* Define as 1 if you have <machine/types.h> */
20 #define MACHINE_TYPES_H 0
21
22 /* Define as 1 if you have <sys/socket.h> */
23 #define MACHINE_SYS_SOCKET_H 0
24
25 /* Define as 1 if you have <glob.h> */
26 #define HAVE_GLOB_H 0
27
28 /* Define as 1 if you have <fnmatch.h> */
29 #define HAVE_FNMATCH_H 0
30
31 /* Define as 1 if you have <libintl.h.h> */
32 #define HAVE_LIBINTL_H 0
33
34 /* Define as 1 if <string.h> defines h_errno */
35 #define HAVE_STRING_H 0
36
37 /* Define as 1 if your system provides realpath() */
38 #define HAVE_REALPATH 0
39
40 /* Define as 1 if <netdb.h> defines h_errno */
41 #define HAVE_HERRNO 0
42
43 /* Define as 1 if <sys/stat.h> defines S_ISLNK */
44 #define HAVE_S_ISLNK 0
45
46 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */
47 #define HAVE_S_IFSOCK 0
48
49 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */
50 #define HAVE_S_ISSOCK 0
51
52 /* Define as 1 if your processor stores words with the most significant
53    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
54 #define WORDS_BIGENDIAN 0
55
56 /* Define as one if we need to include <strings.h> (along with <string.h>) */
57 #define NEED_STRINGS_H 0
58
59 /* Define as one if major, minor, and makedev macros are in <sys/sysmacros.h> */
60 #define MAJOR_IN_SYSMACROS 0
61
62 /* Define as one if major, minor, and makedev macros are in <sys/mkdev.h> */
63 #define MAJOR_IN_MKDEV 0
64
65 /* Define as 1 if we need timezone */
66 #define NEED_TIMEZONE 0
67
68 /* Define as 1 if we need myrealloc */
69 #define NEED_MYREALLOC 0
70
71 /* Define as 1 if chown() follows symlinks and you don't have lchown() */
72 #define CHOWN_FOLLOWS_SYMLINK 0
73
74 /* Define as 1 if you have <sys/select.h> */
75 #define HAVE_SYS_SELECT_H 0
76
77 /* Define as 1 if you have lchown() */
78 #define HAVE_LCHOWN 0
79
80 /* Define as one if you have <mntent.h> */
81 #define HAVE_MNTENT_H 0
82
83 /* Define as one if you have <sys/mnttab.h> */
84 #define HAVE_SYS_MNTTAB_H 0
85
86 #endif