소스 검색

core: remove WITH_AS_SUPPORT in Makefile.defs after tm change in 087eecdc22f7ae90

Henning Westerholt 6 년 전
부모
커밋
1c5c755ab5
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/Makefile.defs

+ 0 - 5
src/Makefile.defs

@@ -631,8 +631,6 @@ data_target = $(prefix)/$(data_dir)
 #		core that the DNS servers are down. No DNS query is performed
 #		core that the DNS servers are down. No DNS query is performed
 #		when the servers are unreachable, and even expired resource
 #		when the servers are unreachable, and even expired resource
 #		records are used from the cache. (requires external watchdog)
 #		records are used from the cache. (requires external watchdog)
-# -DWITH_AS_SUPPORT
-#		adds support for Application Server interface
 # Sometimes is needes correct non-quoted $OS. HACK: gcc translates known OS to number ('linux'), so there is added underscore
 # Sometimes is needes correct non-quoted $OS. HACK: gcc translates known OS to number ('linux'), so there is added underscore
 
 
 ifeq ($(OS), dragonfly)
 ifeq ($(OS), dragonfly)
@@ -728,9 +726,6 @@ endif
 ifeq ($(FMSTATS), 1)
 ifeq ($(FMSTATS), 1)
 	C_DEFS+= -DMALLOC_STATS
 	C_DEFS+= -DMALLOC_STATS
 endif
 endif
-ifeq ($(WITHAS), 1)
-	C_DEFS+= -DWITH_AS_SUPPORT
-endif
 
 
 ifeq ($(SCTP), 1)
 ifeq ($(SCTP), 1)
 	C_DEFS+= -DUSE_SCTP
 	C_DEFS+= -DUSE_SCTP