A shell that runs x86_64 assembly
c
x86-64
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 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `bzero' function. */
  3. #undef HAVE_BZERO
  4. /* Define to 1 if you have the <fcntl.h> header file. */
  5. #undef HAVE_FCNTL_H
  6. /* Define to 1 if you have the `fork' function. */
  7. #undef HAVE_FORK
  8. /* Define to 1 if you have the `gmtime_r,' function. */
  9. #undef HAVE_GMTIME_R_
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #undef HAVE_INTTYPES_H
  12. /* Define to 1 if you have the `readline' library (-lreadline). */
  13. #undef HAVE_LIBREADLINE
  14. /* Define to 1 if you have the <limits.h> header file. */
  15. #undef HAVE_LIMITS_H
  16. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  17. to 0 otherwise. */
  18. #undef HAVE_MALLOC
  19. /* Define to 1 if you have the <memory.h> header file. */
  20. #undef HAVE_MEMORY_H
  21. /* Define to 1 if you have the `ptrace' function. */
  22. #undef HAVE_PTRACE
  23. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  24. and to 0 otherwise. */
  25. #undef HAVE_REALLOC
  26. /* Define to 1 if you have the <stdint.h> header file. */
  27. #undef HAVE_STDINT_H
  28. /* Define to 1 if you have the <stdlib.h> header file. */
  29. #undef HAVE_STDLIB_H
  30. /* Define to 1 if you have the <strings.h> header file. */
  31. #undef HAVE_STRINGS_H
  32. /* Define to 1 if you have the <string.h> header file. */
  33. #undef HAVE_STRING_H
  34. /* Define to 1 if you have the `strtoull,' function. */
  35. #undef HAVE_STRTOULL_
  36. /* Define to 1 if you have the <sys/stat.h> header file. */
  37. #undef HAVE_SYS_STAT_H
  38. /* Define to 1 if you have the <sys/types.h> header file. */
  39. #undef HAVE_SYS_TYPES_H
  40. /* Define to 1 if you have the <unistd.h> header file. */
  41. #undef HAVE_UNISTD_H
  42. /* Define to 1 if you have the `vfork' function. */
  43. #undef HAVE_VFORK
  44. /* Define to 1 if you have the <vfork.h> header file. */
  45. #undef HAVE_VFORK_H
  46. /* Define to 1 if `fork' works. */
  47. #undef HAVE_WORKING_FORK
  48. /* Define to 1 if `vfork' works. */
  49. #undef HAVE_WORKING_VFORK
  50. /* Name of package */
  51. #undef PACKAGE
  52. /* Define to the address where bug reports for this package should be sent. */
  53. #undef PACKAGE_BUGREPORT
  54. /* Define to the full name of this package. */
  55. #undef PACKAGE_NAME
  56. /* Define to the full name and version of this package. */
  57. #undef PACKAGE_STRING
  58. /* Define to the one symbol short name of this package. */
  59. #undef PACKAGE_TARNAME
  60. /* Define to the home page for this package. */
  61. #undef PACKAGE_URL
  62. /* Define to the version of this package. */
  63. #undef PACKAGE_VERSION
  64. /* Define to 1 if you have the ANSI C header files. */
  65. #undef STDC_HEADERS
  66. /* Enable extensions on AIX 3, Interix. */
  67. #ifndef _ALL_SOURCE
  68. # undef _ALL_SOURCE
  69. #endif
  70. /* Enable GNU extensions on systems that have them. */
  71. #ifndef _GNU_SOURCE
  72. # undef _GNU_SOURCE
  73. #endif
  74. /* Enable threading extensions on Solaris. */
  75. #ifndef _POSIX_PTHREAD_SEMANTICS
  76. # undef _POSIX_PTHREAD_SEMANTICS
  77. #endif
  78. /* Enable extensions on HP NonStop. */
  79. #ifndef _TANDEM_SOURCE
  80. # undef _TANDEM_SOURCE
  81. #endif
  82. /* Enable general extensions on Solaris. */
  83. #ifndef __EXTENSIONS__
  84. # undef __EXTENSIONS__
  85. #endif
  86. /* Version number of package */
  87. #undef VERSION
  88. /* Define to 1 if on MINIX. */
  89. #undef _MINIX
  90. /* Define to 2 if the system does not provide POSIX.1 features except with
  91. this defined. */
  92. #undef _POSIX_1_SOURCE
  93. /* Define to 1 if you need to in order for `stat' and other things to work. */
  94. #undef _POSIX_SOURCE
  95. /* Define to empty if `const' does not conform to ANSI C. */
  96. #undef const
  97. /* Define to `__inline__' or `__inline' if that's what the C compiler
  98. calls it, or to nothing if 'inline' is not supported under any name. */
  99. #ifndef __cplusplus
  100. #undef inline
  101. #endif
  102. /* Define to rpl_malloc if the replacement function should be used. */
  103. #undef malloc
  104. /* Define to `int' if <sys/types.h> does not define. */
  105. #undef pid_t
  106. /* Define to rpl_realloc if the replacement function should be used. */
  107. #undef realloc
  108. /* Define to `unsigned int' if <sys/types.h> does not define. */
  109. #undef size_t
  110. /* Define as `fork' if `vfork' does not work. */
  111. #undef vfork