diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-20 15:41:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-20 15:41:14 +0000 |
commit | f90831f6e47e7321ba5f1d9f75f847ba33764c81 (patch) | |
tree | b42b3d59ddbfaffc25e5f2324d4e4351201c0d89 /Build/source/utils/texinfo/info/filesys.h | |
parent | 57e45350ccbae224c5cf45171e024ab43e56cf8f (diff) |
texinfo 4.12
git-svn-id: svn://tug.org/texlive/trunk@7545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texinfo/info/filesys.h')
-rw-r--r-- | Build/source/utils/texinfo/info/filesys.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/utils/texinfo/info/filesys.h b/Build/source/utils/texinfo/info/filesys.h index 89ca5430807..611a70941b9 100644 --- a/Build/source/utils/texinfo/info/filesys.h +++ b/Build/source/utils/texinfo/info/filesys.h @@ -1,12 +1,13 @@ /* filesys.h -- external declarations for filesys.c. - $Id: filesys.h,v 1.3 2004/04/11 17:56:45 karl Exp $ + $Id: filesys.h,v 1.7 2007/07/01 21:20:29 karl Exp $ - Copyright (C) 1993, 1997, 1998, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1993, 1997, 1998, 2002, 2004, 2005, 2007 Free Software + Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify 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 Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + along with this program. If not, see <http://www.gnu.org/licenses/>. Written by Brian Fox (bfox@ai.mit.edu). */ @@ -78,7 +78,7 @@ extern int is_dir_name (char *filename); /* The default value of INFOPATH. */ #if !defined (DEFAULT_INFOPATH) -# define DEFAULT_INFOPATH "/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info:." +# define DEFAULT_INFOPATH ".:/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info" #endif /* !DEFAULT_INFOPATH */ #if !defined (S_ISREG) && defined (S_IFREG) |