Carified in libburner.c that apps must use 64 bit off_t.

This commit is contained in:
Thomas Schmitt 2010-01-14 14:01:13 +00:00
parent cdfc357064
commit 16ffa10831
1 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,16 @@
burn_finish()
*/
/*
Applications must use 64 bit off_t. E.g. by defining
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
or take special precautions to interface with the library by 64 bit integers
where this .h files prescribe off_t.
This program gets fed with appropriate settings externally by libburn's
autotools generated build system.
*/
/** See this for the decisive API specs . libburn.h is The Original */
/* For using the installed header file : #include <libburn/libburn.h> */