--- psiconv/trunk/config.h.in 1999/10/03 21:10:47 2 +++ psiconv/trunk/config.h.in 1999/12/02 18:05:36 36 @@ -15,6 +15,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you want ImageMagick support; -lMagick should work on linking */ +#undef IMAGEMAGICK + /* The number of bytes in a char. */ #undef SIZEOF_CHAR @@ -27,6 +30,9 @@ /* The number of bytes in a short. */ #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