Tests About Natural Selection In Virtual Environment
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* config/config.h. Generated from config.h.in by configure. */
  2. /* config/config.h.in. Generated from configure.in by autoheader. */
  3. /* Define to 1 if you have the `bzero' function. */
  4. #define HAVE_BZERO 1
  5. /* Define to 1 if you have the <inttypes.h> header file. */
  6. #define HAVE_INTTYPES_H 1
  7. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  8. to 0 otherwise. */
  9. #define HAVE_MALLOC 1
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #define HAVE_MEMORY_H 1
  12. /* Define to 1 if you have the <stdint.h> header file. */
  13. #define HAVE_STDINT_H 1
  14. /* Define to 1 if you have the <stdlib.h> header file. */
  15. #define HAVE_STDLIB_H 1
  16. /* Define to 1 if you have the <strings.h> header file. */
  17. #define HAVE_STRINGS_H 1
  18. /* Define to 1 if you have the <string.h> header file. */
  19. #define HAVE_STRING_H 1
  20. /* Define to 1 if you have the <sys/stat.h> header file. */
  21. #define HAVE_SYS_STAT_H 1
  22. /* Define to 1 if you have the <sys/types.h> header file. */
  23. #define HAVE_SYS_TYPES_H 1
  24. /* Define to 1 if you have the <unistd.h> header file. */
  25. #define HAVE_UNISTD_H 1
  26. /* Name of package */
  27. #define PACKAGE "tansive"
  28. /* Define to the address where bug reports for this package should be sent. */
  29. #define PACKAGE_BUGREPORT ""
  30. /* Define to the full name of this package. */
  31. #define PACKAGE_NAME ""
  32. /* Define to the full name and version of this package. */
  33. #define PACKAGE_STRING ""
  34. /* Define to the one symbol short name of this package. */
  35. #define PACKAGE_TARNAME ""
  36. /* Define to the home page for this package. */
  37. #define PACKAGE_URL ""
  38. /* Define to the version of this package. */
  39. #define PACKAGE_VERSION ""
  40. /* Define to 1 if you have the ANSI C header files. */
  41. #define STDC_HEADERS 1
  42. /* Version number of package */
  43. #define VERSION "0.1.1"
  44. /* Define to rpl_malloc if the replacement function should be used. */
  45. /* #undef malloc */