Skip to content

Commit 96731d0

Browse files
committed
dln_find.c: MAXPATHLEN is not used already
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent c3262bc commit 96731d0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

dln_find.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ char *dln_argv0;
4848
# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
4949
#endif
5050

51-
#ifdef HAVE_SYS_PARAM_H
52-
# include <sys/param.h>
53-
#endif
54-
#ifndef MAXPATHLEN
55-
# define MAXPATHLEN 1024
56-
#endif
57-
5851
#ifdef HAVE_UNISTD_H
5952
# include <unistd.h>
6053
#endif

0 commit comments

Comments
 (0)