added checking whether system() can handle calls like
[swftools.git] / config.h.in
1 #ifndef __config_h__
2 #define __config_h__
3
4 /* Define to empty if the keyword does not work.  */
5 #undef const
6
7 /* Define if you don't have vprintf but do have _doprnt.  */
8 #undef HAVE_DOPRNT
9
10 /* Define if you have a working `mmap' system call.  */
11 #undef HAVE_MMAP
12
13 /* Define if you have the vprintf function.  */
14 #undef HAVE_VPRINTF
15
16 /* Define as __inline if that's what the C compiler calls it.  */
17 #undef inline
18
19 /* Define to `long' if <sys/types.h> doesn't define.  */
20 #undef off_t
21
22 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
23 #undef size_t
24
25 /* Define to 1 if this machine has network byte order*/
26 #undef WORDS_BIGENDIAN
27
28 /* Define if you have the ANSI C header files.  */
29 #undef STDC_HEADERS
30
31 /* Define if your <sys/time.h> declares struct tm.  */
32 #undef TM_IN_SYS_TIME
33
34 /* Define if you have the getcwd function.  */
35 #undef HAVE_GETCWD
36
37 /* Define if you have the getpagesize function.  */
38 #undef HAVE_GETPAGESIZE
39
40 /* Define if you have the putenv function.  */
41 #undef HAVE_PUTENV
42
43 /* Define if you have the socket function.  */
44 #undef HAVE_SOCKET
45
46 /* Define if you have the strcspn function.  */
47 #undef HAVE_STRCSPN
48
49 /* Define if you have the strdup function.  */
50 #undef HAVE_STRDUP
51
52 /* Define if you have the strerror function.  */
53 #undef HAVE_STRERROR
54
55 /* Define if you have the strstr function.  */
56 #undef HAVE_STRSTR
57
58 /* Define if you have the lrand48 function.  */
59 #undef HAVE_LRAND48
60
61 /* Define if you have the lrand48 function.  */
62 #undef HAVE_RAND
63
64 /* Define if you have the lrand48 function.  */
65 #undef HAVE_SRAND48
66
67 /* Define if you have the lrand48 function.  */
68 #undef HAVE_SRAND
69
70 /* Define if you have the <dirent.h> header file.  */
71 #undef HAVE_DIRENT_H
72
73 /* Define if you have the <fcntl.h> header file.  */
74 #undef HAVE_FCNTL_H
75
76 /* Define if you have the <jpeglib.h> header file.  */
77 #undef HAVE_JPEGLIB_H
78
79 /* Define if you have the <limits.h> header file.  */
80 #undef HAVE_LIMITS_H
81
82 /* Define if you have the <malloc.h> header file.  */
83 #undef HAVE_MALLOC_H
84
85 /* Define if you have the <math.h> header file.  */
86 #undef HAVE_MATH_H
87
88 /* Define if you have the <memory.h> header file.  */
89 #undef HAVE_MEMORY_H
90
91 /* Define if you have the <ndir.h> header file.  */
92 #undef HAVE_NDIR_H
93
94 /* Define if you have the <sys/dir.h> header file.  */
95 #undef HAVE_SYS_DIR_H
96
97 /* Define if you have the <sys/ndir.h> header file.  */
98 #undef HAVE_SYS_NDIR_H
99
100 /* Define if you have the <sys/stat.h> header file.  */
101 #undef HAVE_SYS_STAT_H
102
103 /* Define if you have the <sys/types.h> header file.  */
104 #undef HAVE_SYS_TYPES_H
105
106 /* Define if you have the <t1lib.h> header file.  */
107 #undef HAVE_T1LIB_H
108
109 /* Define if you have the <unistd.h> header file.  */
110 #undef HAVE_UNISTD_H
111
112 /* Define if you have the <zlib.h> header file.  */
113 #undef HAVE_ZLIB_H
114
115 /* Define if you have the X11 library (-lX11).  */
116 #undef HAVE_LIBX11
117
118 /* Define if you have the jpeg library (-ljpeg).  */
119 #undef HAVE_LIBJPEG
120
121 /* Define if you have the m library (-lm).  */
122 #undef HAVE_LIBM
123
124 /* Define if you have the pthread library (-lpthread).  */
125 #undef HAVE_LIBPTHREAD
126
127 /* Define if you have the t1 library (-lt1).  */
128 #undef HAVE_LIBT1
129
130 /* Define if you have the z library (-lz).  */
131 #undef HAVE_LIBZ
132
133 /* Name of package */
134 #undef PACKAGE
135
136 /* Version number of package */
137 #undef VERSION
138
139 /* Typedefs */
140 #undef boolean 
141
142 /* use gzip/uncompress */
143 #undef USE_GZIP
144
145 /* system() can handle command substitution */
146 #undef SYSTEM_BACKTICKS
147
148 #endif