Changeset 5df856 in git for resource/feResource.cc


Ignore:
Timestamp:
Aug 26, 2010, 1:21:16 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
Message:
Removing duplicates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • resource/feResource.cc

    r17d2dd r5df856  
    1111#include <string.h>
    1212
     13#include "config.h"
     14
    1315#include <auxiliary.h>
    1416
    15 #include "config.h"
    1617#include "feResource.h"
    1718
    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 "/"
    2819
    2920
     
    135126char* feArgv0=NULL;
    136127#define MAXRESOURCELEN 5*MAXPATHLEN
    137 
    138 char fePathSep =
    139 #if defined(ix86_Win)
    140 ';'
    141 #else
    142 ':'
    143 #endif
    144 ;
    145128
    146129static feResourceConfig feGetResourceConfig(const char id);
Note: See TracChangeset for help on using the changeset viewer.