conf_to_src.c | conf_to_src.c | |||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
There are special exceptions to the terms and conditions of the GPL as i t | There are special exceptions to the terms and conditions of the GPL as i t | |||
is applied to this software. | is applied to this software. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | |||
along with this program; if not, write to the Free Software | along with this program; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A */ | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA */ | |||
/* can't use -lmysys because this prog is used to create -lstrings */ | /* can't use -lmysys because this prog is used to create -lstrings */ | |||
#include <my_global.h> | #include <my_global.h> | |||
#include <ctype.h> | #include <ctype.h> | |||
#include <string.h> | #include <string.h> | |||
#include <unistd.h> | #include <unistd.h> | |||
#define CHARSETS_SUBDIR "sql/share/charsets" | #define CHARSETS_SUBDIR "sql/share/charsets" | |||
#define CTYPE_TABLE_SIZE 257 | #define CTYPE_TABLE_SIZE 257 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |