when I say I want packet loggin, I want packet logging, not undefined symbols

This commit is contained in:
Bill Currie 2001-05-28 21:34:27 +00:00
parent d523cb92c7
commit 6eadd402ab

View file

@ -28,16 +28,16 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
// FIXME: we did support Quake1 protocol too...
#ifdef PACKET_LOGGING
#define QUAKEWORLD
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <ctype.h>
#include <stdarg.h>