Move PATH_MAX to zm_config where all the other defines are

This commit is contained in:
Isaac Connor 2018-11-23 12:43:51 -05:00
parent 70d9fda758
commit 9241c26f2f
1 changed files with 0 additions and 3 deletions

View File

@ -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