config.h
上传用户:hongyu5696
上传日期:2018-01-22
资源大小:391k
文件大小:5k
源码类别:

PlugIns编程

开发平台:

Unix_Linux

  1. /* config.h.  Generated by configure.  */
  2. /* config.h.in.  Generated from configure.in by autoheader.  */
  3. /* Define to 1 if you have the <X11/extensions/dpms.h> header file. */
  4. #define DPMSExtension 1
  5. /* Define to 1 if you have GTK1 */
  6. /* #undef GTK1_ENABLED */
  7. /* Define to 1 if you have GTK2 */
  8. #define GTK24_ENABLED 1
  9. /* Define to 1 if you have GTK2 */
  10. #define GTK2_ENABLED 1
  11. /* Define to 1 if you have the `dup2' function. */
  12. #define HAVE_DUP2 1
  13. /* Define to 1 if you have the <fcntl.h> header file. */
  14. #define HAVE_FCNTL_H 1
  15. /* Define to 1 if you have the `fork' function. */
  16. #define HAVE_FORK 1
  17. /* Define to 1 if you have the <libintl.h> header file. */
  18. #define HAVE_GETTEXT 1
  19. /* Define to 1 if you have the `gettimeofday' function. */
  20. #define HAVE_GETTIMEOFDAY 1
  21. /* Define to 1 if you have the <inttypes.h> header file. */
  22. #define HAVE_INTTYPES_H 1
  23. /* Define to 1 if you have the <libintl.h> header file. */
  24. #define HAVE_LIBINTL_H 1
  25. /* Define to 1 if you have the <locale.h> header file. */
  26. #define HAVE_LOCALE_H 1
  27. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  28.    to 0 otherwise. */
  29. #define HAVE_MALLOC 1
  30. /* Define to 1 if you have the `memmem' function. */
  31. #define HAVE_MEMMEM 1
  32. /* Define to 1 if you have the <memory.h> header file. */
  33. #define HAVE_MEMORY_H 1
  34. /* Define to 1 if you have the `memset' function. */
  35. #define HAVE_MEMSET 1
  36. /* Define to 1 if you have the `mkdir' function. */
  37. #define HAVE_MKDIR 1
  38. /* Define to 1 if you have the `mkfifo' function. */
  39. #define HAVE_MKFIFO 1
  40. /* Define to 1 if you have the `setlocale' function. */
  41. #define HAVE_SETLOCALE 1
  42. /* Define to 1 if you have the `snprintf' function. */
  43. #define HAVE_SNPRINTF 1
  44. /* Define to 1 if stdbool.h conforms to C99. */
  45. #define HAVE_STDBOOL_H 1
  46. /* Define to 1 if you have the <stddef.h> header file. */
  47. #define HAVE_STDDEF_H 1
  48. /* Define to 1 if you have the <stdint.h> header file. */
  49. #define HAVE_STDINT_H 1
  50. /* Define to 1 if you have the <stdlib.h> header file. */
  51. #define HAVE_STDLIB_H 1
  52. /* Define to 1 if you have the `strcasecmp' function. */
  53. #define HAVE_STRCASECMP 1
  54. /* Define to 1 if you have the `strchr' function. */
  55. #define HAVE_STRCHR 1
  56. /* Define to 1 if you have the `strdup' function. */
  57. #define HAVE_STRDUP 1
  58. /* Define to 1 if you have the `strerror' function. */
  59. #define HAVE_STRERROR 1
  60. /* Define to 1 if you have the <strings.h> header file. */
  61. #define HAVE_STRINGS_H 1
  62. /* Define to 1 if you have the <string.h> header file. */
  63. #define HAVE_STRING_H 1
  64. /* Define to 1 if you have the `strncasecmp' function. */
  65. #define HAVE_STRNCASECMP 1
  66. /* Define to 1 if you have the `strrchr' function. */
  67. #define HAVE_STRRCHR 1
  68. /* Define to 1 if you have the `strstr' function. */
  69. #define HAVE_STRSTR 1
  70. /* Define to 1 if you have the `strtol' function. */
  71. #define HAVE_STRTOL 1
  72. /* Define to 1 if you have the <sys/param.h> header file. */
  73. #define HAVE_SYS_PARAM_H 1
  74. /* Define to 1 if you have the <sys/stat.h> header file. */
  75. #define HAVE_SYS_STAT_H 1
  76. /* Define to 1 if you have the <sys/time.h> header file. */
  77. #define HAVE_SYS_TIME_H 1
  78. /* Define to 1 if you have the <sys/types.h> header file. */
  79. #define HAVE_SYS_TYPES_H 1
  80. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  81. #define HAVE_SYS_WAIT_H 1
  82. /* Define to 1 if you have the <unistd.h> header file. */
  83. #define HAVE_UNISTD_H 1
  84. /* Define to 1 if you have the `vfork' function. */
  85. #define HAVE_VFORK 1
  86. /* Define to 1 if you have the <vfork.h> header file. */
  87. /* #undef HAVE_VFORK_H */
  88. /* Define to 1 if `fork' works. */
  89. #define HAVE_WORKING_FORK 1
  90. /* Define to 1 if `vfork' works. */
  91. #define HAVE_WORKING_VFORK 1
  92. /* Define to 1 if you have the <X11/Intrinsic.h> header file. */
  93. #define HAVE_X11_INTRINSIC_H 1
  94. /* Define to 1 if you have the <X11/StringDefs.h> header file. */
  95. #define HAVE_X11_STRINGDEFS_H 1
  96. /* Define to 1 if you have the <X11/Xlib.h> header file. */
  97. #define HAVE_X11_XLIB_H 1
  98. /* Define to 1 if you have the <X11/xpm.h> header file. */
  99. #define HAVE_X11_XPM 1
  100. /* Define to 1 if the system has the type `_Bool'. */
  101. #define HAVE__BOOL 1
  102. /* Define to the address where bug reports for this package should be sent. */
  103. #define PACKAGE_BUGREPORT "downloadplug-in-devel@lists.sourceforge.net"
  104. /* Define to the full name of this package. */
  105. #define PACKAGE_NAME "downloadplug"
  106. /* Define to the full name and version of this package. */
  107. #define PACKAGE_STRING "downloadpl 1.00"
  108. /* Define to the one symbol short name of this package. */
  109. #define PACKAGE_TARNAME "downloadplug"
  110. /* Define to the version of this package. */
  111. #define PACKAGE_VERSION "1.00"
  112. /* Define as the return type of signal handlers (`int' or `void'). */
  113. #define RETSIGTYPE void
  114. /* Define to 1 if you have the ANSI C header files. */
  115. #define STDC_HEADERS 1
  116. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  117. #define TIME_WITH_SYS_TIME 1
  118. /* Define to 1 if the X Window System is missing or not being used. */
  119. /* #undef X_DISPLAY_MISSING */
  120. /* Define to empty if `const' does not conform to ANSI C. */
  121. /* #undef const */
  122. /* Define to rpl_malloc if the replacement function should be used. */
  123. /* #undef malloc */
  124. /* Define to `int' if <sys/types.h> does not define. */
  125. /* #undef pid_t */
  126. /* Define to `unsigned' if <sys/types.h> does not define. */
  127. /* #undef size_t */
  128. /* Define as `fork' if `vfork' does not work. */
  129. /* #undef vfork */