* lib: centralize MAX_PATH stuff

This commit is contained in:
djcb
2012-08-03 18:43:59 +03:00
parent 2fcdcafe59
commit cf2b81c009
5 changed files with 12 additions and 43 deletions

View File

@ -29,16 +29,6 @@
#include <wordexp.h> /* for shell-style globbing */
#include <stdlib.h>
/* hopefully, this should get us a sane PATH_MAX */
#include <limits.h>
/* not all systems provide PATH_MAX in limits.h */
#ifndef PATH_MAX
#include <sys/param.h>
#ifndef PATH_MAX
#define PATH_MAX MAXPATHLEN
#endif /*!PATH_MAX*/
#endif /*PATH_MAX*/
#include <string.h>
#include <locale.h> /* for setlocale() */