Install msysDVLPR-1.0.0-alpha-1
[msysgit.git] / include / paths.h
blobe5ff51e96c2eff5ae5df14ee5fe39da02043ea13
1 /* paths.h
3 Copyright 2001 Red Hat, Inc.
5 This file is part of Cygwin.
7 This software is a copyrighted work licensed under the terms of the
8 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
9 details. */
11 #ifndef _PATHS_H_
12 #define _PATHS_H_
14 #define _PATH_DEV "/dev/"
15 #define _PATH_BSHELL "/bin/sh"
16 #define _PATH_LASTLOG "/var/log/lastlog"
17 #define _PATH_UTMP "/var/run/utmp"
18 #define _PATH_WTMP "/var/log/wtmp"
19 #endif /* _PATHS_H_ */