mirror of
https://github.com/Icinga/icinga2.git
synced 2025-06-01 12:20:20 +02:00
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…
x
Reference in New Issue
Block a user