xbps.h: drop PATH_MAX completely and use our own definition.

This commit is contained in:
Juan RP
2013-12-29 16:56:43 +01:00
parent 8eb1d3889f
commit d3ffd0885b
2 changed files with 6 additions and 4 deletions

1
configure vendored
View File

@@ -206,6 +206,7 @@ fi
case "$OS" in
linux)
echo "CPPFLAGS += -D_XOPEN_SOURCE=700" >>$CONFIG_MK
echo "CPPFLAGS += -D_FILE_OFFSET_BITS=64" >> $CONFIG_MK
;;
*)