Merge pull request #7038 from zmstone/chore-rename-emqx-no-space-source-code

chore: EMQ X -> EMQX in source code
This commit is contained in:
Zaiming (Stone) Shi 2022-02-17 21:13:43 +01:00 committed by GitHub
commit 2a6d11c7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 77 additions and 77 deletions

View File

@ -14,8 +14,8 @@
%% limitations under the License.
%%--------------------------------------------------------------------
-ifndef(EMQ_X_HRL).
-define(EMQ_X_HRL, true).
-ifndef(EMQX_HRL).
-define(EMQX_HRL, true).
%% Shard
%%--------------------------------------------------------------------

View File

@ -14,8 +14,8 @@
%% limitations under the License.
%%--------------------------------------------------------------------
-ifndef(EMQ_X_MQTT_HRL).
-define(EMQ_X_MQTT_HRL, true).
-ifndef(EMQX_MQTT_HRL).
-define(EMQX_MQTT_HRL, true).
-define(UINT_MAX, 16#FFFFFFFF).

View File

@ -14,8 +14,8 @@
%% limitations under the License.
%%--------------------------------------------------------------------
-ifndef(EMQ_X_PLACEHOLDER_HRL).
-define(EMQ_X_PLACEHOLDER_HRL, true).
-ifndef(EMQX_PLACEHOLDER_HRL).
-define(EMQX_PLACEHOLDER_HRL, true).
-define(PH(Type), <<"${", Type/binary, "}">> ).

View File

@ -1,6 +1,6 @@
-ifndef(EMQ_X_CONF_HRL).
-define(EMQ_X_CONF_HRL, true).
-ifndef(EMQX_CONF_HRL).
-define(EMQX_CONF_HRL, true).
-define(CLUSTER_RPC_SHARD, emqx_cluster_rpc_shard).