Changeset 5df856 in git for resource/feResource.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/feResource.cc
r17d2dd r5df856 11 11 #include <string.h> 12 12 13 #include "config.h" 14 13 15 #include <auxiliary.h> 14 16 15 #include "config.h"16 17 #include "feResource.h" 17 18 18 /* define MAXPATHLEN */19 #ifdef HAVE_SYS_PARAM_H20 #include <sys/param.h>21 #endif22 #ifndef MAXPATHLEN23 #define MAXPATHLEN 102424 #endif25 26 #define DIR_SEP '/'27 #define DIR_SEPP "/"28 19 29 20 … … 135 126 char* feArgv0=NULL; 136 127 #define MAXRESOURCELEN 5*MAXPATHLEN 137 138 char fePathSep =139 #if defined(ix86_Win)140 ';'141 #else142 ':'143 #endif144 ;145 128 146 129 static feResourceConfig feGetResourceConfig(const char id);
Note: See TracChangeset
for help on using the changeset viewer.