My Project
|
00001 /* Copyright (c) 2000, 2006 MySQL AB 00002 Use is subject to license terms. 00003 00004 This program is free software; you can redistribute it and/or modify 00005 it under the terms of the GNU General Public License as published by 00006 the Free Software Foundation; version 2 of the License. 00007 00008 This program is distributed in the hope that it will be useful, 00009 but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 GNU General Public License for more details. 00012 00013 You should have received a copy of the GNU General Public License 00014 along with this program; if not, write to the Free Software Foundation, 00015 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */ 00016 00017 #ifndef __MYSQL_CUSTOM_BUILD_CONFIG__ 00018 #define __MYSQL_CUSTOM_BUILD_CONFIG__ 00019 00020 #define MYSQL_PORT 5002 00021 #ifdef __WIN__ 00022 #define MYSQL_NAMEDPIPE "SwSqlServer" 00023 #define MYSQL_SERVICENAME "SwSqlServer" 00024 #define KEY_SERVICE_PARAMETERS 00025 "SYSTEM\\CurrentControlSet\\Services\\SwSqlServer\\Parameters" 00026 #endif 00027 00028 #endif /* __MYSQL_CUSTOM_BUILD_CONFIG__ */