File: dirpaths.h.in

package info (click to toggle)
e2fsprogs 1.47.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,236 kB
  • sloc: ansic: 134,194; sh: 7,343; makefile: 5,324; awk: 524; perl: 376; cpp: 207; sed: 186; python: 23
file content (10 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (15)
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@"