#include <config.h>
#include <xapian.h>
#include "safeerrno.h"
#include <fstream>
#include <string>
#include <vector>
#include <sys/types.h>
#include "safesysstat.h"
#include "index_utils.h"
#include "backendmanager.h"
#include "unixcmds.h"
#include "utils.h"
Include dependency graph for backendmanager.cc:
Go to the source code of this file.
Defines | |
#define | XAPIAN_DEPRECATED(D) D |
#define XAPIAN_DEPRECATED | ( | D | ) | D |
Definition at line 26 of file backendmanager.cc.