diff options
Diffstat (limited to 'hurd/paths.h')
-rw-r--r-- | hurd/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/paths.h b/hurd/paths.h index 0042f767..a13ba9b7 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _SERVERS "/servers/" #define _SERVERS_CRASH _SERVERS "crash" #define _SERVERS_EXEC _SERVERS "exec" +#define _SERVERS_STARTUP _SERVERS "startup" #define _SERVERS_PROC _SERVERS "proc" #define _SERVERS_PASSWORD _SERVERS "password" #define _SERVERS_DEFPAGER _SERVERS "default-pager" |