Moved MAX_RECV_LEN into config.h
This commit is contained in:
@@ -3,14 +3,16 @@
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
#include "main.h"
|
||||
#include "networking.h"
|
||||
#include "interpreter.h"
|
||||
#include "players.h"
|
||||
#include "db.h"
|
||||
|
||||
#define MAX_RECV_LEN 1024
|
||||
|
||||
struct AcceptData {
|
||||
GMainContext *context;
|
||||
GSocketListener *listener;
|
||||
|
Reference in New Issue
Block a user