view mcabber/src/harddefines.h @ 392:6329c9601704

Speed up hbuf_add_line() When loading a history file, *p_hbuf was a pointer to the head of the list of lines, so a lot of CPU time was lost in g_list_last().
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 22:55:10 +0100
parents a7af5517b453
children
line wrap: on
line source

#ifndef __MCABBER__
#define __MCABBER__

#include "../config.h"

#define MCABBER_VERSION "MCabber v" VERSION " -- " \
        "based on http://cabber.sourceforge.net"
#define EMAIL "Email: mcabber [at] lilotux [dot] net"

#endif