blob: 6b642e618e37d920f5358bfcc8a929e52717c0b5 (
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
|
#ifndef H_CONFIG
#define H_CONFIG
/* Define as 1 if you have ANSI headers */
#define STDC_HEADERS 0
/* Define as 1 if you have <netinet/in_systm.h> */
#define HAVE_NETINET_IN_SYSTM_H 0
/* Define as 1 if you have <alloca.h> */
#define HAVE_ALLOCA_H 0
/* Define as 1 if you have <dirent.h> */
#define HAVE_DIRENT_H 0
/* Define as 1 if you have <machine/types.h> */
#define MACHINE_TYPES_H 0
/* Define as 1 if you have <glob.h> */
#define HAVE_GLOB_H 0
/* Define as 1 if you have <fnmatch.h> */
#define HAVE_FNMATCH_H 0
/* Define as 1 if you have <libintl.h.h> */
#define HAVE_LIBINTL_H 0
/* Define as 1 if <string.h> defines h_errno */
#define HAVE_STRING_H 0
/* Define as 1 if your system provides realpath() */
#define HAVE_REALPATH 0
/* Define as 1 if <netdb.h> defines h_errno */
#define HAVE_HERRNO 0
/* Define as 1 if <sys/stat.h> defines S_ISLNK */
#define HAVE_S_ISLNK 0
/* Define as 1 if <sys/stat.h> defines S_IFSOCK */
#define HAVE_S_IFSOCK 0
/* Define as 1 if <sys/stat.h> defines S_ISSOCK */
#define HAVE_S_ISSOCK 0
/* Define as 1 if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#define WORDS_BIGENDIAN 0
/* Define as one if we need to include <strings.h> (along with <string.h>) */
#define NEED_STRINGS_H 0
#endif
|