diff options
author | joe <joe@jerkface.net> | 2014-04-04 21:25:16 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-04 21:25:16 -0400 |
commit | 24e346b0ce82b96d5add6f5af4a43caad3bebde0 (patch) | |
tree | 32d43436b4f18f4b01aa51a2d2c54b3b826ebaea /Presence/Paths.hs | |
parent | 006f17c1a1613e7e03bdd4025a0399cdb46cbd6d (diff) |
type signatures
Diffstat (limited to 'Presence/Paths.hs')
-rw-r--r-- | Presence/Paths.hs | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Presence/Paths.hs b/Presence/Paths.hs index ac7c0938..9d51b66e 100644 --- a/Presence/Paths.hs +++ b/Presence/Paths.hs | |||
@@ -3,6 +3,35 @@ module Paths where | |||
3 | 3 | ||
4 | #include <paths.h> | 4 | #include <paths.h> |
5 | 5 | ||
6 | bshell :: String | ||
7 | console :: String | ||
8 | cshell :: String | ||
9 | devdb :: String | ||
10 | devnull :: String | ||
11 | drum :: String | ||
12 | gshadow :: String | ||
13 | klog :: String | ||
14 | kmem :: String | ||
15 | lastlog :: String | ||
16 | maildir :: String | ||
17 | man :: String | ||
18 | mem :: String | ||
19 | mnttab :: String | ||
20 | mounted :: String | ||
21 | nologin :: String | ||
22 | preserve :: String | ||
23 | rwhodir :: String | ||
24 | sendmail :: String | ||
25 | shadow :: String | ||
26 | shells :: String | ||
27 | tty :: String | ||
28 | unix :: String | ||
29 | utmp :: String | ||
30 | vi :: String | ||
31 | wtmp :: String | ||
32 | |||
33 | |||
34 | |||
6 | bshell = _PATH_BSHELL | 35 | bshell = _PATH_BSHELL |
7 | console = _PATH_CONSOLE | 36 | console = _PATH_CONSOLE |
8 | cshell = _PATH_CSHELL | 37 | cshell = _PATH_CSHELL |