config.h 835 B

123456789101112131415161718192021222324252627282930
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the `m' library (-lm). */
  4. #define HAVE_LIBM 1
  5. /* Name of package */
  6. #define PACKAGE "uncc"
  7. /* Define to the address where bug reports for this package should be sent. */
  8. #define PACKAGE_BUGREPORT "mooigraph@gmail.com"
  9. /* Define to the full name of this package. */
  10. #define PACKAGE_NAME "uncc"
  11. /* Define to the full name and version of this package. */
  12. #define PACKAGE_STRING "uncc 1.0"
  13. /* Define to the one symbol short name of this package. */
  14. #define PACKAGE_TARNAME "uncc"
  15. /* Define to the home page for this package. */
  16. #define PACKAGE_URL ""
  17. /* Define to the version of this package. */
  18. #define PACKAGE_VERSION "1.0"
  19. /* Version number of package */
  20. #define VERSION "1.0"