mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-22 02:20:35 +08:00
Co-authored-by: Alain <alain@mcneel.com> Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: Bozo <bozo@mcneel.com> Co-authored-by: chuck <chuck@mcneel.com> Co-authored-by: Dale Fugier <dale@mcneel.com> Co-authored-by: Giulio Piacentino <giulio@mcneel.com> Co-authored-by: John Croudy <croudyj@gmail.com> Co-authored-by: Mikko Oksanen <mikko@mcneel.com> Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com>
11 lines
337 B
C
11 lines
337 B
C
/*
|
|
* 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 "/usr/local/share/locale"
|
|
|
|
/* Where to find the mke2fs.conf and e2fsck.conf files */
|
|
#define ROOT_SYSCONFDIR "/usr/local/etc"
|