diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-06 21:34:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-06 21:34:58 +0300 |
commit | 8e685fe38388b6a0f7db7fe9d5705362ad35d9a4 (patch) | |
tree | b37c703cc7dc07725235a5d916db5d83b65e8ecf | |
parent | 3ebc9e4191d4a06e759371afb7f65be360ecc58c (diff) | |
download | evol-hercules-8e685fe38388b6a0f7db7fe9d5705362ad35d9a4.tar.gz evol-hercules-8e685fe38388b6a0f7db7fe9d5705362ad35d9a4.tar.bz2 evol-hercules-8e685fe38388b6a0f7db7fe9d5705362ad35d9a4.tar.xz evol-hercules-8e685fe38388b6a0f7db7fe9d5705362ad35d9a4.zip |
Revert "Add new packet version constants."s20180417
This reverts commit 3ebc9e4191d4a06e759371afb7f65be360ecc58c.
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 91b8097..68828fe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -139,9 +139,6 @@ MAP_SRC = emap/atcommand.c \ SHARED_CFLAGS = ${CFLAGS} -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer \ -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty \ -DPACKETVER=20150513 \ - -DPACKETVER_MAIN_NUM=20150513 \ - -DPACKETVER_RE_NUM=0 \ - -DPACKETVER_ZERO_NUM=0 \ -DevolPacketOffset=0 SHARED_LDFLAGS = -avoid-version -Wl,--no-undefined |