diff options
| author | 2019-04-07 00:14:13 -0400 | |
|---|---|---|
| committer | 2019-04-07 00:14:13 -0400 | |
| commit | 5140318f8f758141b4e350871db1fe869eb858dc (patch) | |
| tree | 3cf26f4845b2c4674af81f108fbdbf47a996dcff /src/options.h | |
Import Upstream version 1.1.5upstream/1.1.5
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h new file mode 100644 index 0000000..2a0db3c --- /dev/null +++ b/src/options.h @@ -0,0 +1,13 @@ +#ifndef OPTIONS_H +#define OPTIONS_H + +/* The default name for conf, log, pid files */ +#define DEFAULTNAME "hopm" + +/* file extensions */ +/* config */ +#define CONFEXT "conf" + +/* log file */ +#define LOGEXT "log" +#endif /* OPTIONS_H */ |
