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.

116 lines
3.4 KiB

  1. --- a/auto/cc/name
  2. +++ b/auto/cc/name
  3. @@ -7,7 +7,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  4. ngx_feature="C compiler"
  5. ngx_feature_name=
  6. - ngx_feature_run=yes
  7. + ngx_feature_run=
  8. ngx_feature_incs=
  9. ngx_feature_path=
  10. ngx_feature_libs=
  11. --- a/auto/cc/conf
  12. +++ b/auto/cc/conf
  13. @@ -183,7 +183,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  14. else
  15. ngx_feature="gcc builtin atomic operations"
  16. ngx_feature_name=NGX_HAVE_GCC_ATOMIC
  17. - ngx_feature_run=yes
  18. + ngx_feature_run=no
  19. ngx_feature_incs=
  20. ngx_feature_path=
  21. ngx_feature_libs=
  22. @@ -204,7 +204,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  23. else
  24. ngx_feature="C99 variadic macros"
  25. ngx_feature_name="NGX_HAVE_C99_VARIADIC_MACROS"
  26. - ngx_feature_run=yes
  27. + ngx_feature_run=no
  28. ngx_feature_incs="#include <stdio.h>
  29. #define var(dummy, ...) sprintf(__VA_ARGS__)"
  30. ngx_feature_path=
  31. @@ -218,7 +218,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  32. ngx_feature="gcc variadic macros"
  33. ngx_feature_name="NGX_HAVE_GCC_VARIADIC_MACROS"
  34. - ngx_feature_run=yes
  35. + ngx_feature_run=no
  36. ngx_feature_incs="#include <stdio.h>
  37. #define var(dummy, args...) sprintf(args)"
  38. ngx_feature_path=
  39. --- a/auto/os/linux
  40. +++ b/auto/os/linux
  41. @@ -36,7 +36,7 @@ fi
  42. ngx_feature="epoll"
  43. ngx_feature_name="NGX_HAVE_EPOLL"
  44. -ngx_feature_run=yes
  45. +ngx_feature_run=no
  46. ngx_feature_incs="#include <sys/epoll.h>"
  47. ngx_feature_path=
  48. ngx_feature_libs=
  49. @@ -110,7 +110,7 @@ ngx_feature_test="int fd; struct stat sb
  50. CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE"
  51. ngx_feature="sendfile()"
  52. ngx_feature_name="NGX_HAVE_SENDFILE"
  53. -ngx_feature_run=yes
  54. +ngx_feature_run=no
  55. ngx_feature_incs="#include <sys/sendfile.h>
  56. #include <errno.h>"
  57. ngx_feature_path=
  58. @@ -131,7 +131,7 @@ fi
  59. CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
  60. ngx_feature="sendfile64()"
  61. ngx_feature_name="NGX_HAVE_SENDFILE64"
  62. -ngx_feature_run=yes
  63. +ngx_feature_run=no
  64. ngx_feature_incs="#include <sys/sendfile.h>
  65. #include <errno.h>"
  66. ngx_feature_path=
  67. @@ -149,7 +149,7 @@ ngx_include="sys/prctl.h"; . auto/includ
  68. ngx_feature="prctl(PR_SET_DUMPABLE)"
  69. ngx_feature_name="NGX_HAVE_PR_SET_DUMPABLE"
  70. -ngx_feature_run=yes
  71. +ngx_feature_run=no
  72. ngx_feature_incs="#include <sys/prctl.h>"
  73. ngx_feature_path=
  74. ngx_feature_libs=
  75. --- a/auto/unix
  76. +++ b/auto/unix
  77. @@ -840,7 +840,7 @@ ngx_feature_test="void *p; p = memalign(
  78. ngx_feature="mmap(MAP_ANON|MAP_SHARED)"
  79. ngx_feature_name="NGX_HAVE_MAP_ANON"
  80. -ngx_feature_run=yes
  81. +ngx_feature_run=no
  82. ngx_feature_incs="#include <sys/mman.h>"
  83. ngx_feature_path=
  84. ngx_feature_libs=
  85. @@ -853,7 +853,7 @@ ngx_feature_test="void *p;
  86. ngx_feature='mmap("/dev/zero", MAP_SHARED)'
  87. ngx_feature_name="NGX_HAVE_MAP_DEVZERO"
  88. -ngx_feature_run=yes
  89. +ngx_feature_run=no
  90. ngx_feature_incs="#include <sys/mman.h>
  91. #include <sys/stat.h>
  92. #include <fcntl.h>"
  93. @@ -868,7 +868,7 @@ ngx_feature_test='void *p; int fd;
  94. ngx_feature="System V shared memory"
  95. ngx_feature_name="NGX_HAVE_SYSVSHM"
  96. -ngx_feature_run=yes
  97. +ngx_feature_run=no
  98. ngx_feature_incs="#include <sys/ipc.h>
  99. #include <sys/shm.h>"
  100. ngx_feature_path=
  101. @@ -882,7 +882,7 @@ ngx_feature_test="int id;
  102. ngx_feature="POSIX semaphores"
  103. ngx_feature_name="NGX_HAVE_POSIX_SEM"
  104. -ngx_feature_run=yes
  105. +ngx_feature_run=no
  106. ngx_feature_incs="#include <semaphore.h>"
  107. ngx_feature_path=
  108. ngx_feature_libs=