As reported by Michael Speck:

Removed last occurrences of USE_THREADS.

svn path=/trunk/; revision=39775
This commit is contained in:
Stig Bjørlykke 2011-11-09 20:45:06 +00:00
parent 30cee99009
commit 612dcc3c6b
2 changed files with 1 additions and 10 deletions

View File

@ -436,10 +436,6 @@ if(ENABLE_PCAP_NG_DEFAULT)
set(PCAP_NG_DEFAULT 1)
endif()
if(ENABLE_THREADS)
set(USE_THREADS 1)
endif()
#Platform specific
if(UNIX)
set(WS_VAR_IMPORT "extern")

View File

@ -3748,12 +3748,7 @@ main(int argc, char *argv[])
#define OPTSTRING_d ""
#endif
#ifdef USE_THREADS
#define OPTSTRING_t "t"
#else
#define OPTSTRING_t ""
#endif
#define OPTSTRING "a:" OPTSTRING_A "b:" OPTSTRING_B "c:" OPTSTRING_d "Df:ghi:" OPTSTRING_I "L" OPTSTRING_m "MnpPq" OPTSTRING_r "Ss:" OPTSTRING_t OPTSTRING_u "vw:y:Z:"
#define OPTSTRING "a:" OPTSTRING_A "b:" OPTSTRING_B "c:" OPTSTRING_d "Df:ghi:" OPTSTRING_I "L" OPTSTRING_m "MnpPq" OPTSTRING_r "Ss:t" OPTSTRING_u "vw:y:Z:"
#ifdef DEBUG_CHILD_DUMPCAP
if ((debug_log = ws_fopen("dumpcap_debug_log.tmp","w")) == NULL) {