--- psiconv/trunk/config.h.in 1999/12/02 18:05:36 36 +++ psiconv/trunk/config.h.in 2001/06/17 18:44:28 116 @@ -1,47 +1,64 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* Define to empty if the keyword does not work. */ -#undef const +/* Define if you have the header file. */ +#undef HAVE_DLFCN_H -/* Define if you don't have vprintf but do have _doprnt. */ +/* Define if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT -/* Define if you have the vprintf function. */ -#undef HAVE_VPRINTF +/* Define if you have the `getopt_long' function. */ +#undef HAVE_GETOPT_LONG -/* Define to `unsigned' if doesn't define. */ -#undef size_t +/* Define if you have the header file. */ +#undef HAVE_INTTYPES_H -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the `strdup' function. */ +#undef HAVE_STRDUP -/* Define if you want ImageMagick support; -lMagick should work on linking */ +/* Define if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have the `vprintf' function. */ +#undef HAVE_VPRINTF + +/* ImageMagick availability */ #undef IMAGEMAGICK -/* The number of bytes in a char. */ +/* Name of package */ +#undef PACKAGE + +/* The size of a `char', as computed by sizeof. */ #undef SIZEOF_CHAR -/* The number of bytes in a int. */ +/* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The number of bytes in a long. */ +/* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The number of bytes in a short. */ +/* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* Define if you have the getopt_long function. */ -#undef HAVE_GETOPT_LONG - -/* Define if you have the strdup function. */ -#undef HAVE_STRDUP - -/* Define if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Name of package */ -#undef PACKAGE +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS /* Version number of package */ #undef VERSION +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `unsigned' if does not define. */ +#undef size_t