blob: 2011c8a1024a13e0d7077356c89f90c55b43df0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef foosyrephfoo
#define foosyrephfoo
#include "cmdline.h"
#define SYREP_SNAPSHOTFILENAME "current.syrep"
#define SYREP_MDCACHEFILENAME "md-cache"
#define SYREP_TEMPDIR "tmp"
#define SYREP_TRASHDIR "trash"
#define SYREP_DIGESTLENGTH 16
extern struct gengetopt_args_info args;
#endif
|