-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.h.in
66 lines (44 loc) · 1.62 KB
/
config.h.in
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
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
/* Define to `long' if <sys/types.h> doesn't define. */
#undef off_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* The number of bytes in a signed char. */
#undef SIZEOF_SIGNED_CHAR
/* The number of bytes in a signed int. */
#undef SIZEOF_SIGNED_INT
/* The number of bytes in a signed long. */
#undef SIZEOF_SIGNED_LONG
/* The number of bytes in a signed short. */
#undef SIZEOF_SIGNED_SHORT
/* The number of bytes in a unsigned char. */
#undef SIZEOF_UNSIGNED_CHAR
/* The number of bytes in a unsigned int. */
#undef SIZEOF_UNSIGNED_INT
/* The number of bytes in a unsigned long. */
#undef SIZEOF_UNSIGNED_LONG
/* The number of bytes in a unsigned short. */
#undef SIZEOF_UNSIGNED_SHORT
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the <argp.h> header file. */
#undef HAVE_ARGP_H
/* Define if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION