aboutsummaryrefslogtreecommitdiff
path: root/src/include/plibc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/plibc.h')
-rw-r--r--src/include/plibc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/plibc.h b/src/include/plibc.h
index 1053b75..c348d5d 100644
--- a/src/include/plibc.h
+++ b/src/include/plibc.h
@@ -22,7 +22,7 @@
22 * @brief PlibC header 22 * @brief PlibC header
23 * @attention This file is usually not installed under Unix, 23 * @attention This file is usually not installed under Unix,
24 * so ship it with your application 24 * so ship it with your application
25 * @version $Revision: 60 $ 25 * @version $Revision: 65 $
26 */ 26 */
27 27
28#ifndef _PLIBC_H_ 28#ifndef _PLIBC_H_
@@ -471,7 +471,7 @@ char *strcasestr(const char *haystack_start, const char *needle_start);
471 #define DIR_SEPARATOR '/' 471 #define DIR_SEPARATOR '/'
472 #define DIR_SEPARATOR_STR "/" 472 #define DIR_SEPARATOR_STR "/"
473 #define PATH_SEPARATOR ';' 473 #define PATH_SEPARATOR ';'
474 #define PATH_SEPARATOR_STR ";" 474 #define PATH_SEPARATOR_STR ":"
475 #define NEWLINE "\n" 475 #define NEWLINE "\n"
476 476
477#ifdef ENABLE_NLS 477#ifdef ENABLE_NLS
@@ -565,7 +565,7 @@ char *strcasestr(const char *haystack_start, const char *needle_start);
565 #define DIR_SEPARATOR '\\' 565 #define DIR_SEPARATOR '\\'
566 #define DIR_SEPARATOR_STR "\\" 566 #define DIR_SEPARATOR_STR "\\"
567 #define PATH_SEPARATOR ':' 567 #define PATH_SEPARATOR ':'
568 #define PATH_SEPARATOR_STR ":" 568 #define PATH_SEPARATOR_STR ";"
569 #define NEWLINE "\r\n" 569 #define NEWLINE "\r\n"
570 570
571#ifdef ENABLE_NLS 571#ifdef ENABLE_NLS