35 lines
757 B
C
35 lines
757 B
C
#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 <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
|
|
|
|
#endif
|