-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
config.h.in
79 lines (51 loc) · 1.75 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* config.h.in
*
*/
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* The number of bytes in an int. */
#undef SIZEOF_INT
/* The number of bytes in a long. */
#undef SIZEOF_LONG
/* Define if you have the getopt_long function. */
#undef HAVE_GETOPT_LONG
/* Define if you have mkstemps function. */
#undef HAVE_MKSTEMPS
/* Define if you have labs function. */
#undef HAVE_LABS
/* Define if you have the fileno function. */
#undef HAVE_FILENO
/* Define if you have the utimensat function. */
#undef HAVE_UTIMENSAT
/* Define if you have the fork function. */
#undef HAVE_FORK
/* Define if you have the wait function. */
#undef HAVE_WAIT
/* Define to 1 if `st_mtim' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_MTIM
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the jpeg library (-ljpeg). */
#undef HAVE_LIBJPEG
/* Define if jpeg library supports Arithmetic coding */
#undef HAVE_ARITH_CODE
/* Define if jpeg library supports the MozJPEG extension setting JINT_DC_SCAN_OPT_MODE */
#undef HAVE_JINT_DC_SCAN_OPT_MODE
/* Define if you have broken jmorecfg.h (SGI's usually have this problem) */
#undef BROKEN_METHODDEF
#undef HOST_TYPE
/* eof */