blob: 6ccb55be79d6f2b93c2e220b0234f491d51a3b51 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* This file contains the path names for various directories as
* controlled by the configure script.
*/
/* Where to put the messages file for internationalization support */
#define LOCALEDIR "@datadir@/locale"
/* Where to find the mke2fs.conf and e2fsck.conf files */
#define ROOT_SYSCONFDIR "@root_sysconfdir@"
|