• Davide Viti's avatar
    Avoid unconditional definition of _LARGEFILE_SOURCE · 5ed67084
    Davide Viti authored
    On some build systems (i.e. Buildroot), _LARGEFILE_SOURCE is defined
    at "higher level" as default CFLAG definition.
    This fix avoids the following compilation warning:
    
    mongoose-5.4/mongoose.c:52:0: warning: "_LARGEFILE_SOURCE" redefined [enabled by default]
     #define _LARGEFILE_SOURCE       // Enable fseeko() and ftello() functions
     ^
    <command-line>:0:0: note: this is the location of the previous definition
    5ed67084
Name
Last commit
Last update
docs Loading commit data...
examples Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
mongoose.c Loading commit data...
mongoose.h Loading commit data...