mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
sco compile fix: MAXPATHLEN
This commit is contained in:
parent
9a6b76aa90
commit
a4099c22f0
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
|
||||
#include <File.hpp>
|
||||
|
||||
// alt use PATH_MAX
|
||||
#ifndef MAXPATHLEN
|
||||
#define MAXPATHLEN 1024
|
||||
#endif
|
||||
|
||||
//
|
||||
// PUBLIC
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue