From 0d6f9fc053f693523667b49cc2152305e48ee98e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 14 Aug 2020 10:58:18 -0400 Subject: new file for string constants and such --- src/_config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/_config.h (limited to 'src') diff --git a/src/_config.h b/src/_config.h new file mode 100644 index 00000000..c0ea1a95 --- /dev/null +++ b/src/_config.h @@ -0,0 +1,6 @@ +#ifndef ___CONFIG_H__ +#define ___CONFIG_H__ + +#define _PWD_DB "/etc/passwd" + +#endif -- cgit v1.2.1