diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-14 10:58:18 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-14 10:58:18 -0400 |
| commit | 0d6f9fc053f693523667b49cc2152305e48ee98e (patch) | |
| tree | a088e19667dd6bd1e17d82046ae8cc2fc484f51b /src | |
| parent | 345de6edfce3cc49e897ad216602138739794b09 (diff) | |
new file for string constants and such
Diffstat (limited to 'src')
| -rw-r--r-- | src/_config.h | 6 |
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 |
