undef __USE_FILE_OFFSET64 - let features.h do it

SVN revision: 30205
This commit is contained in:
Carsten Haitzler 2007-06-03 03:51:33 +00:00
parent 4ae3057007
commit fdbf463deb
2 changed files with 2 additions and 3 deletions

1
TODO
View File

@ -37,6 +37,7 @@ Some of the things (in very short form) that need to be done to E17...
ESSENTIAL FEATURES
-------------------------------------------------------------------------------
* fm2 mv between fs's (removable to hd for example) doesn't work.
* fm2 fwin windows need to use icon for that dir on window border
* fm2 needs to use different theme elements for desktop
* fm2 theme needs to not suck

View File

@ -15,10 +15,8 @@
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#endif
#ifndef __USE_FILE_OFFSET64 /* for large file support */
#define __USE_FILE_OFFSET64
#endif
#include <features.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>