home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / kommunik / ftp / kmago112.tgz / kmago112.tar / kmago-1.1.2 / acconfig.h next >
C/C++ Source or Header  |  2001-03-23  |  1KB  |  64 lines

  1. /* Define if the C++ compiler supports BOOL */
  2. #undef HAVE_BOOL
  3.  
  4. #undef VERSION
  5.  
  6. #undef PACKAGE
  7.  
  8. /* defines if having libgif (always 1) */
  9. #undef HAVE_LIBGIF
  10.  
  11. /* defines if having libjpeg (always 1) */
  12. #undef HAVE_LIBJPEG
  13.  
  14. /* defines which to take for ksize_t */
  15. #undef ksize_t
  16.  
  17. /* define if you have setenv */
  18. //#undef HAVE_FUNC_SETENV
  19. #undef HAVE_SETENV
  20. #undef HAVE_UNSETENV
  21.  
  22. /* Define to 1 if NLS is requested.  */
  23. #undef ENABLE_NLS
  24.  
  25. /* Define as 1 if you have the stpcpy function.  */
  26. #undef HAVE_STPCPY
  27.  
  28. /* Define if your locale.h file contains LC_MESSAGES.  */
  29. #undef HAVE_LC_MESSAGES    
  30.  
  31. /* Define if you need the GNU extensions to compile */
  32. #undef _GNU_SOURCE
  33.  
  34. #ifndef HAVE_BOOL
  35. #define HAVE_BOOL
  36. typedef int bool;
  37. const bool false = 0;
  38. const bool true = 1;
  39. #endif
  40.  
  41. /** Define to enable dmalloc */
  42. #undef DMALLOC
  43.  
  44. /* Define if you want to disable test retriever */
  45. #undef NTEST
  46.  
  47. /* Define if you want to enable workaround for KURLRequester problem */
  48. #undef KURLREQ_ERR
  49.  
  50. /** base document type */
  51. #undef DOC
  52.  
  53. /** document version */
  54. #undef DOCVERS
  55.  
  56. /** enable kio retriever */
  57. #undef ENABLE_KIO
  58.  
  59. /** check for kde with kapp revision >= 1.207 */
  60. #undef KDE_VERSION_POST_1207
  61.  
  62. /** enable wget retriever */
  63. #undef ENABLE_WGET
  64.