8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Fixed MAXPATHLEN cleanup for win32.

This commit is contained in:
dimitr 2002-11-06 12:33:29 +00:00
parent 6615b064f8
commit 911f840488
2 changed files with 5 additions and 0 deletions

View File

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

View File

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