Skip to content

Commit

Permalink
openbsd has a different UNIX_PATH_MAX
Browse files Browse the repository at this point in the history
103 other bsd's are 108

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
  • Loading branch information
asalkeld committed Aug 29, 2012
1 parent a55554e commit 924ad01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Expand Up @@ -297,6 +297,10 @@ case "$host_os" in
# callback locks up.
ac_cv_link_attribute_section=no
;;
*netbsd*)
AC_DEFINE_UNQUOTED([UNIX_PATH_MAX], [103],
[Unix path length])
;;
esac
AC_MSG_RESULT([BSD])
;;
Expand Down

0 comments on commit 924ad01

Please sign in to comment.