diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-19 20:30:19 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-19 20:30:19 +0000 |
commit | 0ffcbdc9b4d7bf247a6ee0f7884f0648072f94d5 (patch) | |
tree | 2f4bdb7a7e12d8266910d566187fd9838457bf45 /acconfig.h | |
parent | 5bcb8251f5350a4ebdd68ec3b1d7bf8015946d80 (diff) | |
download | irssi-0ffcbdc9b4d7bf247a6ee0f7884f0648072f94d5.zip |
Removed memory debugging code. It's a lot easier to check for buffer
overflows with electric fence and memory leaks with memprof.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2095 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #undef PLUGINSDIR /* misc.. */ -#undef MEM_DEBUG #undef HAVE_IPV6 #undef HAVE_POPT_H #undef HAVE_SOCKS_H |