Changeset 1455
- Timestamp:
- Aug 29, 2008, 10:01:38 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1444 r1455 172 172 AC_HEADER_STDC 173 173 AC_CHECK_FUNCS([pow sqrt]) 174 175 #support for large files 176 AC_SYS_LARGEFILE 174 177 175 178 CXXFLAGS="$CXXFLAGS -Wall -pedantic" -
trunk/yat/utility/FileUtil.cc
r1446 r1455 24 24 02111-1307, USA. 25 25 */ 26 27 #ifdef HAVE_CONFIG_H 28 #include "config.h" 29 #endif 26 30 27 31 #include "FileUtil.h"
Note: See TracChangeset
for help on using the changeset viewer.