[__USE_FILE_OFFSET && !__REDIRECT]: Define __USE_LARGEFILE64 and __USE_LARGEFILE...
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Oct 2000 21:52:27 +0000 (21:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Oct 2000 21:52:27 +0000 (21:52 +0000)
include/features.h

index 70d9c09..6f7da36 100644 (file)
 /* If we don't have __REDIRECT, prototypes will be missing if
    __USE_FILE_OFFSET64 but not __USE_LARGEFILE[64]. */
 # if defined __USE_FILE_OFFSET64 && !defined __REDIRECT
-#  define __USE_LARGEFILE
-#  define __USE_LARGEFILE64
+#  define __USE_LARGEFILE      1
+#  define __USE_LARGEFILE64    1
 # endif
 
 #endif /* !ASSEMBLER */