summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Configure.h.in
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.Brad King2006-08-251-1/+1
|
* ENH: Separate the notion of a request for LFS and its availability. Allow ↵Brad King2006-08-251-9/+35
| | | | user code to block definitions of LFS macros. Added framework to give error if sys/types.h is included before this header when LFS is requested (currently disabled).
* ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with ↵Brad King2006-08-251-1/+1
| | | | name KWSYS_LFS_WORKS.
* ENH: Support large file systems in kwsysAndy Cedilnik2006-08-221-0/+14
|
* ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of ↵Brad King2005-07-261-0/+8
| | | | building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
* COMP: Disable more warnings.Brad King2005-06-091-2/+29
|
* COMP: Disable useless warnings.Brad King2005-06-091-0/+8
|
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* BUG: Fixed dllimport.Brad King2003-12-141-1/+1
|
* ENH: Added DLL support.Brad King2003-06-301-0/+30