config.h

00001 /* Various things that are used in many places including a few
00002  * tidbits left over from autoconf prior to the HelenOS port */
00003 
00004 /* Specific port work-arounds : */
00005 #ifndef PATH_MAX
00006 #define PATH_MAX 255
00007 #endif
00008 
00009 #ifndef EXIT_SUCCESS
00010 #define EXIT_SUCCESS 0
00011 #define EXIT_FAILURE 1
00012 #endif
00013 
00014 /* Work around for getenv() */
00015 #define PATH "/srv:/app"
00016 #define PATH_DELIM ":"
00017 
00018 /* Used in many places */
00019 #define SMALL_BUFLEN 256
00020 #define LARGE_BUFLEN 1024
00021 
00022 /* How many words (arguments) are permitted, how big can a whole
00023  * sentence be? Similar to ARG_MAX */
00024 #define WORD_MAX 255
00025 #define INPUT_MAX 1024
00026 
00027 /* Leftovers from Autoconf */
00028 #define PACKAGE_MAINTAINER "Tim Post"
00029 #define PACKAGE_BUGREPORT "echo@echoreply.us"
00030 #define PACKAGE_NAME "bdsh"
00031 #define PACKAGE_STRING "The brain dead shell"
00032 #define PACKAGE_TARNAME "bdsh"
00033 #define PACKAGE_VERSION "0.0.1"
00034 
00035 
00036 

Generated on Thu Jun 2 07:45:41 2011 for HelenOS/USB by  doxygen 1.4.7