X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpathmax.h;h=74f5792a9d725b46607719711dfe817b0393ff69;hb=3b9c7bc21c762948ae4f0d273b0797f97276ed70;hp=cfa14dd5972459d1ee4779698217119e8c177d3e;hpb=d282959bf42afbdb856ec29cd1f0bc2883000f71;p=gnulib.git diff --git a/lib/pathmax.h b/lib/pathmax.h index cfa14dd59..74f5792a9 100644 --- a/lib/pathmax.h +++ b/lib/pathmax.h @@ -12,8 +12,8 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _PATHMAX_H #define _PATHMAX_H @@ -38,7 +38,7 @@ #endif /* Don't include sys/param.h if it already has been. */ -#if !defined(PATH_MAX) && !defined(MAXPATHLEN) && !defined(__MSDOS__) +#if defined(HAVE_SYS_PARAM_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN) #include #endif