summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-14 10:58:18 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-14 10:58:18 -0400
commit0d6f9fc053f693523667b49cc2152305e48ee98e (patch)
treea088e19667dd6bd1e17d82046ae8cc2fc484f51b /src
parent345de6edfce3cc49e897ad216602138739794b09 (diff)
new file for string constants and such
Diffstat (limited to 'src')
-rw-r--r--src/_config.h6
1 files changed, 6 insertions, 0 deletions
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