summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-06 21:34:58 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-06 21:34:58 +0300
commit8e685fe38388b6a0f7db7fe9d5705362ad35d9a4 (patch)
treeb37c703cc7dc07725235a5d916db5d83b65e8ecf
parent3ebc9e4191d4a06e759371afb7f65be360ecc58c (diff)
downloadevol-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.am3
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