Whiteboard
An interface and tools for visualizing large and complex datasets
Main Page
Namespaces
Classes
Files
File List
File Members
whiteboard-class-svn
system
BigFileDefines.h
Go to the documentation of this file.
1
#ifndef BIG_FILE_DEFINES_H
2
#define BIG_FILE_DEFINES_H
3
4
#ifdef __linux
5
#ifndef _LARGEFILE64_SOURCE
6
#define _LARGEFILE64_SOURCE
7
#endif
8
#define _FILE_OFFSET_BITS 64
9
#define STAT_NAME stat64
10
#else
11
#define STAT_NAME stat
12
#endif
13
14
#endif //BIG_FILE_DEFINES_H
Generated on Tue Jan 13 2015 00:42:56 for Whiteboard by
1.8.8