| … | |
… | |
| 13 | #undef size_t |
13 | #undef size_t |
| 14 | |
14 | |
| 15 | /* Define if you have the ANSI C header files. */ |
15 | /* Define if you have the ANSI C header files. */ |
| 16 | #undef STDC_HEADERS |
16 | #undef STDC_HEADERS |
| 17 | |
17 | |
|
|
18 | /* Define if you want ImageMagick support; -lMagick should work on linking */ |
|
|
19 | #undef IMAGEMAGICK |
|
|
20 | |
| 18 | /* The number of bytes in a char. */ |
21 | /* The number of bytes in a char. */ |
| 19 | #undef SIZEOF_CHAR |
22 | #undef SIZEOF_CHAR |
| 20 | |
23 | |
| 21 | /* The number of bytes in a int. */ |
24 | /* The number of bytes in a int. */ |
| 22 | #undef SIZEOF_INT |
25 | #undef SIZEOF_INT |
| … | |
… | |
| 24 | /* The number of bytes in a long. */ |
27 | /* The number of bytes in a long. */ |
| 25 | #undef SIZEOF_LONG |
28 | #undef SIZEOF_LONG |
| 26 | |
29 | |
| 27 | /* The number of bytes in a short. */ |
30 | /* The number of bytes in a short. */ |
| 28 | #undef SIZEOF_SHORT |
31 | #undef SIZEOF_SHORT |
|
|
32 | |
|
|
33 | /* Define if you have the getopt_long function. */ |
|
|
34 | #undef HAVE_GETOPT_LONG |
| 29 | |
35 | |
| 30 | /* Define if you have the strdup function. */ |
36 | /* Define if you have the strdup function. */ |
| 31 | #undef HAVE_STRDUP |
37 | #undef HAVE_STRDUP |
| 32 | |
38 | |
| 33 | /* Define if you have the <unistd.h> header file. */ |
39 | /* Define if you have the <unistd.h> header file. */ |