]> granicus.if.org Git - file/commitdiff
get rid of the largefile support stuff. It only causes pain.
authorChristos Zoulas <christos@zoulas.com>
Fri, 12 Sep 2003 19:07:25 +0000 (19:07 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 12 Sep 2003 19:07:25 +0000 (19:07 +0000)
src/file.h

index f27b05d290cf6c962f63669f7b336805c0b2a745..f82241f839ab3be2d13a9bba5f7d453429346903 100644 (file)
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$Id: file.h,v 1.55 2003/05/23 21:31:58 christos Exp $
+ * @(#)$Id: file.h,v 1.56 2003/09/12 19:07:25 christos Exp $
  */
 
 #ifndef __file_h__
 #define __file_h__
 
-#ifndef __linux__
-#define _LARGEFILE_SOURCE
-#define _LARGEFILE64_SOURCE 
-#define _FILE_OFFSET_BITS 64
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif