Changeset 5df856 in git for resource/feFopen.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/feFopen.cc

    r17d2dd r5df856  
    66#include <unistd.h>
    77
     8#include "config.h"
     9
    810#include <auxiliary.h>
    911
    1012#include <omalloc.h>
    1113#include <reporter.h>
     14
    1215#include "feFopen.h"
    1316#include "feResource.h"
    1417
    15 /* define MAXPATHLEN */
    16 #ifdef HAVE_SYS_PARAM_H
    17 #include <sys/param.h>
    18 #endif
    19 #ifndef MAXPATHLEN
    20 #define MAXPATHLEN 1024
    21 #endif
    22 
    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 #else
    32 ':'
    33 #endif
    34 ;
    3518
    3619
Note: See TracChangeset for help on using the changeset viewer.