mirror of https://github.com/Icinga/icinga2.git
Build fix for GNU Hurd
This commit is contained in:
parent
e00e56ecfe
commit
4da18d6de1
|
@ -48,6 +48,10 @@ typedef int SOCKET;
|
|||
#define closesocket close
|
||||
#define ioctlsocket ioctl
|
||||
|
||||
#ifndef PATH_MAX
|
||||
# define PATH_MAX 1024
|
||||
#endif /* PATH_MAX */
|
||||
|
||||
#ifndef MAXPATHLEN
|
||||
# define MAXPATHLEN PATH_MAX
|
||||
#endif /* MAXPATHLEN */
|
||||
|
|
Loading…
Reference in New Issue