Tizen 2.1 base
[platform/upstream/epson-inkjet-printer-escpr.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <ctype.h> header file. */
4 #undef HAVE_CTYPE_H
5
6 /* Define to 1 if you have the <cups/cups.h> header file. */
7 #undef HAVE_CUPS_CUPS_H
8
9 /* Define to 1 if you have the <cups/ppd.h> header file. */
10 #undef HAVE_CUPS_PPD_H
11
12 /* Define to 1 if you have the <cups/raster.h> header file. */
13 #undef HAVE_CUPS_RASTER_H
14
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #undef HAVE_DLFCN_H
17
18 /* Define to 1 if you have the <errno.h> header file. */
19 #undef HAVE_ERRNO_H
20
21 /* Define to 1 if you have the <fcntl.h> header file. */
22 #undef HAVE_FCNTL_H
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
26
27 /* Define to 1 if you have the `cups' library (-lcups). */
28 #undef HAVE_LIBCUPS
29
30 /* Define to 1 if you have the `cupsimage' library (-lcupsimage). */
31 #undef HAVE_LIBCUPSIMAGE
32
33 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
34    to 0 otherwise. */
35 #undef HAVE_MALLOC
36
37 /* Define to 1 if you have the <malloc.h> header file. */
38 #undef HAVE_MALLOC_H
39
40 /* Define to 1 if you have the <memory.h> header file. */
41 #undef HAVE_MEMORY_H
42
43 /* Define to 1 if you have the `memset' function. */
44 #undef HAVE_MEMSET
45
46 /* Define to 1 if you have the <signal.h> header file. */
47 #undef HAVE_SIGNAL_H
48
49 /* Define to 1 if you have the <stdarg.h> header file. */
50 #undef HAVE_STDARG_H
51
52 /* Define to 1 if you have the <stddef.h> header file. */
53 #undef HAVE_STDDEF_H
54
55 /* Define to 1 if you have the <stdint.h> header file. */
56 #undef HAVE_STDINT_H
57
58 /* Define to 1 if you have the <stdlib.h> header file. */
59 #undef HAVE_STDLIB_H
60
61 /* Define to 1 if you have the `strcspn' function. */
62 #undef HAVE_STRCSPN
63
64 /* Define to 1 if you have the `strerror' function. */
65 #undef HAVE_STRERROR
66
67 /* Define to 1 if you have the <strings.h> header file. */
68 #undef HAVE_STRINGS_H
69
70 /* Define to 1 if you have the <string.h> header file. */
71 #undef HAVE_STRING_H
72
73 /* Define to 1 if you have the `strrchr' function. */
74 #undef HAVE_STRRCHR
75
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #undef HAVE_SYS_STAT_H
78
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #undef HAVE_SYS_TYPES_H
81
82 /* Define to 1 if you have the <time.h> header file. */
83 #undef HAVE_TIME_H
84
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #undef HAVE_UNISTD_H
87
88 /* Define to the sub-directory in which libtool stores uninstalled libraries.
89    */
90 #undef LT_OBJDIR
91
92 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
93 #undef NO_MINUS_C_MINUS_O
94
95 /* Name of package */
96 #undef PACKAGE
97
98 /* Define to the address where bug reports for this package should be sent. */
99 #undef PACKAGE_BUGREPORT
100
101 /* Define to the full name of this package. */
102 #undef PACKAGE_NAME
103
104 /* Define to the full name and version of this package. */
105 #undef PACKAGE_STRING
106
107 /* Define to the one symbol short name of this package. */
108 #undef PACKAGE_TARNAME
109
110 /* Define to the home page for this package. */
111 #undef PACKAGE_URL
112
113 /* Define to the version of this package. */
114 #undef PACKAGE_VERSION
115
116 /* Define as the return type of signal handlers (`int' or `void'). */
117 #undef RETSIGTYPE
118
119 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
120 #undef STAT_MACROS_BROKEN
121
122 /* Define to 1 if you have the ANSI C header files. */
123 #undef STDC_HEADERS
124
125 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
126 #undef TIME_WITH_SYS_TIME
127
128 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
129 #undef TM_IN_SYS_TIME
130
131 /* Version number of package */
132 #undef VERSION
133
134 /* Define to empty if `const' does not conform to ANSI C. */
135 #undef const
136
137 /* Define to rpl_malloc if the replacement function should be used. */
138 #undef malloc
139
140 /* Define to `int' if <sys/types.h> does not define. */
141 #undef pid_t
142
143 /* Define to `unsigned int' if <sys/types.h> does not define. */
144 #undef size_t