import winsup-2000-02-17 snapshot
This commit is contained in:
9
winsup/cygwin/include/paths.h
Normal file
9
winsup/cygwin/include/paths.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _PATHS_H_
|
||||
#define _PATHS_H_
|
||||
|
||||
#define _PATH_DEV "/dev/"
|
||||
#define _PATH_BSHELL "/bin/sh"
|
||||
#define _PATH_LASTLOG "/var/log/lastlog"
|
||||
#define _PATH_UTMP "/var/run/utmp"
|
||||
#define _PATH_WTMP "/var/log/wtmp"
|
||||
#endif /* _PATHS_H_ */
|
Reference in New Issue
Block a user