Skip to content

Commit

Permalink
Move the #defines within the #include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
Paride Legovini committed May 11, 2017
1 parent 5788a55 commit 3d48145
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions util.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ static void *memrchr(const void *m, int c, size_t n)
}
#endif

#endif /* UTIL_H */


/* Needed for building on Hurd */
/* Needed for building on GNU Hurd */

#ifndef PIPE_BUF
#define PIPE_BUF 4096
#endif

#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
#endif

#endif /* UTIL_H */

0 comments on commit 3d48145

Please sign in to comment.