libUPnP  1.14.6
config_sample.h
1 /* upnp/sample/common/config_sample.h. Generated from config_sample.h.in by configure. */
2 /*
3  * On systems where the size of off_t depends on compile flags, libupnp needs
4  * the programs which use it to be built with the same options as itself.
5  * This is checked at compile time, but the actual variables (such as
6  * _FILE_OFFSET_BITS) are not exported by the library (to avoid surprises in
7  * applications).
8  * A "normal" application would need to explicitely configure large file
9  * support depending on how libupnp was built, using its own configure
10  * routines. For the samples, we equivalently let the main libupnp configure
11  * create this file.
12  */
13 
14 /* Number of bits in a file offset, on hosts where this is settable. */
15 /* #undef _FILE_OFFSET_BITS */
16 
17 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
18 /* #undef _LARGEFILE_SOURCE */
19 
20 /* Define for large files, on AIX-style hosts. */
21 /* #undef _LARGE_FILES */
22