| /* ========================================================================== */ | |
| /* === Include/cholmod_io64 ================================================= */ | |
| /* ========================================================================== */ | |
| /* ----------------------------------------------------------------------------- | |
| * CHOLMOD/Include/cholmod_io64.h. | |
| * Copyright (C) 2005-2006, Univ. of Florida. Author: Timothy A. Davis | |
| * -------------------------------------------------------------------------- */ | |
| /* Definitions required for large file I/O, which must come before any other | |
| * #includes. These are not used if -DNLARGEFILE is defined at compile time. | |
| * Large file support may not be portable across all platforms and compilers; | |
| * if you encounter an error here, compile your code with -DNLARGEFILE. In | |
| * particular, you must use -DNLARGEFILE for MATLAB 6.5 or earlier (which does | |
| * not have the io64.h include file). | |
| */ | |
| /* skip all of this if NLARGEFILE is defined at the compiler command line */ | |
| /* CHOLMOD is being compiled as a MATLAB mexFunction, or for use in MATLAB */ | |
| /* CHOLMOD is being compiled in a stand-alone library */ | |