Changeset ac554b in git
- Timestamp:
- Jun 24, 2010, 3:21:25 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- b738630c845f974e87e1b6130793bbbcf84855af
- Parents:
- 0a59ea4eba6667e9a97270ba5f646b4422b9352e
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-24 15:21:25+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:20+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resource/feResource.cc
r0a59ea rac554b 14 14 15 15 #include "config.h" 16 #include "feResource.h" 17 18 /* define MAXPATHLEN */ 19 #ifdef HAVE_SYS_PARAM_H 20 #include <sys/param.h> 21 #endif 22 #ifndef MAXPATHLEN 23 #define MAXPATHLEN 1024 24 #endif 25 26 #define DIR_SEP '/' 27 #define DIR_SEPP "/" 28 29 16 30 #ifdef AIX_4 17 31 #define HAVE_PUTENV 1
Note: See TracChangeset
for help on using the changeset viewer.