My Project
mysqld_suffix.h
Go to the documentation of this file.
00001 #ifndef MYSQLD_SUFFIX_INCLUDED
00002 #define MYSQLD_SUFFIX_INCLUDED
00003 
00004 /* Copyright (c) 2000, 2004, 2006, 2007 MySQL AB, 2009 Sun Microsystems, Inc.
00005    Use is subject to license terms.
00006 
00007    This program is free software; you can redistribute it and/or modify
00008    it under the terms of the GNU General Public License as published by
00009    the Free Software Foundation; version 2 of the License.
00010 
00011    This program is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014    GNU General Public License for more details.
00015 
00016    You should have received a copy of the GNU General Public License
00017    along with this program; if not, write to the Free Software Foundation,
00018    51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
00019 
00029 #ifdef MYSQL_SERVER_SUFFIX
00030 #define MYSQL_SERVER_SUFFIX_STR STRINGIFY_ARG(MYSQL_SERVER_SUFFIX)
00031 #else
00032 #define MYSQL_SERVER_SUFFIX_STR MYSQL_SERVER_SUFFIX_DEF
00033 #endif
00034 #endif /* MYSQLD_SUFFIX_INCLUDED */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines