diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-07 11:01:23 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-07 11:01:23 +0100 |
commit | b7e51332a9cbd403703e7da99fe74230447163d9 (patch) | |
tree | 7b304a89dce6e88e359cb6758c705ad5f79d7ae2 /libmariadb | |
parent | 3e831c601ef02a5770d32593fc9f057b8e3e3dbe (diff) |
Remove some more defines not needed in current build configuration
Change-Id: Ia05bc5b8d1f9396ed8c1d27d54976308e6df36f4
Diffstat (limited to 'libmariadb')
-rw-r--r-- | libmariadb/my_config.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libmariadb/my_config.h b/libmariadb/my_config.h index 83ff9cff77d0..26265455eec8 100644 --- a/libmariadb/my_config.h +++ b/libmariadb/my_config.h @@ -107,22 +107,6 @@ #define HAVE_PERROR 1 #define HAVE_POLL 1 #define HAVE_PREAD 1 -/* #undef HAVE_PTHREAD_ATTR_CREATE */ -/* #undef HAVE_PTHREAD_ATTR_GETSTACKSIZE */ -/* #undef HAVE_PTHREAD_ATTR_SETPRIO */ -#define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1 -#define HAVE_PTHREAD_ATTR_SETSCOPE 1 -/* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */ -/* #undef HAVE_PTHREAD_CONDATTR_CREATE */ -/* #undef HAVE_PTHREAD_INIT */ -/* #undef HAVE_PTHREAD_KEY_DELETE */ -/* #undef HAVE_PTHREAD_KILL */ -/* #undef HAVE_PTHREAD_RWLOCK_RDLOCK */ -/* #undef HAVE_PTHREAD_SETPRIO_NP */ -#define HAVE_PTHREAD_SETSCHEDPARAM 1 -/* #undef HAVE_PTHREAD_SIGMASK */ -/* #undef HAVE_PTHREAD_THREADMASK */ -/* #undef HAVE_PTHREAD_YIELD_NP */ #define HAVE_READDIR_R 1 #define HAVE_READLINK 1 #define HAVE_REALPATH 1 @@ -177,10 +161,3 @@ #define RETSIGTYPE void #define RETQSORTTYPE void - -/* - * various other defines - */ -/* #undef HAVE_THREADS */ -#define SHAREDIR "share" -#define DEFAULT_CHARSET_HOME "/usr/local" |