Also make sure to define DIR_SEPARATOR if it wasn't previously defined.
From-SVN: r30186
This commit is contained in:
parent
3306eb80e9
commit
608b12276c
@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#include "intl.h"
|
||||
|
||||
#ifndef DIR_SEPARATOR
|
||||
# define DIR_SEPARATOR '/'
|
||||
# define IS_DIR_SEPARATOR(ch) ((ch) == '/')
|
||||
#else /* DIR_SEPARATOR */
|
||||
# ifndef DIR_SEPARATOR_2
|
||||
|
Loading…
Reference in New Issue
Block a user