xref: /aosp_15_r20/external/e2fsprogs/lib/dirpaths.h.in (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1/*
2 * This file contains the path names for various directories as
3 * controlled by the configure script.
4 */
5
6/* Where to put the messages file for internationalization support */
7#define LOCALEDIR		"@datadir@/locale"
8
9/* Where to find the mke2fs.conf and e2fsck.conf files */
10#define ROOT_SYSCONFDIR		"@root_sysconfdir@"
11