Ticket #24061: patch-largefile64.diff

File patch-largefile64.diff, 406 bytes (added by gellule.xg@…, 14 years ago)

Removes a _LARGEFILE64_SOURCE define in base/stdpre.h

  • base/stdpre.h

    old new  
    1717#ifndef stdpre_INCLUDED
    1818#  define stdpre_INCLUDED
    1919
    20 /* Ghostscript uses transitional LFS functions. */
    21 #define _LARGEFILE64_SOURCE 1
    22 
    2320/*
    2421 * Here we deal with the vagaries of various C compilers.  We assume that:
    2522 *      ANSI-standard Unix compilers define __STDC__.