]> git.kaiwu.me - njs.git/commitdiff
Added missing <nxt_auto_config.h> includes.
authorPiotr Sikora <piotrsikora@google.com>
Fri, 28 Oct 2016 16:29:38 +0000 (19:29 +0300)
committerPiotr Sikora <piotrsikora@google.com>
Fri, 28 Oct 2016 16:29:38 +0000 (19:29 +0300)
Previously, most objects were compiled without any
features detected by the ./configure script.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
33 files changed:
nginx/ngx_http_js_module.c
nginx/ngx_stream_js_module.c
njs/njs_array.c
njs/njs_boolean.c
njs/njs_builtin.c
njs/njs_disassembler.c
njs/njs_extern.c
njs/njs_function.c
njs/njs_generator.c
njs/njs_lexer.c
njs/njs_lexer_keyword.c
njs/njs_math.c
njs/njs_number.c
njs/njs_object.c
njs/njs_parser.c
njs/njs_variable.c
njs/njs_vm.c
njs/njscript.c
njs/test/njs_unit_test.c
nxt/nxt_array.c
nxt/nxt_djb_hash.c
nxt/nxt_lvlhsh.c
nxt/nxt_mem_cache_pool.c
nxt/nxt_murmur_hash.c
nxt/nxt_pcre.c
nxt/nxt_queue.c
nxt/nxt_random.c
nxt/nxt_rbtree.c
nxt/nxt_utf8.c
nxt/test/lvlhsh_unit_test.c
nxt/test/random_unit_test.c
nxt/test/rbtree_unit_test.c
nxt/test/utf8_unit_test.c

index 994f8623d6d177f71bd54d1c33978aebf783e0fa..49f1db9f2e1fb7a6e9164d8dc51e392e57e2d395 100644 (file)
@@ -9,6 +9,7 @@
 #include <ngx_core.h>
 #include <ngx_http.h>
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index bead4276c7ba7517563734b20e8d6debdb98060c..bef26cf1c533a4dfea0d19824396dd335f3298c1 100644 (file)
@@ -9,6 +9,7 @@
 #include <ngx_core.h>
 #include <ngx_stream.h>
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 83529142cf886bea5063361825a446882400e2b7..1973f09e46de5f882519dc187b456f91e64a7c7f 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index f173364a3c0f7015eab662ae0c2330057834f616..77e8624969d0cd936392e8e4c15769308fb25266 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 5eef6fa342f72c64b1c7b4e00ec4bfba3cf69078..6e1bac41e54330a38835713097c4336d7bd78e34 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 2b4e0bda9f2dd6bc87267622b08454b9eefd0818..ab2d25fe5319be9e66bf1c03fc180dd7610ae9f8 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 261693938b74258c83d49a712d002a6877f3f3f5..17bffccba26ce6c0b2afb6ade983f3fbd40ea3b9 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index 60304cc93c8052605f002aec30f513f8157b7254..83ac0800192d8ad3eca39b1d326e463e8db27f18 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index dce4601d8b16e45e8aa115ad279461c919c5d9ff..5da687507c27ecdd80b5fb70afb45cb25a65dd1b 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 3abcba3513eafb4fa85bb54c9a84661d44834de4..1d289ecd689c6e57844ac9de6b4fdfa59399a7ee 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 751be90f4f445bc57e8cb74a4fbd4dde51b98842..2205d66d650ca140b7e60c3a388b2c91e89d8554 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 36a8bf3a0d3cbc7b7813953deea0be03cc3983a4..42fbdb33330f9ba26af46e9b0f080702a858664d 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 5fd3fe24139e3bb4bb95e8f466cedb67883ef39c..ee515fcda80a4104e28b2818d0ea253b72e9271b 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index be0c6d0e1ee38e29868eaa6eb5fa4a0020c392e4..58b74a23d244231092054eac3b72d2430a3db2b7 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index f500fbd3dcb552e07773e1c0b2689ae3041de6ab..c7f39eebbe9e93fe4533a3983cc1c1e628330ba6 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index cd17468b877fc8dd68d00a035ebaf37985da0d3d..971d078d09993e2bc73919f373c8e327ec3c1778 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index 8244437e7c5cea5d32ae1b60863970abb92d1505..4bc37633d3e273f701010e91f728e6824bdfd777 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index a85c3ccf227a6430c8b61f6f2f7097c579c9f703..4c80f5bb7be4e9fa01b756c2bd2b77d2b2365c3a 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index f87020fb89ec2aed65db1ba9edb9d1c8a7976bd5..ae73d240c06da77c7edbd4d8ef72813aab6c92ef 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index f9c3e89ca3b18a3a61c429c5906b40588614eb04..ea1cd3cc0c7cdca6b47a36dd0a2fb1b0023c2bcd 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_stub.h>
index 25c3f4546feea682d49b514e8289f005c53d7c89..05f1b80fb4513bdad51758674f1143a023dd3ad8 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index 35c24b5ea20a2f37cb66b7306d443f6d4b18178d..18325b712b6bcc892a67275510f1e9119352245a 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index b270b4f5c81cc9947fad6c181ed283e6d5dda693..2dfe725c29b66e867dda00438a8154d1d3e82193 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_alignment.h>
index 9f78a15160b81896f186e01b760ebcca71d2b9ac..325e5d7c3a0e01a3058c180c953bb802a7cd1f46 100644 (file)
@@ -4,6 +4,7 @@
  * released to the public domain.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_murmur_hash.h>
index 9f13f993b47771cc340d0f71b21d1c08793c0105..4d9cdc28bcf3b488da2281971d6b5b26adedcb58 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_stub.h>
index 7c1e2c11518336903d9462dac4ec4c52d3675e6b..de091eae6eb0b64695043e6557699ee4e6ffb1b7 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_queue.h>
index 8f8bedf558e1948e37f4b3b6016d43e64cdc7c02..208967621a247b750b48187d8183e89da61136bc 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_random.h>
index aa38f55ce208952ff0adce923132332b8b15c493..042576e2e6313948772bb69318f455ecf63d24d1 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_rbtree.h>
index 90f3c5c46b2db555d2d862fe83818932d4bebaf3..b959c85e73243e8a958d543dae07fd04230699d5 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_utf8.h>
index bf5367c51a3029391eb31fad564a10ee6a1d6c30..40a554b237d19b439a775944487add379a35c5ae 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_string.h>
index ef721d13248913dfae6d9c94f4019d5a13a125bf..fce247a292b55393c10658b656db0bd84296865f 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_stub.h>
index 5eeed149dcfc10da360449ccf185c1baffefc78e..e2766a7369a1f07117dfb20695a06b87810c1680 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_stub.h>
index dc04e0d503d4b969d6fdae409d6087bc44b5d8ff..8797292f40f05160490a58992f5ba85fb1e7efb9 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) NGINX, Inc.
  */
 
+#include <nxt_auto_config.h>
 #include <nxt_types.h>
 #include <nxt_clang.h>
 #include <nxt_stub.h>