Martin Mares
7211be1cff
Configure, link and use the readline library.
2000-01-20 13:13:30 +00:00
Martin Mares
ed6081502a
Added skeleton of the client. Does nothing, but at least compiles.
1999-10-29 09:44:44 +00:00
Martin Mares
a70693ca9b
Don't forget to export CPPFLAGS to GCC. :)
1999-05-21 14:28:44 +00:00
Martin Mares
113694892e
Use $(CC) instead of gcc even when generating dependencies.
1999-04-12 17:21:11 +00:00
Martin Mares
7a2105becd
Use dmalloc instead of EFence when available (dmalloc has lot of improvements
...
over EFence and also hopefully smaller memory overhead, but sadly it's non-free
for commercial use).
If the DMALLOC_OPTIONS environment variable is not set, switch on `reasonable'
checks by default.
Also introduced mb_allocz() for cleared mb_alloc().
1999-03-04 11:36:26 +00:00
Martin Mares
e834074dd4
If we are compiling with debugging enabled and libefence is available,
...
link it to get debugging malloc.
1999-03-01 22:42:47 +00:00
Pavel Machek
ca6dfded2c
Make filters actually compiled.
1999-01-15 16:52:14 +00:00
Martin Mares
cceb3e7d2f
Fixed trivial bug in naming of `depend' file. Argh.
1999-01-12 20:36:18 +00:00
Martin Mares
49e7e5ee0b
New makefiles. Includes support for out-of-source-tree builds.
1999-01-10 00:18:32 +00:00