L4Re/departure

Annotated libext2fs/lib/dirpaths.h

212:c0651b3b711f
2021-10-09 Paul Boddie Updated libext2fs to version 1.46.2, also introducing some notes about the process of adapting the library for L4Re, together with a tool to generate a configuration from an existing, external "host" build of the library.
paul@212 1
/*
paul@212 2
 * This file contains the path names for various directories as
paul@212 3
 * controlled by the configure script.
paul@212 4
 */
paul@212 5
paul@212 6
/* Where to put the messages file for internationalization support */
paul@212 7
#define LOCALEDIR		"/usr/share/locale"
paul@212 8
paul@212 9
/* Where to find the mke2fs.conf and e2fsck.conf files */
paul@212 10
#define ROOT_SYSCONFDIR		"/etc"