[__USE_FILE_OFFSET64]: Remove #error directive.
authorJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 10:08:57 +0000 (10:08 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 10:08:57 +0000 (10:08 +0000)
lib/fts_.h

index 72d5400..5f4d55b 100644 (file)
 #include <features.h>
 #include <sys/types.h>
 
-/* The fts interface is incompatible with the LFS interface which
-   transparently uses the 64-bit file access functions.  */
-#ifdef __USE_FILE_OFFSET64
-# error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
-#endif
-
 
 typedef struct {
        struct _ftsent *fts_cur;        /* current node */