config.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Year, month and day this program is compiled. */
  4. #define COMPILE_DATE "Tue Sep 7 22:14:00 UTC 2021"
  5. /* System where this is compiled. */
  6. #define COMPILE_UNAME "Linux"
  7. /* Define to 1 if you have the <dlfcn.h> header file. */
  8. #define HAVE_DLFCN_H 1
  9. /* Define to 1 if you have the <inttypes.h> header file. */
  10. #define HAVE_INTTYPES_H 1
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #define HAVE_MEMORY_H 1
  13. /* Define to 1 if you have the <stdint.h> header file. */
  14. #define HAVE_STDINT_H 1
  15. /* Define to 1 if you have the <stdlib.h> header file. */
  16. #define HAVE_STDLIB_H 1
  17. /* Define to 1 if you have the <strings.h> header file. */
  18. #define HAVE_STRINGS_H 1
  19. /* Define to 1 if you have the <string.h> header file. */
  20. #define HAVE_STRING_H 1
  21. /* Define to 1 if you have the <sys/stat.h> header file. */
  22. #define HAVE_SYS_STAT_H 1
  23. /* Define to 1 if you have the <sys/types.h> header file. */
  24. #define HAVE_SYS_TYPES_H 1
  25. /* Define to 1 if you have the <unistd.h> header file. */
  26. #define HAVE_UNISTD_H 1
  27. /* Define to 1 if the system has the type `_Bool'. */
  28. #define HAVE__BOOL 1
  29. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  30. #define LT_OBJDIR ".libs/"
  31. /* Name of package */
  32. #define PACKAGE "miptgraph.tar.gz"
  33. /* Define to the address where bug reports for this package should be sent. */
  34. #define PACKAGE_BUGREPORT "mooigraph@gmail.com"
  35. /* Define to the full name of this package. */
  36. #define PACKAGE_NAME "miptgraph"
  37. /* Define to the full name and version of this package. */
  38. #define PACKAGE_STRING "miptgraph 2.0"
  39. /* Define to the one symbol short name of this package. */
  40. #define PACKAGE_TARNAME "miptgraph.tar.gz"
  41. /* Define to the home page for this package. */
  42. #define PACKAGE_URL "https://notabug.org/mooigraph/miptgraph"
  43. /* Define to the version of this package. */
  44. #define PACKAGE_VERSION "2.0"
  45. /* Define to 1 if you have the ANSI C header files. */
  46. #define STDC_HEADERS 1
  47. /* Version number of package */
  48. #define VERSION "2.0"
  49. /* Define to `unsigned int' if <sys/types.h> does not define. */
  50. /* #undef size_t */