12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- /* config.h.in
- *
- */
- /* Define if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* The number of bytes in an int. */
- #undef SIZEOF_INT
- /* The number of bytes in a long. */
- #undef SIZEOF_LONG
- /* Define if you have the getopt_long function. */
- #undef HAVE_GETOPT_LONG
- /* Define if you have mkstemps function. */
- #undef HAVE_MKSTEMPS
- /* Define if you have labs function. */
- #undef HAVE_LABS
- /* Define if you have the fileno function. */
- #undef HAVE_FILENO
- /* Define if you have the utimensat function. */
- #undef HAVE_UTIMENSAT
- /* Define if you have the fork function. */
- #undef HAVE_FORK
- /* Define if you have the wait function. */
- #undef HAVE_WAIT
- /* Define to 1 if `st_mtim' is a member of `struct stat'. */
- #undef HAVE_STRUCT_STAT_ST_MTIM
- /* Define if you have the <getopt.h> header file. */
- #undef HAVE_GETOPT_H
- /* Define if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define if you have the <libgen.h> header file. */
- #undef HAVE_LIBGEN_H
- /* Define if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define if you have the <sys/wait.h> header file. */
- #undef HAVE_SYS_WAIT_H
- /* Define if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define if you have the jpeg library (-ljpeg). */
- #undef HAVE_LIBJPEG
- /* Define if jpeg library supports Arithmetic coding */
- #undef HAVE_ARITH_CODE
- /* Define if jpeg library supports the MozJPEG extension setting JINT_DC_SCAN_OPT_MODE */
- #undef HAVE_JINT_DC_SCAN_OPT_MODE
- /* Define if you have broken jmorecfg.h (SGI's usually have this problem) */
- #undef BROKEN_METHODDEF
- #undef HOST_TYPE
- /* eof */
|