Adds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat (#5529)
authormjvk <29380294+mjvk@users.noreply.github.com>
Thu, 26 Sep 2019 16:40:14 +0000 (18:40 +0200)
committerWouter van Oortmerssen <aardappel@gmail.com>
Thu, 26 Sep 2019 16:40:14 +0000 (09:40 -0700)
commit625338d095cdbcd89fc98a07cd41db661826eeb3
treea13582f880684f601a0523dde2eb68ab3363075f
parent3f8ce99c505df692058a80631af42a45a9bd9e1c
Adds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat (#5529)

* Adds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat

These are the only two required extension for compilation of
flatbuffers using -std=c++11 instead of gnu++11.

* Sets _XOPEN_SOURCE to 600 and enable POSIX2001 for fseeko
src/util.cpp