mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-17 15:36:50 +00:00
commit
32927e7f0f
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal 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
|
||||
|
||||
@ -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
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user