Initial revision
[swftools.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you don't have vprintf but do have _doprnt.  */
7 #undef HAVE_DOPRNT
8
9 /* Define if you have a working `mmap' system call.  */
10 #undef HAVE_MMAP
11
12 /* Define if you have the vprintf function.  */
13 #undef HAVE_VPRINTF
14
15 /* Define as __inline if that's what the C compiler calls it.  */
16 #undef inline
17
18 /* Define to `long' if <sys/types.h> doesn't define.  */
19 #undef off_t
20
21 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
22 #undef size_t
23
24 /* Define if you have the ANSI C header files.  */
25 #undef STDC_HEADERS
26
27 /* Define if your <sys/time.h> declares struct tm.  */
28 #undef TM_IN_SYS_TIME
29
30 /* Define if you have the getcwd function.  */
31 #undef HAVE_GETCWD
32
33 /* Define if you have the getpagesize function.  */
34 #undef HAVE_GETPAGESIZE
35
36 /* Define if you have the putenv function.  */
37 #undef HAVE_PUTENV
38
39 /* Define if you have the socket function.  */
40 #undef HAVE_SOCKET
41
42 /* Define if you have the strcspn function.  */
43 #undef HAVE_STRCSPN
44
45 /* Define if you have the strdup function.  */
46 #undef HAVE_STRDUP
47
48 /* Define if you have the strerror function.  */
49 #undef HAVE_STRERROR
50
51 /* Define if you have the strstr function.  */
52 #undef HAVE_STRSTR
53
54 /* Define if you have the <dirent.h> header file.  */
55 #undef HAVE_DIRENT_H
56
57 /* Define if you have the <fcntl.h> header file.  */
58 #undef HAVE_FCNTL_H
59
60 /* Define if you have the <jpeglib.h> header file.  */
61 #undef HAVE_JPEGLIB_H
62
63 /* Define if you have the <limits.h> header file.  */
64 #undef HAVE_LIMITS_H
65
66 /* Define if you have the <malloc.h> header file.  */
67 #undef HAVE_MALLOC_H
68
69 /* Define if you have the <math.h> header file.  */
70 #undef HAVE_MATH_H
71
72 /* Define if you have the <memory.h> header file.  */
73 #undef HAVE_MEMORY_H
74
75 /* Define if you have the <ndir.h> header file.  */
76 #undef HAVE_NDIR_H
77
78 /* Define if you have the <sys/dir.h> header file.  */
79 #undef HAVE_SYS_DIR_H
80
81 /* Define if you have the <sys/ndir.h> header file.  */
82 #undef HAVE_SYS_NDIR_H
83
84 /* Define if you have the <t1lib.h> header file.  */
85 #undef HAVE_T1LIB_H
86
87 /* Define if you have the <unistd.h> header file.  */
88 #undef HAVE_UNISTD_H
89
90 /* Define if you have the <zlib.h> header file.  */
91 #undef HAVE_ZLIB_H
92
93 /* Define if you have the X11 library (-lX11).  */
94 #undef HAVE_LIBX11
95
96 /* Define if you have the jpeg library (-ljpeg).  */
97 #undef HAVE_LIBJPEG
98
99 /* Define if you have the m library (-lm).  */
100 #undef HAVE_LIBM
101
102 /* Define if you have the pthread library (-lpthread).  */
103 #undef HAVE_LIBPTHREAD
104
105 /* Define if you have the t1 library (-lt1).  */
106 #undef HAVE_LIBT1
107
108 /* Define if you have the z library (-lz).  */
109 #undef HAVE_LIBZ
110
111 /* Name of package */
112 #undef PACKAGE
113
114 /* Version number of package */
115 #undef VERSION
116