Skip to content

Commit

Permalink
dln_find.c: MAXPATHLEN is not used already
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jun 2, 2016
1 parent c3262bc commit 96731d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dln_find.c
Expand Up @@ -48,13 +48,6 @@ char *dln_argv0;
# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
#endif

#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif
#ifndef MAXPATHLEN
# define MAXPATHLEN 1024
#endif

#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
Expand Down

0 comments on commit 96731d0

Please sign in to comment.