define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELEN

gets defined).
PR: 371
This commit is contained in:
Richard Levitte 2002-12-02 22:49:02 +00:00
parent 6ab285bf4c
commit e7a285694e

View File

@ -128,6 +128,7 @@
#include <string.h>
#include <time.h>
#define USE_SOCKETS
#include "e_os.h"
#include <openssl/bio.h>