FTK Changes. Added support for HP-UX built with the native compiler (aCC). Added extendFile() method to the file handle class -- this method will increase the size of a file in the most optimal way possible on the host platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@732 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -280,7 +280,9 @@ typedef struct FTX_INFO
|
||||
#elif defined( FLM_UNIX)
|
||||
|
||||
#if defined( FLM_HPUX) || defined( FLM_OSF)
|
||||
#define _XOPEN_CURSES
|
||||
#ifndef _XOPEN_CURSES
|
||||
#define _XOPEN_CURSES
|
||||
#endif
|
||||
#define _XOPEN_SOURCE_EXTENDED 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user