Index: uspace/app/bdsh/config.h
===================================================================
--- uspace/app/bdsh/config.h	(revision 40cb3996d5b2da4eb8b139c8c53f48bc9f0e3362)
+++ uspace/app/bdsh/config.h	(revision 8722b38cf01cff4f013f463827c3ef3dabe74eeb)
@@ -5,7 +5,12 @@
 
 /* Specific port work-arounds : */
+#ifndef PATH_MAX
 #define PATH_MAX 255
+#endif
+
+#ifndef EXIT_SUCCESS
 #define EXIT_SUCCESS 0
-#define EXIT_FAILURE 0
+#define EXIT_FAILURE 1
+#endif
 
 /* Work around for getenv() */
@@ -27,5 +32,5 @@
 #define PACKAGE_NAME "bdsh"
 #define PACKAGE_STRING "The brain dead shell"
-#define PACKAGE_TARNAME "scli"
+#define PACKAGE_TARNAME "bdsh"
 #define PACKAGE_VERSION "0.0.1"
 
