diff options
Diffstat (limited to 'binutils/sysdep.h')
-rw-r--r-- | binutils/sysdep.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/binutils/sysdep.h b/binutils/sysdep.h index 747ff4c..16601e5 100644 --- a/binutils/sysdep.h +++ b/binutils/sysdep.h @@ -124,23 +124,8 @@ extern char **environ; /* Used by ar.c and objcopy.c. */ #define BUFSIZE 8192 -/* For PATH_MAX. */ #include <limits.h> -#ifndef PATH_MAX -/* For MAXPATHLEN. */ -# ifdef HAVE_SYS_PARAM_H -# include <sys/param.h> -# endif -# ifndef PATH_MAX -# ifdef MAXPATHLEN -# define PATH_MAX MAXPATHLEN -# else -# define PATH_MAX 1024 -# endif -# endif -#endif - #if SIZEOF_LONG_LONG > SIZEOF_LONG /* We can't use any bfd types here since readelf may define BFD64 and objdump may not. */ |