Merge pull request #1 from astrorigin/master

Minor fixes
This commit is contained in:
MadCamel 2014-03-09 09:59:59 -04:00
commit 32927e7f0f
2 changed files with 24 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# emech .gitignore
energymech
src/Makefile
src/config.h
src/*.o
src/energymech
src/gencmd
src/mcmd.h
src/usercombo.h
*~
*.bak
*.passwd
mech.conf
mech.pid
root.zone*
trick.conf

View File

@ -543,6 +543,10 @@ extern char __mx_opts[];
#define INT_MAX ((int)(((unsigned int)-3) >> 1))
#endif
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
#define TIME_MAX 2147483647
/*