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

Changes and cleanup regarding XNET vs old-style IPC.

This commit is contained in:
dimitr 2005-01-16 10:21:54 +00:00
parent 54df9982e1
commit 5dd85db2ea

View File

@ -216,8 +216,8 @@
/* Wnet pipe name */
#define FB_PIPE_NAME "interbas"
/* IPC map name */
#define FB_IPC_NAME "FirebirdIPI"
/* Xnet objects name */
#define FB_IPC_NAME "FIREBIRD"
/* Maximum allowed pathname length */
#define MAXPATHLEN 260 // should correspond to MAX_PATH define in windef.h