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

Corrected service name.

This commit is contained in:
dimitr 2002-11-06 13:39:52 +00:00
parent df727ee134
commit 527f5d41cd
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.66 2002-11-06 13:03:20 dimitr Exp $
dnl $Id: configure.in,v 1.67 2002-11-06 13:38:49 dimitr Exp $
dnl ############################# INITIALISATION ###############################
@ -121,7 +121,7 @@ AC_ARG_WITH(readline,
esac])
AC_SUBST(READLINE_FLG)
FB_SERVICE_NAME=gdb_db
FB_SERVICE_NAME=gds_db
FB_SERVICE_PORT=3050
AC_ARG_WITH(service-name,
[ --with-service-name specify inet service name (default=gds_db)],

View File

@ -131,7 +131,7 @@
#undef SUPPORT_RAW_DEVICES
/* Inet service name and port (UNIX only) */
#define FB_SERVICE_NAME "gdb_db"
#define FB_SERVICE_NAME "gds_db"
#define FB_SERVICE_PORT 3050
/* Maximum allowed pathname length */