Browse Source

Add sphinxapi client testing - fixup

It is revealed that sphinxclient_config.h being configured by the fact
never used
klirichek 6 years ago
parent
commit
99d1a768ea
1 changed files with 3 additions and 3 deletions
  1. 3 3
      api/libsphinxclient/sphinxclient.c

+ 3 - 3
api/libsphinxclient/sphinxclient.c

@@ -31,9 +31,9 @@
 #include <stdio.h>
 #include <string.h>
 
-#ifndef _WIN32
-#include "sphinxclient_config.h"
-#endif
+//#ifndef _WIN32
+//#include "sphinxclient_config.h"
+//#endif
 
 #include "sphinxclient.h"