소스 검색

*** empty log message ***

Bogdan-Andrei Iancu 23 년 전
부모
커밋
2ce1c3165d
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      Makefile
  2. 1 1
      Makefile.defs

+ 1 - 2
Makefile

@@ -10,8 +10,7 @@ auto_gen=lex.yy.c cfg.tab.c   #lexx, yacc etc
 #include  source related defs
 include Makefile.sources
 
-exclude_modules=CVS 
-#mysql auth cpl jabber acc tm usrloc
+exclude_modules=CVS mysql auth cpl jabber acc pike ext 
 static_modules=
 static_modules_path=$(addprefix modules/, $(static_modules))
 extra_sources=$(wildcard $(addsuffix /*.c, $(static_modules_path)))

+ 1 - 1
Makefile.defs

@@ -88,8 +88,8 @@ DEFS+= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"' \
 	 -DUSE_IPV6 \
 	 -DNOISY_REPLIES -DVERY_NOISY_REPLIES\
 	 -DPINGTEL_TAG_HACK\
+	 -DF_MALLOC \
  	 -DUSE_SYNONIM\
-	 -DDBG_QM_MALLOC\
 	 #-DNO_DEBUG \
 	 #-DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=0 \
 	 #-DNOSMP \