- Move malloc.c to memory.c
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 8 Jan 2015 12:46:36 +0000 (12:46 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 8 Jan 2015 12:46:36 +0000 (12:46 +0000)
commit9ef76526c8936058482567c8d272c5a705a4f783
treef6f7275224e09c113209590e8d609142966c4938
parentdfcf2f27cafd5eafce16a795a09710f8b46bedbf
- Move malloc.c to memory.c
- Generate parser/lexer files before actually compiling anything else that uses them
- Fix up header inclusion mess

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5336 82007160-df01-0410-b94d-b575c5fd34c7
19 files changed:
configure
src/Makefile.am
src/Makefile.in
src/config-parser.c
src/config-parser.h
src/config-parser.y
src/config.c
src/dnsbl.c
src/firedns.c
src/irc.c
src/list.c
src/main.c
src/malloc.c [deleted file]
src/malloc.h [deleted file]
src/memory.c [new file with mode: 0644]
src/memory.h [new file with mode: 0644]
src/negcache.c
src/opercmd.c
src/scan.c