config.log 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by Mini-XML configure 2.10, which was
  4. generated by GNU Autoconf 2.69. Invocation command line was
  5. $ ./configure
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = sensors.lesprojekt.cz
  10. uname -m = x86_64
  11. uname -r = 2.6.32-bpo.5-amd64
  12. uname -s = Linux
  13. uname -v = #1 SMP Wed Jul 20 09:10:04 UTC 2011
  14. /usr/bin/uname -p = unknown
  15. /bin/uname -X = unknown
  16. /bin/arch = unknown
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = unknown
  20. /bin/machine = unknown
  21. /usr/bin/oslevel = unknown
  22. /bin/universe = unknown
  23. PATH: /usr/local/bin
  24. PATH: /usr/bin
  25. PATH: /bin
  26. PATH: /usr/games
  27. PATH: /home/mara/omnetpp-4.1/bin
  28. PATH: /home/mara/omnetpp-4.1/bin
  29. ## ----------- ##
  30. ## Core tests. ##
  31. ## ----------- ##
  32. configure:2295: checking for gcc
  33. configure:2311: found /usr/bin/gcc
  34. configure:2322: result: gcc
  35. configure:2551: checking for C compiler version
  36. configure:2560: gcc --version >&5
  37. gcc (Debian 4.3.4-6~bpo50+1) 4.3.4
  38. Copyright (C) 2008 Free Software Foundation, Inc.
  39. This is free software; see the source for copying conditions. There is NO
  40. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  41. configure:2571: $? = 0
  42. configure:2560: gcc -v >&5
  43. Using built-in specs.
  44. Target: x86_64-linux-gnu
  45. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6~bpo50+1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  46. Thread model: posix
  47. gcc version 4.3.4 (Debian 4.3.4-6~bpo50+1)
  48. configure:2571: $? = 0
  49. configure:2560: gcc -V >&5
  50. gcc: '-V' option must have argument
  51. configure:2571: $? = 1
  52. configure:2560: gcc -qversion >&5
  53. gcc: unrecognized option '-qversion'
  54. gcc: no input files
  55. configure:2571: $? = 1
  56. configure:2591: checking whether the C compiler works
  57. configure:2613: gcc conftest.c >&5
  58. configure:2617: $? = 0
  59. configure:2665: result: yes
  60. configure:2668: checking for C compiler default output file name
  61. configure:2670: result: a.out
  62. configure:2676: checking for suffix of executables
  63. configure:2683: gcc -o conftest conftest.c >&5
  64. configure:2687: $? = 0
  65. configure:2709: result:
  66. configure:2731: checking whether we are cross compiling
  67. configure:2739: gcc -o conftest conftest.c >&5
  68. configure:2743: $? = 0
  69. configure:2750: ./conftest
  70. configure:2754: $? = 0
  71. configure:2769: result: no
  72. configure:2774: checking for suffix of object files
  73. configure:2796: gcc -c conftest.c >&5
  74. configure:2800: $? = 0
  75. configure:2821: result: o
  76. configure:2825: checking whether we are using the GNU C compiler
  77. configure:2844: gcc -c conftest.c >&5
  78. configure:2844: $? = 0
  79. configure:2853: result: yes
  80. configure:2862: checking whether gcc accepts -g
  81. configure:2882: gcc -c -g conftest.c >&5
  82. configure:2882: $? = 0
  83. configure:2923: result: yes
  84. configure:2940: checking for gcc option to accept ISO C89
  85. configure:3003: gcc -c conftest.c >&5
  86. configure:3003: $? = 0
  87. configure:3016: result: none needed
  88. configure:3094: checking for g++
  89. configure:3110: found /usr/bin/g++
  90. configure:3121: result: g++
  91. configure:3148: checking for C++ compiler version
  92. configure:3157: g++ --version >&5
  93. g++ (Debian 4.3.4-6~bpo50+1) 4.3.4
  94. Copyright (C) 2008 Free Software Foundation, Inc.
  95. This is free software; see the source for copying conditions. There is NO
  96. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  97. configure:3168: $? = 0
  98. configure:3157: g++ -v >&5
  99. Using built-in specs.
  100. Target: x86_64-linux-gnu
  101. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6~bpo50+1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  102. Thread model: posix
  103. gcc version 4.3.4 (Debian 4.3.4-6~bpo50+1)
  104. configure:3168: $? = 0
  105. configure:3157: g++ -V >&5
  106. g++: '-V' option must have argument
  107. configure:3168: $? = 1
  108. configure:3157: g++ -qversion >&5
  109. g++: unrecognized option '-qversion'
  110. g++: no input files
  111. configure:3168: $? = 1
  112. configure:3172: checking whether we are using the GNU C++ compiler
  113. configure:3191: g++ -c conftest.cpp >&5
  114. configure:3191: $? = 0
  115. configure:3200: result: yes
  116. configure:3209: checking whether g++ accepts -g
  117. configure:3229: g++ -c -g conftest.cpp >&5
  118. configure:3229: $? = 0
  119. configure:3270: result: yes
  120. configure:3336: checking for a BSD-compatible install
  121. configure:3404: result: /usr/bin/install -c
  122. configure:3462: checking for ranlib
  123. configure:3478: found /usr/bin/ranlib
  124. configure:3489: result: ranlib
  125. configure:3513: checking for ar
  126. configure:3531: found /usr/bin/ar
  127. configure:3543: result: /usr/bin/ar
  128. configure:3553: checking for cp
  129. configure:3571: found /bin/cp
  130. configure:3583: result: /bin/cp
  131. configure:3593: checking for ln
  132. configure:3611: found /bin/ln
  133. configure:3623: result: /bin/ln
  134. configure:3633: checking for mkdir
  135. configure:3651: found /bin/mkdir
  136. configure:3663: result: /bin/mkdir
  137. configure:3673: checking for rm
  138. configure:3691: found /bin/rm
  139. configure:3703: result: /bin/rm
  140. configure:3724: checking for inline
  141. configure:3740: gcc -c conftest.c >&5
  142. configure:3740: $? = 0
  143. configure:3748: result: inline
  144. configure:3770: checking for strdup
  145. configure:3770: gcc -o conftest conftest.c >&5
  146. conftest.c:33: warning: conflicting types for built-in function 'strdup'
  147. configure:3770: $? = 0
  148. configure:3770: result: yes
  149. configure:3785: checking for snprintf
  150. configure:3785: gcc -o conftest conftest.c >&5
  151. conftest.c:34: warning: conflicting types for built-in function 'snprintf'
  152. configure:3785: $? = 0
  153. configure:3785: result: yes
  154. configure:3785: checking for vsnprintf
  155. configure:3785: gcc -o conftest conftest.c >&5
  156. conftest.c:35: warning: conflicting types for built-in function 'vsnprintf'
  157. configure:3785: $? = 0
  158. configure:3785: result: yes
  159. configure:3796: checking for long long int
  160. configure:3823: result: yes
  161. configure:3847: checking how to run the C preprocessor
  162. configure:3878: gcc -E conftest.c
  163. configure:3878: $? = 0
  164. configure:3892: gcc -E conftest.c
  165. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  166. configure:3892: $? = 1
  167. configure: failed program was:
  168. | /* confdefs.h */
  169. | #define PACKAGE_NAME "Mini-XML"
  170. | #define PACKAGE_TARNAME "mxml"
  171. | #define PACKAGE_VERSION "2.10"
  172. | #define PACKAGE_STRING "Mini-XML 2.10"
  173. | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
  174. | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
  175. | #define MXML_VERSION "Mini-XML v2.10"
  176. | #define HAVE_STRDUP 1
  177. | #define HAVE_SNPRINTF 1
  178. | #define HAVE_VSNPRINTF 1
  179. | #define HAVE_LONG_LONG 1
  180. | /* end confdefs.h. */
  181. | #include <ac_nonexistent.h>
  182. configure:3917: result: gcc -E
  183. configure:3937: gcc -E conftest.c
  184. configure:3937: $? = 0
  185. configure:3951: gcc -E conftest.c
  186. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  187. configure:3951: $? = 1
  188. configure: failed program was:
  189. | /* confdefs.h */
  190. | #define PACKAGE_NAME "Mini-XML"
  191. | #define PACKAGE_TARNAME "mxml"
  192. | #define PACKAGE_VERSION "2.10"
  193. | #define PACKAGE_STRING "Mini-XML 2.10"
  194. | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
  195. | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
  196. | #define MXML_VERSION "Mini-XML v2.10"
  197. | #define HAVE_STRDUP 1
  198. | #define HAVE_SNPRINTF 1
  199. | #define HAVE_VSNPRINTF 1
  200. | #define HAVE_LONG_LONG 1
  201. | /* end confdefs.h. */
  202. | #include <ac_nonexistent.h>
  203. configure:3980: checking for grep that handles long lines and -e
  204. configure:4038: result: /bin/grep
  205. configure:4043: checking for egrep
  206. configure:4105: result: /bin/grep -E
  207. configure:4110: checking for ANSI C header files
  208. configure:4130: gcc -c conftest.c >&5
  209. configure:4130: $? = 0
  210. configure:4203: gcc -o conftest conftest.c >&5
  211. configure:4203: $? = 0
  212. configure:4203: ./conftest
  213. configure:4203: $? = 0
  214. configure:4214: result: yes
  215. configure:4227: checking for sys/types.h
  216. configure:4227: gcc -c conftest.c >&5
  217. configure:4227: $? = 0
  218. configure:4227: result: yes
  219. configure:4227: checking for sys/stat.h
  220. configure:4227: gcc -c conftest.c >&5
  221. configure:4227: $? = 0
  222. configure:4227: result: yes
  223. configure:4227: checking for stdlib.h
  224. configure:4227: gcc -c conftest.c >&5
  225. configure:4227: $? = 0
  226. configure:4227: result: yes
  227. configure:4227: checking for string.h
  228. configure:4227: gcc -c conftest.c >&5
  229. configure:4227: $? = 0
  230. configure:4227: result: yes
  231. configure:4227: checking for memory.h
  232. configure:4227: gcc -c conftest.c >&5
  233. configure:4227: $? = 0
  234. configure:4227: result: yes
  235. configure:4227: checking for strings.h
  236. configure:4227: gcc -c conftest.c >&5
  237. configure:4227: $? = 0
  238. configure:4227: result: yes
  239. configure:4227: checking for inttypes.h
  240. configure:4227: gcc -c conftest.c >&5
  241. configure:4227: $? = 0
  242. configure:4227: result: yes
  243. configure:4227: checking for stdint.h
  244. configure:4227: gcc -c conftest.c >&5
  245. configure:4227: $? = 0
  246. configure:4227: result: yes
  247. configure:4227: checking for unistd.h
  248. configure:4227: gcc -c conftest.c >&5
  249. configure:4227: $? = 0
  250. configure:4227: result: yes
  251. configure:4239: checking pthread.h usability
  252. configure:4239: gcc -c conftest.c >&5
  253. configure:4239: $? = 0
  254. configure:4239: result: yes
  255. configure:4239: checking pthread.h presence
  256. configure:4239: gcc -E conftest.c
  257. configure:4239: $? = 0
  258. configure:4239: result: yes
  259. configure:4239: checking for pthread.h
  260. configure:4239: result: yes
  261. configure:4249: checking for pthread_create using -lpthreads
  262. configure:4264: gcc -o conftest conftest.c -lpthreads >&5
  263. /usr/bin/ld: cannot find -lpthreads
  264. collect2: ld returned 1 exit status
  265. configure:4264: $? = 1
  266. configure: failed program was:
  267. | /* confdefs.h */
  268. | #define PACKAGE_NAME "Mini-XML"
  269. | #define PACKAGE_TARNAME "mxml"
  270. | #define PACKAGE_VERSION "2.10"
  271. | #define PACKAGE_STRING "Mini-XML 2.10"
  272. | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
  273. | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
  274. | #define MXML_VERSION "Mini-XML v2.10"
  275. | #define HAVE_STRDUP 1
  276. | #define HAVE_SNPRINTF 1
  277. | #define HAVE_VSNPRINTF 1
  278. | #define HAVE_LONG_LONG 1
  279. | #define STDC_HEADERS 1
  280. | #define HAVE_SYS_TYPES_H 1
  281. | #define HAVE_SYS_STAT_H 1
  282. | #define HAVE_STDLIB_H 1
  283. | #define HAVE_STRING_H 1
  284. | #define HAVE_MEMORY_H 1
  285. | #define HAVE_STRINGS_H 1
  286. | #define HAVE_INTTYPES_H 1
  287. | #define HAVE_STDINT_H 1
  288. | #define HAVE_UNISTD_H 1
  289. | #define HAVE_PTHREAD_H 1
  290. | /* end confdefs.h. */
  291. | #include <pthread.h>
  292. | int
  293. | main ()
  294. | {
  295. | pthread_create(0, 0, 0, 0);
  296. | ;
  297. | return 0;
  298. | }
  299. configure:4269: result: no
  300. configure:4249: checking for pthread_create using -lpthread
  301. configure:4264: gcc -o conftest conftest.c -lpthread >&5
  302. configure:4264: $? = 0
  303. configure:4269: result: yes
  304. configure:4301: checking for shared library support
  305. configure:4333: result: yes
  306. configure:4585: creating ./config.status
  307. ## ---------------------- ##
  308. ## Running config.status. ##
  309. ## ---------------------- ##
  310. This file was extended by Mini-XML config.status 2.10, which was
  311. generated by GNU Autoconf 2.69. Invocation command line was
  312. CONFIG_FILES =
  313. CONFIG_HEADERS =
  314. CONFIG_LINKS =
  315. CONFIG_COMMANDS =
  316. $ ./config.status
  317. on sensors.lesprojekt.cz
  318. config.status:831: creating Makefile
  319. config.status:831: creating mxml.list
  320. config.status:831: creating mxml.pc
  321. config.status:831: creating config.h
  322. ## ---------------- ##
  323. ## Cache variables. ##
  324. ## ---------------- ##
  325. ac_cv_c_compiler_gnu=yes
  326. ac_cv_c_inline=inline
  327. ac_cv_c_long_long=yes
  328. ac_cv_cxx_compiler_gnu=yes
  329. ac_cv_env_CCC_set=
  330. ac_cv_env_CCC_value=
  331. ac_cv_env_CC_set=
  332. ac_cv_env_CC_value=
  333. ac_cv_env_CFLAGS_set=
  334. ac_cv_env_CFLAGS_value=
  335. ac_cv_env_CPPFLAGS_set=
  336. ac_cv_env_CPPFLAGS_value=
  337. ac_cv_env_CPP_set=
  338. ac_cv_env_CPP_value=
  339. ac_cv_env_CXXFLAGS_set=
  340. ac_cv_env_CXXFLAGS_value=
  341. ac_cv_env_CXX_set=
  342. ac_cv_env_CXX_value=
  343. ac_cv_env_LDFLAGS_set=
  344. ac_cv_env_LDFLAGS_value=
  345. ac_cv_env_LIBS_set=
  346. ac_cv_env_LIBS_value=
  347. ac_cv_env_build_alias_set=
  348. ac_cv_env_build_alias_value=
  349. ac_cv_env_host_alias_set=
  350. ac_cv_env_host_alias_value=
  351. ac_cv_env_target_alias_set=
  352. ac_cv_env_target_alias_value=
  353. ac_cv_func_snprintf=yes
  354. ac_cv_func_strdup=yes
  355. ac_cv_func_vsnprintf=yes
  356. ac_cv_header_inttypes_h=yes
  357. ac_cv_header_memory_h=yes
  358. ac_cv_header_pthread_h=yes
  359. ac_cv_header_stdc=yes
  360. ac_cv_header_stdint_h=yes
  361. ac_cv_header_stdlib_h=yes
  362. ac_cv_header_string_h=yes
  363. ac_cv_header_strings_h=yes
  364. ac_cv_header_sys_stat_h=yes
  365. ac_cv_header_sys_types_h=yes
  366. ac_cv_header_unistd_h=yes
  367. ac_cv_objext=o
  368. ac_cv_path_AR=/usr/bin/ar
  369. ac_cv_path_CP=/bin/cp
  370. ac_cv_path_EGREP='/bin/grep -E'
  371. ac_cv_path_GREP=/bin/grep
  372. ac_cv_path_LN=/bin/ln
  373. ac_cv_path_MKDIR=/bin/mkdir
  374. ac_cv_path_RM=/bin/rm
  375. ac_cv_path_install='/usr/bin/install -c'
  376. ac_cv_prog_CPP='gcc -E'
  377. ac_cv_prog_ac_ct_CC=gcc
  378. ac_cv_prog_ac_ct_CXX=g++
  379. ac_cv_prog_ac_ct_RANLIB=ranlib
  380. ac_cv_prog_cc_c89=
  381. ac_cv_prog_cc_g=yes
  382. ac_cv_prog_cxx_g=yes
  383. ## ----------------- ##
  384. ## Output variables. ##
  385. ## ----------------- ##
  386. AR='/usr/bin/ar'
  387. ARCHFLAGS=''
  388. ARFLAGS='crvs'
  389. CC='gcc'
  390. CFLAGS='-Wall '
  391. CP='/bin/cp'
  392. CPP='gcc -E'
  393. CPPFLAGS=''
  394. CXX='g++'
  395. CXXFLAGS=''
  396. DEFS='-DHAVE_CONFIG_H'
  397. DSO='$(CC)'
  398. DSOFLAGS=' -Wl,-soname,libmxml.so.1,-rpath,$(libdir) -shared $(OPTIM)'
  399. ECHO_C=''
  400. ECHO_N='-n'
  401. ECHO_T=''
  402. EGREP='/bin/grep -E'
  403. EXEEXT=''
  404. GREP='/bin/grep'
  405. INSTALL_DATA='${INSTALL} -m 644'
  406. INSTALL_PROGRAM='${INSTALL}'
  407. INSTALL_SCRIPT='${INSTALL}'
  408. LDFLAGS=' -Wl,-rpath,$(libdir)'
  409. LIBMXML='libmxml.so.1.5'
  410. LIBOBJS=''
  411. LIBS=''
  412. LN='/bin/ln'
  413. LTLIBOBJS=''
  414. MKDIR='/bin/mkdir'
  415. OBJEXT='o'
  416. OPTIM='-fPIC -Os -g'
  417. PACKAGE_BUGREPORT='http://www.msweet.org/bugs.php/Mini-XML'
  418. PACKAGE_NAME='Mini-XML'
  419. PACKAGE_STRING='Mini-XML 2.10'
  420. PACKAGE_TARNAME='mxml'
  421. PACKAGE_URL='http://www.msweet.org/projects.php/Mini-XML'
  422. PACKAGE_VERSION='2.10'
  423. PATH_SEPARATOR=':'
  424. PC_CFLAGS='-I${prefix}/include'
  425. PC_LIBS='-L${exec_prefix}/lib -lmxml'
  426. PICFLAG='1'
  427. PTHREAD_FLAGS='-D_THREAD_SAFE -D_REENTRANT'
  428. PTHREAD_LIBS='-lpthread'
  429. RANLIB='ranlib'
  430. RM='/bin/rm'
  431. SHELL='/bin/bash'
  432. VERSION='2.10'
  433. ac_ct_CC='gcc'
  434. ac_ct_CXX='g++'
  435. bindir='${exec_prefix}/bin'
  436. build_alias=''
  437. datadir='${datarootdir}'
  438. datarootdir='${prefix}/share'
  439. docdir='${datarootdir}/doc/mxml'
  440. dvidir='${docdir}'
  441. exec_prefix='/usr/local'
  442. host_alias=''
  443. htmldir='${docdir}'
  444. includedir='${prefix}/include'
  445. infodir='${datarootdir}/info'
  446. libdir='${exec_prefix}/lib'
  447. libexecdir='${exec_prefix}/libexec'
  448. localedir='${datarootdir}/locale'
  449. localstatedir='${prefix}/var'
  450. mandir='${datarootdir}/man'
  451. oldincludedir='/usr/include'
  452. pdfdir='${docdir}'
  453. prefix='/usr/local'
  454. program_transform_name='s,x,x,'
  455. psdir='${docdir}'
  456. sbindir='${exec_prefix}/sbin'
  457. sharedstatedir='${prefix}/com'
  458. sysconfdir='${prefix}/etc'
  459. target_alias=''
  460. ## ----------- ##
  461. ## confdefs.h. ##
  462. ## ----------- ##
  463. /* confdefs.h */
  464. #define PACKAGE_NAME "Mini-XML"
  465. #define PACKAGE_TARNAME "mxml"
  466. #define PACKAGE_VERSION "2.10"
  467. #define PACKAGE_STRING "Mini-XML 2.10"
  468. #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
  469. #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
  470. #define MXML_VERSION "Mini-XML v2.10"
  471. #define HAVE_STRDUP 1
  472. #define HAVE_SNPRINTF 1
  473. #define HAVE_VSNPRINTF 1
  474. #define HAVE_LONG_LONG 1
  475. #define STDC_HEADERS 1
  476. #define HAVE_SYS_TYPES_H 1
  477. #define HAVE_SYS_STAT_H 1
  478. #define HAVE_STDLIB_H 1
  479. #define HAVE_STRING_H 1
  480. #define HAVE_MEMORY_H 1
  481. #define HAVE_STRINGS_H 1
  482. #define HAVE_INTTYPES_H 1
  483. #define HAVE_STDINT_H 1
  484. #define HAVE_UNISTD_H 1
  485. #define HAVE_PTHREAD_H 1
  486. configure: exit 0