X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpathmax.h;h=74f5792a9d725b46607719711dfe817b0393ff69;hb=c52618d1e7305ada7afba73b6b0452bb8d6983cb;hp=b3e4656071f6d9fcf96a5cc54b1f2ffe69eb3033;hpb=d73b7731aff3f3005a9b6fc9eca7e0a1f928d924;p=gnulib.git diff --git a/lib/pathmax.h b/lib/pathmax.h index b3e465607..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(HAVE_SYS_PATH_MAX_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN) +#if defined(HAVE_SYS_PARAM_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN) #include #endif