/[public]/psiconv/trunk/config.h.in
ViewVC logotype

Diff of /psiconv/trunk/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 115 Revision 116
1/* config.h.in. Generated automatically from configure.in by autoheader. */ 1/* config.h.in. Generated automatically from configure.in by autoheader. */
2 2
3/* Define to empty if the keyword does not work. */ 3/* Define if you have the <dlfcn.h> header file. */
4#undef const 4#undef HAVE_DLFCN_H
5 5
6/* Define if you don't have vprintf but do have _doprnt. */ 6/* Define if you don't have `vprintf' but do have `_doprnt.' */
7#undef HAVE_DOPRNT 7#undef HAVE_DOPRNT
8 8
9/* Define if you have the `getopt_long' function. */
10#undef HAVE_GETOPT_LONG
11
12/* Define if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define if you have the <memory.h> header file. */
16#undef HAVE_MEMORY_H
17
18/* Define if you have the <stdlib.h> header file. */
19#undef HAVE_STDLIB_H
20
21/* Define if you have the `strdup' function. */
22#undef HAVE_STRDUP
23
24/* Define if you have the <strings.h> header file. */
25#undef HAVE_STRINGS_H
26
27/* Define if you have the <string.h> header file. */
28#undef HAVE_STRING_H
29
30/* Define if you have the <unistd.h> header file. */
31#undef HAVE_UNISTD_H
32
9/* Define if you have the vprintf function. */ 33/* Define if you have the `vprintf' function. */
10#undef HAVE_VPRINTF 34#undef HAVE_VPRINTF
11 35
12/* Define to `unsigned' if <sys/types.h> doesn't define. */ 36/* ImageMagick availability */
13#undef size_t
14
15/* Define if you have the ANSI C header files. */
16#undef STDC_HEADERS
17
18/* Define if you want ImageMagick support; -lMagick should work on linking */
19#undef IMAGEMAGICK 37#undef IMAGEMAGICK
20
21/* The number of bytes in a char. */
22#undef SIZEOF_CHAR
23
24/* The number of bytes in a int. */
25#undef SIZEOF_INT
26
27/* The number of bytes in a long. */
28#undef SIZEOF_LONG
29
30/* The number of bytes in a short. */
31#undef SIZEOF_SHORT
32
33/* Define if you have the getopt_long function. */
34#undef HAVE_GETOPT_LONG
35
36/* Define if you have the strdup function. */
37#undef HAVE_STRDUP
38
39/* Define if you have the <unistd.h> header file. */
40#undef HAVE_UNISTD_H
41 38
42/* Name of package */ 39/* Name of package */
43#undef PACKAGE 40#undef PACKAGE
44 41
42/* The size of a `char', as computed by sizeof. */
43#undef SIZEOF_CHAR
44
45/* The size of a `int', as computed by sizeof. */
46#undef SIZEOF_INT
47
48/* The size of a `long', as computed by sizeof. */
49#undef SIZEOF_LONG
50
51/* The size of a `short', as computed by sizeof. */
52#undef SIZEOF_SHORT
53
54/* Define if you have the ANSI C header files. */
55#undef STDC_HEADERS
56
45/* Version number of package */ 57/* Version number of package */
46#undef VERSION 58#undef VERSION
47 59
60/* Define to empty if `const' does not conform to ANSI C. */
61#undef const
62
63/* Define to `unsigned' if <sys/types.h> does not define. */
64#undef size_t

Legend:
Removed from v.115  
changed lines
  Added in v.116

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26