Changeset 5df856 in git for resource/feFopen.cc
- Timestamp:
- Aug 26, 2010, 1:21:16 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 0d5a99d428d867cee2cabcb31fd154c965b46a8f
- Parents:
- 17d2dd978485eec9aa33080578dbbcd68568f8b9
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-08-26 13:21:16+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:26+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resource/feFopen.cc
r17d2dd r5df856 6 6 #include <unistd.h> 7 7 8 #include "config.h" 9 8 10 #include <auxiliary.h> 9 11 10 12 #include <omalloc.h> 11 13 #include <reporter.h> 14 12 15 #include "feFopen.h" 13 16 #include "feResource.h" 14 17 15 /* define MAXPATHLEN */16 #ifdef HAVE_SYS_PARAM_H17 #include <sys/param.h>18 #endif19 #ifndef MAXPATHLEN20 #define MAXPATHLEN 102421 #endif22 23 24 #define DIR_SEP '/'25 #define DIR_SEPP "/"26 27 char fePathSep =28 /* not reallay cygwin, applies to all windows systems:*/29 #if defined(CYGWIN)30 ';'31 #else32 ':'33 #endif34 ;35 18 36 19
Note: See TracChangeset
for help on using the changeset viewer.