Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:i586
home:lafenghu
unixODBC
unixODBC-2.2.12-sqp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unixODBC-2.2.12-sqp.patch of Package unixODBC
--- sqp/sqpStoreDataType.c +++ sqp/sqpStoreDataType.c @@ -6,9 +6,20 @@ * ****************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "sqp.h" #include <sqlext.h> +#ifndef WIN32 +#ifndef HAVE_STRICMP +#define stricmp(s1,s2) strcasecmp(s1,s2) +#define strnicmp(s1,s2,n) strncasecmp(s1,s2,n) +#endif +#endif + void sqpStoreDataType( char *pszType, int nPrecision, int nScale ) { HSQPDATATYPE hDataType; --- sqp/Makefile.am +++ sqp/Makefile.am @@ -46,6 +46,8 @@ endif +AM_YFLAGS = -d + EXTRA_DIST = \ yac.h
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor