diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-25 05:06:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-25 05:06:18 +0000 |
commit | 5fb9a5d9994d687ec17d83d3483a17536760d8ed (patch) | |
tree | 038f767f2313e46a8798628054be8c0f99eb6523 | |
parent | 84e5818d3b065b182171be731a0c30bbd1bbc035 (diff) |
2002-06-14 Roland McGrath <roland@frob.com>
* paths.h (_SERVERS_DEFPAGER): New macro.
-rw-r--r-- | hurd/paths.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hurd/paths.h b/hurd/paths.h index d3940fce..48771325 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -1,5 +1,5 @@ /* Standard Hurd pathnames. - Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1992,94,95,97,2002 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -The GNU Hurd is distributed in the hope that it will be useful, +The GNU Hurd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _SERVERS_EXEC _SERVERS "exec" #define _SERVERS_PROC _SERVERS "proc" #define _SERVERS_PASSWORD _SERVERS "password" +#define _SERVERS_DEFPAGER _SERVERS "default-pager" /* Directory containing naming points for socket servers. Entries are named by the string representing the domain number |