config.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* gtk version 2 */
  4. #define GTK_HAVE_API_VERSION_2 1
  5. /* gtk version 3 */
  6. #define GTK_HAVE_API_VERSION_3 0
  7. /* gtk version 4 */
  8. #define GTK_HAVE_API_VERSION_4 0
  9. /* Define to 1 if you have the `finite' function. */
  10. /* #undef HAVE_FINITE */
  11. /* Define to 1 if you have the `hypot' function. */
  12. #define HAVE_HYPOT 1
  13. /* Define to 1 if you have the <inttypes.h> header file. */
  14. #define HAVE_INTTYPES_H 1
  15. /* Define to 1 if you have the `isfinite' function. */
  16. #define HAVE_ISFINITE 1
  17. /* Define to 1 if you have the `m' library (-lm). */
  18. #define HAVE_LIBM 1
  19. /* Define to 1 if you have the <limits.h> header file. */
  20. #define HAVE_LIMITS_H 1
  21. /* Define to 1 if you have the <memory.h> header file. */
  22. #define HAVE_MEMORY_H 1
  23. /* Define to 1 if you have the `memset' function. */
  24. #define HAVE_MEMSET 1
  25. /* Define to 1 if you have the <stdint.h> header file. */
  26. #define HAVE_STDINT_H 1
  27. /* Define to 1 if you have the <stdlib.h> header file. */
  28. #define HAVE_STDLIB_H 1
  29. /* Define to 1 if you have the `strdup' function. */
  30. #define HAVE_STRDUP 1
  31. /* Define to 1 if you have the <strings.h> header file. */
  32. #define HAVE_STRINGS_H 1
  33. /* Define to 1 if you have the <string.h> header file. */
  34. #define HAVE_STRING_H 1
  35. /* Define to 1 if you have the <sys/stat.h> header file. */
  36. #define HAVE_SYS_STAT_H 1
  37. /* Define to 1 if you have the <sys/types.h> header file. */
  38. #define HAVE_SYS_TYPES_H 1
  39. /* Define to 1 if you have the <unistd.h> header file. */
  40. #define HAVE_UNISTD_H 1
  41. /* Name of package */
  42. #define PACKAGE "gml4gtk.tar.gz"
  43. /* Define to the address where bug reports for this package should be sent. */
  44. #define PACKAGE_BUGREPORT "mooigraph@gmail.com"
  45. /* Define to the full name of this package. */
  46. #define PACKAGE_NAME "gml4gtk"
  47. /* Define to the full name and version of this package. */
  48. #define PACKAGE_STRING "gml4gtk 6.9"
  49. /* Define to the one symbol short name of this package. */
  50. #define PACKAGE_TARNAME "gml4gtk.tar.gz"
  51. /* Define to the home page for this package. */
  52. #define PACKAGE_URL "https://sourceforge.net/projects/gml4gtk"
  53. /* Define to the version of this package. */
  54. #define PACKAGE_VERSION "6.9"
  55. /* The size of `uintptr_t', as computed by sizeof. */
  56. #define SIZEOF_UINTPTR_T 8
  57. /* The size of `void *', as computed by sizeof. */
  58. #define SIZEOF_VOID_P 8
  59. /* Define to 1 if you have the ANSI C header files. */
  60. #define STDC_HEADERS 1
  61. /* Version number of package */
  62. #define VERSION "6.9"