mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
Fixed MAXPATHLEN cleanup for win32.
This commit is contained in:
parent
6615b064f8
commit
911f840488
@ -130,6 +130,9 @@
|
||||
/* Support databases on Raw Devices (UNIX only) */
|
||||
#undef SUPPORT_RAW_DEVICES
|
||||
|
||||
/* Maximum allowed pathname length */
|
||||
#define MAXPATHLEN 260 // should correspond to MAX_PATH define in windef.h
|
||||
|
||||
/* CPU types */
|
||||
#undef PowerPC
|
||||
#undef sparc
|
||||
|
@ -26,7 +26,9 @@
|
||||
#include "../intl/ldcommon.h"
|
||||
#include "../intl/ld_proto.h"
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h> /* for MAXPATHLEN */
|
||||
#endif
|
||||
|
||||
/* Commented out to make Linux version work because it is inaccessiable on all
|
||||
known platforms. Nickolay Samofatov, 10 Sept 2002
|
||||
|
Loading…
Reference in New Issue
Block a user