summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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