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:
ahodgkinson
2006-08-03 19:21:37 +00:00
parent a575399f58
commit 828f7f8e65
12 changed files with 538 additions and 260 deletions

View File

@@ -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