xapian-core  1.4.25
Macros
backendmanager_remotetcp.cc File Reference

BackendManager subclass for remotetcp databases. More...

#include <config.h>
#include "backendmanager_remotetcp.h"
#include <xapian.h>
#include <stdio.h>
#include <cerrno>
#include <cstring>
#include "safesysexits.h"
#include "errno_to_string.h"
#include "noreturn.h"
#include "str.h"
#include <string>
#include <vector>
+ Include dependency graph for backendmanager_remotetcp.cc:

Go to the source code of this file.

Macros

#define LOCALHOST   "127.0.0.1"
 
#define DEFAULT_PORT   1239
 

Detailed Description

BackendManager subclass for remotetcp databases.

Definition in file backendmanager_remotetcp.cc.

Macro Definition Documentation

◆ DEFAULT_PORT

#define DEFAULT_PORT   1239

Definition at line 72 of file backendmanager_remotetcp.cc.

◆ LOCALHOST

#define LOCALHOST   "127.0.0.1"