blob: 6ccb55be79d6f2b93c2e220b0234f491d51a3b51 [file] [log] [blame]
JP Abgralle0ed7402014-03-19 19:08:39 -07001/*
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@"