Skip to content

Commit

Permalink
Define unix path max for openbsd
Browse files Browse the repository at this point in the history
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
  • Loading branch information
asalkeld committed Aug 31, 2012
1 parent 939c1fa commit f6f50a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Expand Up @@ -298,6 +298,10 @@ case "$host_os" in
AC_DEFINE_UNQUOTED([UNIX_PATH_MAX], [103],
[Unix path length])
;;
*openbsd*)
AC_DEFINE_UNQUOTED([UNIX_PATH_MAX], [104],
[Unix path length])
;;
esac
AC_MSG_RESULT([BSD])
;;
Expand Down

0 comments on commit f6f50a9

Please sign in to comment.