FileHeader.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2004 CSIRO ICT Centre
00003  *
00004  * $Id: FileHeader.h 587 2004-12-03 15:06:33Z nch $
00005  */
00006 
00007 #ifndef FILEHEADER_DEFINED
00008 #define FILEHEADER_DEFINED
00009 
00010 /*
00011  * Was having trouble getting the large file support to work.
00012  * Isolate the include and defines to a single include file
00013  * and use this. Should make it easier to get working on
00014  * other platforms if needed.
00015  */
00016 
00017 #define _GNU_SOURCE 1   /* Enable large-files-on-32-bit-systems */
00018 
00019 #include <stdlib.h>
00020 #include <unistd.h>
00021 #include <fcntl.h>
00022 #include <stdio.h>
00023 
00024 #endif // ifndef FILEHEADER_DEFINED
Generated on Mon Oct 4 10:39:55 2010 for Matching.kdevelop by  doxygen 1.6.3