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.in~ 1.7KB

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