|
@@ -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
|