From 6b42f5a327ec1100245723267f380755794cd068 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Jun 2007 13:56:36 +0000 Subject: =?UTF-8?q?2007-06-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shttpd/compat_rtems.h: Add IS_DIRSEP_CHAR. --- cpukit/shttpd/compat_rtems.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/shttpd') diff --git a/cpukit/shttpd/compat_rtems.h b/cpukit/shttpd/compat_rtems.h index 8a60c9668c..820e863de5 100644 --- a/cpukit/shttpd/compat_rtems.h +++ b/cpukit/shttpd/compat_rtems.h @@ -20,6 +20,7 @@ #define NO_CGI #define DIRSEP '/' +#define IS_DIRSEP_CHAR(c) ((c) == '/') #define O_BINARY 0 #define ERRNO errno -- cgit v1.2.3