Move PATH_MAX to zm_config where all the other defines are
This commit is contained in:
parent
70d9fda758
commit
9241c26f2f
3
src/zm.h
3
src/zm.h
|
@ -17,9 +17,6 @@
|
||||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
//
|
//
|
||||||
|
|
||||||
#if !defined(PATH_MAX)
|
|
||||||
#define PATH_MAX 1024
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef ZM_H
|
#ifndef ZM_H
|
||||||
#define ZM_H
|
#define ZM_H
|
||||||
|
|
Loading…
Reference in New Issue