00001
00002
00003
00004
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
00015 #define PATH "/srv:/app"
00016 #define PATH_DELIM ":"
00017
00018
00019 #define SMALL_BUFLEN 256
00020 #define LARGE_BUFLEN 1024
00021
00022
00023
00024 #define WORD_MAX 255
00025 #define INPUT_MAX 1024
00026
00027
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