config.h.in 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* config.h.in
  2. *
  3. */
  4. /* Define if you have the ANSI C header files. */
  5. #undef STDC_HEADERS
  6. /* The number of bytes in an int. */
  7. #undef SIZEOF_INT
  8. /* The number of bytes in a long. */
  9. #undef SIZEOF_LONG
  10. /* Define if you have the getopt_long function. */
  11. #undef HAVE_GETOPT_LONG
  12. /* Define if you have mkstemps function. */
  13. #undef HAVE_MKSTEMPS
  14. /* Define if you have labs function. */
  15. #undef HAVE_LABS
  16. /* Define if you have the fileno function. */
  17. #undef HAVE_FILENO
  18. /* Define if you have the utimensat function. */
  19. #undef HAVE_UTIMENSAT
  20. /* Define if you have the fork function. */
  21. #undef HAVE_FORK
  22. /* Define if you have the wait function. */
  23. #undef HAVE_WAIT
  24. /* Define to 1 if `st_mtim' is a member of `struct stat'. */
  25. #undef HAVE_STRUCT_STAT_ST_MTIM
  26. /* Define if you have the <getopt.h> header file. */
  27. #undef HAVE_GETOPT_H
  28. /* Define if you have the <string.h> header file. */
  29. #undef HAVE_STRING_H
  30. /* Define if you have the <unistd.h> header file. */
  31. #undef HAVE_UNISTD_H
  32. /* Define if you have the <libgen.h> header file. */
  33. #undef HAVE_LIBGEN_H
  34. /* Define if you have the <sys/stat.h> header file. */
  35. #undef HAVE_SYS_STAT_H
  36. /* Define if you have the <sys/types.h> header file. */
  37. #undef HAVE_SYS_TYPES_H
  38. /* Define if you have the <sys/wait.h> header file. */
  39. #undef HAVE_SYS_WAIT_H
  40. /* Define if you have the <fcntl.h> header file. */
  41. #undef HAVE_FCNTL_H
  42. /* Define if you have the jpeg library (-ljpeg). */
  43. #undef HAVE_LIBJPEG
  44. /* Define if jpeg library supports Arithmetic coding */
  45. #undef HAVE_ARITH_CODE
  46. /* Define if jpeg library supports the MozJPEG extension setting JINT_DC_SCAN_OPT_MODE */
  47. #undef HAVE_JINT_DC_SCAN_OPT_MODE
  48. /* Define if you have broken jmorecfg.h (SGI's usually have this problem) */
  49. #undef BROKEN_METHODDEF
  50. #undef HOST_TYPE
  51. /* eof */