This repository has been archived on 2023-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
tcpaste/conf.h.in
Thorsten Schubert 64c89e9274
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build encountered an error
Bug fixes
2021-11-08 18:39:10 +01:00

21 lines
443 B
C

#pragma once
#include "macros.h"
#define CONF_H
#define _GNU_SOURCE
PUSH_IGNORE("-Weverything")
#define LOG_LEVEL @loglevel@
#define PUID_LENGTH @puid_length@
#define PASTE_MAX_SIZE_BYTES @max_size@
#define PASTE_MIN_AGE_DAYS @min_age@
#define PASTE_MAX_AGE_DAYS @max_age@
#define FS_PATH "@path@"
#define FS_XATTR_SUNSET "@xattr_sunset@"
#define FS_XATTR_PUIN "@xattr_uin@"
#define DOMAIN "@domain@"
#define SCHEME "@scheme@"
POP_IGNORE