Added HAVE_CONFIG_H and pals. Compiles under win32 now.

This commit is contained in:
Dabb 2000-10-07 10:24:46 +00:00
parent ccd1f6f025
commit 8b573f8d7e

View file

@ -26,7 +26,14 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <limits.h>
#ifndef WIN32
#include <sys/param.h>
#endif
#include <string.h>
#include "client.h"