blob: d1fa17dd4fd532010c1a80e84818091883db5741 (
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
|
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* The number of bytes in a char. */
#define SIZEOF_CHAR 1
/* The number of bytes in a char *. */
#define SIZEOF_CHAR_P 4
/* The number of bytes in a int. */
#define SIZEOF_INT 4
/* The number of bytes in a long. */
#define SIZEOF_LONG 4
/* Define if you have the res_init function. */
#define HAVE_RES_INIT 1
/* Name of package */
#define PACKAGE "krozat"
/* Version number of package */
#define VERSION "0.1"
/* C++ compiler supports template repository */
#define HAVE_TEMPLATE_REPOSITORY 1
/* Defines if your system has the crypt function */
#define HAVE_CRYPT 1
/* Define the real type of socklen_t */
/* #undef socklen_t */
/* Compatibility define */
#define ksize_t socklen_t
/* Define if you have libz */
#define HAVE_LIBZ 1
/* Define if you want Xinerama support */
/* #undef HAVE_XINERAMA */
/* Define if you have libpng */
#define HAVE_LIBPNG 1
/* Define if you have libjpeg */
#define HAVE_LIBJPEG 1
|