summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/paths.h
blob: c4180873f9e3dc79b9956e70897f5f1ee6b89da6 (plain)
1
2
3
4
5
6
7
8
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_ */