// Uncomment this to get this to compile correctly.
#include "my_global.h"
#include "mysql.h"
#include <stdio.h>

main()
{
printf("%lu\n", CLIENT_MULTI_STATEMENTS);
}
