1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Added GSSAPI authentication plugin

This commit is contained in:
Georg Richter
2016-01-22 20:00:40 +01:00
parent 8b3099b319
commit f0215ab091
22 changed files with 883 additions and 4 deletions

View File

@@ -29,6 +29,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <memory.h>
#include <errmsg.h>
#ifndef WIN32
#include <pthread.h>
#endif
#ifndef OK
# define OK 0
#endif