Guest User

Untitled

a guest
Feb 13th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.61 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by slony1 configure 2.2.2, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = slony.delta-one.com
  14. uname -m = amd64
  15. uname -r = 10.0-RELEASE
  16. uname -s = FreeBSD
  17. uname -v = FreeBSD 10.0-RELEASE #0: Tue Feb 11 12:16:42 CST 2014 root@carp:/usr/obj/usr/src/sys/CARP
  18.  
  19. /usr/bin/uname -p = amd64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /usr/games
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37. PATH: /root/bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2332: checking build system type
  45. configure:2346: result: x86_64-unknown-freebsd10.0
  46. configure:2366: checking host system type
  47. configure:2379: result: x86_64-unknown-freebsd10.0
  48. configure:2401: checking which template to use
  49. configure:2446: result: freebsd
  50. configure:2481: using CFLAGS=
  51. configure:2531: checking for gcc
  52. configure:2561: result: no
  53. configure:2624: checking for cc
  54. configure:2645: found /usr/bin/cc
  55. configure:2668: result: cc
  56. configure:2787: checking for C compiler version
  57. configure:2796: cc --version >&5
  58. FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
  59. Target: x86_64-unknown-freebsd10.0
  60. Thread model: posix
  61. configure:2807: $? = 0
  62. configure:2796: cc -v >&5
  63. FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
  64. Target: x86_64-unknown-freebsd10.0
  65. Thread model: posix
  66. configure:2807: $? = 0
  67. configure:2796: cc -V >&5
  68. cc: error: argument to '-V' is missing (expected 1 value)
  69. cc: error: no input files
  70. configure:2807: $? = 1
  71. configure:2796: cc -qversion >&5
  72. cc: error: no input files
  73. configure:2807: $? = 1
  74. configure:2827: checking whether the C compiler works
  75. configure:2849: cc conftest.c >&5
  76. configure:2853: $? = 0
  77. configure:2901: result: yes
  78. configure:2904: checking for C compiler default output file name
  79. configure:2906: result: a.out
  80. configure:2912: checking for suffix of executables
  81. configure:2919: cc -o conftest conftest.c >&5
  82. configure:2923: $? = 0
  83. configure:2945: result:
  84. configure:2967: checking whether we are cross compiling
  85. configure:2975: cc -o conftest conftest.c >&5
  86. configure:2979: $? = 0
  87. configure:2986: ./conftest
  88. configure:2990: $? = 0
  89. configure:3005: result: no
  90. configure:3010: checking for suffix of object files
  91. configure:3032: cc -c conftest.c >&5
  92. configure:3036: $? = 0
  93. configure:3057: result: o
  94. configure:3061: checking whether we are using the GNU C compiler
  95. configure:3080: cc -c conftest.c >&5
  96. configure:3080: $? = 0
  97. configure:3089: result: yes
  98. configure:3098: checking whether cc accepts -g
  99. configure:3118: cc -c -g conftest.c >&5
  100. configure:3118: $? = 0
  101. configure:3159: result: yes
  102. configure:3176: checking for cc option to accept ISO C89
  103. configure:3239: cc -c -g -O2 conftest.c >&5
  104. configure:3239: $? = 0
  105. configure:3252: result: none needed
  106. configure:3283: checking for ld used by GCC
  107. configure:3346: result: /usr/bin/ld
  108. configure:3353: checking if the linker (/usr/bin/ld) is GNU ld
  109. GNU ld 2.17.50 [FreeBSD] 2007-07-03
  110. configure:3365: result: yes
  111. configure:3372: checking for perl
  112. configure:3390: found /usr/bin/perl
  113. configure:3402: result: /usr/bin/perl
  114. configure:3412: checking for tar
  115. configure:3430: found /usr/bin/tar
  116. configure:3442: result: /usr/bin/tar
  117. configure:3469: checking for bison
  118. configure:3499: result: no
  119. configure:3469: checking for ,
  120. configure:3499: result: no
  121. configure:3469: checking for yacc
  122. configure:3485: found /usr/bin/yacc
  123. configure:3496: result: yacc
  124. configure:3511: checking for sed
  125. configure:3527: found /usr/bin/sed
  126. configure:3538: result: sed
  127. configure:3758: checking for the pthreads library -lpthread
  128. configure:3791: cc -o conftest -g -O2 conftest.c -lpthread >&5
  129. configure:3791: $? = 0
  130. configure:3800: result: yes
  131. configure:3819: checking for joinable pthread attribute
  132. configure:3834: cc -o conftest -g -O2 conftest.c -lpthread >&5
  133. configure:3834: $? = 0
  134. configure:3840: result: PTHREAD_CREATE_JOINABLE
  135. configure:3850: checking if more special flags are required for pthreads
  136. configure:3857: result: -D_THREAD_SAFE
  137. configure:3869: checking for cc_r
  138. configure:3897: result: cc
  139. configure:3937: checking how to run the C preprocessor
  140. configure:3968: cc -E conftest.c
  141. configure:3968: $? = 0
  142. configure:3982: cc -E conftest.c
  143. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  144. #include <ac_nonexistent.h>
  145. ^
  146. 1 error generated.
  147. configure:3982: $? = 1
  148. configure: failed program was:
  149. | /* confdefs.h */
  150. | #define PACKAGE_NAME "slony1"
  151. | #define PACKAGE_TARNAME "slony1"
  152. | #define PACKAGE_VERSION "2.2.2"
  153. | #define PACKAGE_STRING "slony1 2.2.2"
  154. | #define PACKAGE_BUGREPORT ""
  155. | #define PACKAGE_URL ""
  156. | #define HAVE_PTHREAD 1
  157. | /* end confdefs.h. */
  158. | #include <ac_nonexistent.h>
  159. configure:4007: result: cc -E
  160. configure:4027: cc -E conftest.c
  161. configure:4027: $? = 0
  162. configure:4041: cc -E conftest.c
  163. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  164. #include <ac_nonexistent.h>
  165. ^
  166. 1 error generated.
  167. configure:4041: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h */
  170. | #define PACKAGE_NAME "slony1"
  171. | #define PACKAGE_TARNAME "slony1"
  172. | #define PACKAGE_VERSION "2.2.2"
  173. | #define PACKAGE_STRING "slony1 2.2.2"
  174. | #define PACKAGE_BUGREPORT ""
  175. | #define PACKAGE_URL ""
  176. | #define HAVE_PTHREAD 1
  177. | /* end confdefs.h. */
  178. | #include <ac_nonexistent.h>
  179. configure:4070: checking for grep that handles long lines and -e
  180. configure:4128: result: /usr/bin/grep
  181. configure:4133: checking for egrep
  182. configure:4195: result: /usr/bin/grep -E
  183. configure:4200: checking for ANSI C header files
  184. configure:4220: cc -c -g -O2 conftest.c >&5
  185. configure:4220: $? = 0
  186. configure:4293: cc -o conftest -g -O2 conftest.c >&5
  187. configure:4293: $? = 0
  188. configure:4293: ./conftest
  189. configure:4293: $? = 0
  190. configure:4304: result: yes
  191. configure:4317: checking for sys/types.h
  192. configure:4317: cc -c -g -O2 conftest.c >&5
  193. configure:4317: $? = 0
  194. configure:4317: result: yes
  195. configure:4317: checking for sys/stat.h
  196. configure:4317: cc -c -g -O2 conftest.c >&5
  197. configure:4317: $? = 0
  198. configure:4317: result: yes
  199. configure:4317: checking for stdlib.h
  200. configure:4317: cc -c -g -O2 conftest.c >&5
  201. configure:4317: $? = 0
  202. configure:4317: result: yes
  203. configure:4317: checking for string.h
  204. configure:4317: cc -c -g -O2 conftest.c >&5
  205. configure:4317: $? = 0
  206. configure:4317: result: yes
  207. configure:4317: checking for memory.h
  208. configure:4317: cc -c -g -O2 conftest.c >&5
  209. configure:4317: $? = 0
  210. configure:4317: result: yes
  211. configure:4317: checking for strings.h
  212. configure:4317: cc -c -g -O2 conftest.c >&5
  213. configure:4317: $? = 0
  214. configure:4317: result: yes
  215. configure:4317: checking for inttypes.h
  216. configure:4317: cc -c -g -O2 conftest.c >&5
  217. configure:4317: $? = 0
  218. configure:4317: result: yes
  219. configure:4317: checking for stdint.h
  220. configure:4317: cc -c -g -O2 conftest.c >&5
  221. configure:4317: $? = 0
  222. configure:4317: result: yes
  223. configure:4317: checking for unistd.h
  224. configure:4317: cc -c -g -O2 conftest.c >&5
  225. configure:4317: $? = 0
  226. configure:4317: result: yes
  227. configure:4331: checking fcntl.h usability
  228. configure:4331: cc -c -g -O2 conftest.c >&5
  229. configure:4331: $? = 0
  230. configure:4331: result: yes
  231. configure:4331: checking fcntl.h presence
  232. configure:4331: cc -E conftest.c
  233. configure:4331: $? = 0
  234. configure:4331: result: yes
  235. configure:4331: checking for fcntl.h
  236. configure:4331: result: yes
  237. configure:4343: checking limits.h usability
  238. configure:4343: cc -c -g -O2 conftest.c >&5
  239. configure:4343: $? = 0
  240. configure:4343: result: yes
  241. configure:4343: checking limits.h presence
  242. configure:4343: cc -E conftest.c
  243. configure:4343: $? = 0
  244. configure:4343: result: yes
  245. configure:4343: checking for limits.h
  246. configure:4343: result: yes
  247. configure:4355: checking stddef.h usability
  248. configure:4355: cc -c -g -O2 conftest.c >&5
  249. configure:4355: $? = 0
  250. configure:4355: result: yes
  251. configure:4355: checking stddef.h presence
  252. configure:4355: cc -E conftest.c
  253. configure:4355: $? = 0
  254. configure:4355: result: yes
  255. configure:4355: checking for stddef.h
  256. configure:4355: result: yes
  257. configure:4367: checking sys/socket.h usability
  258. configure:4367: cc -c -g -O2 conftest.c >&5
  259. configure:4367: $? = 0
  260. configure:4367: result: yes
  261. configure:4367: checking sys/socket.h presence
  262. configure:4367: cc -E conftest.c
  263. configure:4367: $? = 0
  264. configure:4367: result: yes
  265. configure:4367: checking for sys/socket.h
  266. configure:4367: result: yes
  267. configure:4379: checking sys/time.h usability
  268. configure:4379: cc -c -g -O2 conftest.c >&5
  269. configure:4379: $? = 0
  270. configure:4379: result: yes
  271. configure:4379: checking sys/time.h presence
  272. configure:4379: cc -E conftest.c
  273. configure:4379: $? = 0
  274. configure:4379: result: yes
  275. configure:4379: checking for sys/time.h
  276. configure:4379: result: yes
  277. configure:4391: checking for inttypes.h
  278. configure:4391: result: yes
  279. configure:4404: checking for gettimeofday
  280. configure:4404: cc -o conftest -g -O2 conftest.c >&5
  281. configure:4404: $? = 0
  282. configure:4404: result: yes
  283. configure:4415: checking for dup2
  284. configure:4415: cc -o conftest -g -O2 conftest.c >&5
  285. configure:4415: $? = 0
  286. configure:4415: result: yes
  287. configure:4426: checking for alarm
  288. configure:4426: cc -o conftest -g -O2 conftest.c >&5
  289. configure:4426: $? = 0
  290. configure:4426: result: yes
  291. configure:4437: checking for memset
  292. configure:4437: cc -o conftest -g -O2 conftest.c >&5
  293. conftest.c:52:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
  294. char memset ();
  295. ^
  296. conftest.c:52:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
  297. 1 warning generated.
  298. configure:4437: $? = 0
  299. configure:4437: result: yes
  300. configure:4448: checking for select
  301. configure:4448: cc -o conftest -g -O2 conftest.c >&5
  302. configure:4448: $? = 0
  303. configure:4448: result: yes
  304. configure:4459: checking for strdup
  305. configure:4459: cc -o conftest -g -O2 conftest.c >&5
  306. conftest.c:54:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
  307. char strdup ();
  308. ^
  309. conftest.c:54:6: note: 'strdup' is a builtin with type 'char *(const char *)'
  310. 1 warning generated.
  311. configure:4459: $? = 0
  312. configure:4459: result: yes
  313. configure:4470: checking for strerror
  314. configure:4470: cc -o conftest -g -O2 conftest.c >&5
  315. conftest.c:55:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  316. char strerror ();
  317. ^
  318. conftest.c:55:6: note: 'strerror' is a builtin with type 'char *(int)'
  319. 1 warning generated.
  320. configure:4470: $? = 0
  321. configure:4470: result: yes
  322. configure:4481: checking for strtol
  323. configure:4481: cc -o conftest -g -O2 conftest.c >&5
  324. configure:4481: $? = 0
  325. configure:4481: result: yes
  326. configure:4492: checking for strtoul
  327. configure:4492: cc -o conftest -g -O2 conftest.c >&5
  328. configure:4492: $? = 0
  329. configure:4492: result: yes
  330. configure:4502: checking for int32_t
  331. configure:4502: cc -c -g -O2 conftest.c >&5
  332. configure:4502: $? = 0
  333. configure:4502: cc -c -g -O2 conftest.c >&5
  334. conftest.c:71:22: error: expected expression
  335. if (sizeof ((int32_t)))
  336. ^
  337. 1 error generated.
  338. configure:4502: $? = 1
  339. configure: failed program was:
  340. | /* confdefs.h */
  341. | #define PACKAGE_NAME "slony1"
  342. | #define PACKAGE_TARNAME "slony1"
  343. | #define PACKAGE_VERSION "2.2.2"
  344. | #define PACKAGE_STRING "slony1 2.2.2"
  345. | #define PACKAGE_BUGREPORT ""
  346. | #define PACKAGE_URL ""
  347. | #define HAVE_PTHREAD 1
  348. | #define STDC_HEADERS 1
  349. | #define HAVE_SYS_TYPES_H 1
  350. | #define HAVE_SYS_STAT_H 1
  351. | #define HAVE_STDLIB_H 1
  352. | #define HAVE_STRING_H 1
  353. | #define HAVE_MEMORY_H 1
  354. | #define HAVE_STRINGS_H 1
  355. | #define HAVE_INTTYPES_H 1
  356. | #define HAVE_STDINT_H 1
  357. | #define HAVE_UNISTD_H 1
  358. | #define HAVE_FCNTL_H 1
  359. | #define HAVE_LIMITS_H 1
  360. | #define HAVE_STDDEF_H 1
  361. | #define HAVE_SYS_SOCKET_H 1
  362. | #define HAVE_SYS_TIME_H 1
  363. | #define HAVE_INTTYPES_H 1
  364. | #define HAVE_GETTIMEOFDAY 1
  365. | #define HAVE_DUP2 1
  366. | #define HAVE_ALARM 1
  367. | #define HAVE_MEMSET 1
  368. | #define HAVE_SELECT 1
  369. | #define HAVE_STRDUP 1
  370. | #define HAVE_STRERROR 1
  371. | #define HAVE_STRTOL 1
  372. | #define HAVE_STRTOUL 1
  373. | /* end confdefs.h. */
  374. | #include <stdio.h>
  375. | #ifdef HAVE_SYS_TYPES_H
  376. | # include <sys/types.h>
  377. | #endif
  378. | #ifdef HAVE_SYS_STAT_H
  379. | # include <sys/stat.h>
  380. | #endif
  381. | #ifdef STDC_HEADERS
  382. | # include <stdlib.h>
  383. | # include <stddef.h>
  384. | #else
  385. | # ifdef HAVE_STDLIB_H
  386. | # include <stdlib.h>
  387. | # endif
  388. | #endif
  389. | #ifdef HAVE_STRING_H
  390. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  391. | # include <memory.h>
  392. | # endif
  393. | # include <string.h>
  394. | #endif
  395. | #ifdef HAVE_STRINGS_H
  396. | # include <strings.h>
  397. | #endif
  398. | #ifdef HAVE_INTTYPES_H
  399. | # include <inttypes.h>
  400. | #endif
  401. | #ifdef HAVE_STDINT_H
  402. | # include <stdint.h>
  403. | #endif
  404. | #ifdef HAVE_UNISTD_H
  405. | # include <unistd.h>
  406. | #endif
  407. | int
  408. | main ()
  409. | {
  410. | if (sizeof ((int32_t)))
  411. | return 0;
  412. | ;
  413. | return 0;
  414. | }
  415. configure:4502: result: yes
  416. configure:4511: checking for uint32_t
  417. configure:4511: cc -c -g -O2 conftest.c >&5
  418. configure:4511: $? = 0
  419. configure:4511: cc -c -g -O2 conftest.c >&5
  420. conftest.c:72:23: error: expected expression
  421. if (sizeof ((uint32_t)))
  422. ^
  423. 1 error generated.
  424. configure:4511: $? = 1
  425. configure: failed program was:
  426. | /* confdefs.h */
  427. | #define PACKAGE_NAME "slony1"
  428. | #define PACKAGE_TARNAME "slony1"
  429. | #define PACKAGE_VERSION "2.2.2"
  430. | #define PACKAGE_STRING "slony1 2.2.2"
  431. | #define PACKAGE_BUGREPORT ""
  432. | #define PACKAGE_URL ""
  433. | #define HAVE_PTHREAD 1
  434. | #define STDC_HEADERS 1
  435. | #define HAVE_SYS_TYPES_H 1
  436. | #define HAVE_SYS_STAT_H 1
  437. | #define HAVE_STDLIB_H 1
  438. | #define HAVE_STRING_H 1
  439. | #define HAVE_MEMORY_H 1
  440. | #define HAVE_STRINGS_H 1
  441. | #define HAVE_INTTYPES_H 1
  442. | #define HAVE_STDINT_H 1
  443. | #define HAVE_UNISTD_H 1
  444. | #define HAVE_FCNTL_H 1
  445. | #define HAVE_LIMITS_H 1
  446. | #define HAVE_STDDEF_H 1
  447. | #define HAVE_SYS_SOCKET_H 1
  448. | #define HAVE_SYS_TIME_H 1
  449. | #define HAVE_INTTYPES_H 1
  450. | #define HAVE_GETTIMEOFDAY 1
  451. | #define HAVE_DUP2 1
  452. | #define HAVE_ALARM 1
  453. | #define HAVE_MEMSET 1
  454. | #define HAVE_SELECT 1
  455. | #define HAVE_STRDUP 1
  456. | #define HAVE_STRERROR 1
  457. | #define HAVE_STRTOL 1
  458. | #define HAVE_STRTOUL 1
  459. | #define HAVE_INT32_T 1
  460. | /* end confdefs.h. */
  461. | #include <stdio.h>
  462. | #ifdef HAVE_SYS_TYPES_H
  463. | # include <sys/types.h>
  464. | #endif
  465. | #ifdef HAVE_SYS_STAT_H
  466. | # include <sys/stat.h>
  467. | #endif
  468. | #ifdef STDC_HEADERS
  469. | # include <stdlib.h>
  470. | # include <stddef.h>
  471. | #else
  472. | # ifdef HAVE_STDLIB_H
  473. | # include <stdlib.h>
  474. | # endif
  475. | #endif
  476. | #ifdef HAVE_STRING_H
  477. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  478. | # include <memory.h>
  479. | # endif
  480. | # include <string.h>
  481. | #endif
  482. | #ifdef HAVE_STRINGS_H
  483. | # include <strings.h>
  484. | #endif
  485. | #ifdef HAVE_INTTYPES_H
  486. | # include <inttypes.h>
  487. | #endif
  488. | #ifdef HAVE_STDINT_H
  489. | # include <stdint.h>
  490. | #endif
  491. | #ifdef HAVE_UNISTD_H
  492. | # include <unistd.h>
  493. | #endif
  494. | int
  495. | main ()
  496. | {
  497. | if (sizeof ((uint32_t)))
  498. | return 0;
  499. | ;
  500. | return 0;
  501. | }
  502. configure:4511: result: yes
  503. configure:4520: checking for u_int32_t
  504. configure:4520: cc -c -g -O2 conftest.c >&5
  505. configure:4520: $? = 0
  506. configure:4520: cc -c -g -O2 conftest.c >&5
  507. conftest.c:73:24: error: expected expression
  508. if (sizeof ((u_int32_t)))
  509. ^
  510. 1 error generated.
  511. configure:4520: $? = 1
  512. configure: failed program was:
  513. | /* confdefs.h */
  514. | #define PACKAGE_NAME "slony1"
  515. | #define PACKAGE_TARNAME "slony1"
  516. | #define PACKAGE_VERSION "2.2.2"
  517. | #define PACKAGE_STRING "slony1 2.2.2"
  518. | #define PACKAGE_BUGREPORT ""
  519. | #define PACKAGE_URL ""
  520. | #define HAVE_PTHREAD 1
  521. | #define STDC_HEADERS 1
  522. | #define HAVE_SYS_TYPES_H 1
  523. | #define HAVE_SYS_STAT_H 1
  524. | #define HAVE_STDLIB_H 1
  525. | #define HAVE_STRING_H 1
  526. | #define HAVE_MEMORY_H 1
  527. | #define HAVE_STRINGS_H 1
  528. | #define HAVE_INTTYPES_H 1
  529. | #define HAVE_STDINT_H 1
  530. | #define HAVE_UNISTD_H 1
  531. | #define HAVE_FCNTL_H 1
  532. | #define HAVE_LIMITS_H 1
  533. | #define HAVE_STDDEF_H 1
  534. | #define HAVE_SYS_SOCKET_H 1
  535. | #define HAVE_SYS_TIME_H 1
  536. | #define HAVE_INTTYPES_H 1
  537. | #define HAVE_GETTIMEOFDAY 1
  538. | #define HAVE_DUP2 1
  539. | #define HAVE_ALARM 1
  540. | #define HAVE_MEMSET 1
  541. | #define HAVE_SELECT 1
  542. | #define HAVE_STRDUP 1
  543. | #define HAVE_STRERROR 1
  544. | #define HAVE_STRTOL 1
  545. | #define HAVE_STRTOUL 1
  546. | #define HAVE_INT32_T 1
  547. | #define HAVE_UINT32_T 1
  548. | /* end confdefs.h. */
  549. | #include <stdio.h>
  550. | #ifdef HAVE_SYS_TYPES_H
  551. | # include <sys/types.h>
  552. | #endif
  553. | #ifdef HAVE_SYS_STAT_H
  554. | # include <sys/stat.h>
  555. | #endif
  556. | #ifdef STDC_HEADERS
  557. | # include <stdlib.h>
  558. | # include <stddef.h>
  559. | #else
  560. | # ifdef HAVE_STDLIB_H
  561. | # include <stdlib.h>
  562. | # endif
  563. | #endif
  564. | #ifdef HAVE_STRING_H
  565. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  566. | # include <memory.h>
  567. | # endif
  568. | # include <string.h>
  569. | #endif
  570. | #ifdef HAVE_STRINGS_H
  571. | # include <strings.h>
  572. | #endif
  573. | #ifdef HAVE_INTTYPES_H
  574. | # include <inttypes.h>
  575. | #endif
  576. | #ifdef HAVE_STDINT_H
  577. | # include <stdint.h>
  578. | #endif
  579. | #ifdef HAVE_UNISTD_H
  580. | # include <unistd.h>
  581. | #endif
  582. | int
  583. | main ()
  584. | {
  585. | if (sizeof ((u_int32_t)))
  586. | return 0;
  587. | ;
  588. | return 0;
  589. | }
  590. configure:4520: result: yes
  591. configure:4530: checking for int64_t
  592. configure:4530: cc -c -g -O2 conftest.c >&5
  593. configure:4530: $? = 0
  594. configure:4530: cc -c -g -O2 conftest.c >&5
  595. conftest.c:74:22: error: expected expression
  596. if (sizeof ((int64_t)))
  597. ^
  598. 1 error generated.
  599. configure:4530: $? = 1
  600. configure: failed program was:
  601. | /* confdefs.h */
  602. | #define PACKAGE_NAME "slony1"
  603. | #define PACKAGE_TARNAME "slony1"
  604. | #define PACKAGE_VERSION "2.2.2"
  605. | #define PACKAGE_STRING "slony1 2.2.2"
  606. | #define PACKAGE_BUGREPORT ""
  607. | #define PACKAGE_URL ""
  608. | #define HAVE_PTHREAD 1
  609. | #define STDC_HEADERS 1
  610. | #define HAVE_SYS_TYPES_H 1
  611. | #define HAVE_SYS_STAT_H 1
  612. | #define HAVE_STDLIB_H 1
  613. | #define HAVE_STRING_H 1
  614. | #define HAVE_MEMORY_H 1
  615. | #define HAVE_STRINGS_H 1
  616. | #define HAVE_INTTYPES_H 1
  617. | #define HAVE_STDINT_H 1
  618. | #define HAVE_UNISTD_H 1
  619. | #define HAVE_FCNTL_H 1
  620. | #define HAVE_LIMITS_H 1
  621. | #define HAVE_STDDEF_H 1
  622. | #define HAVE_SYS_SOCKET_H 1
  623. | #define HAVE_SYS_TIME_H 1
  624. | #define HAVE_INTTYPES_H 1
  625. | #define HAVE_GETTIMEOFDAY 1
  626. | #define HAVE_DUP2 1
  627. | #define HAVE_ALARM 1
  628. | #define HAVE_MEMSET 1
  629. | #define HAVE_SELECT 1
  630. | #define HAVE_STRDUP 1
  631. | #define HAVE_STRERROR 1
  632. | #define HAVE_STRTOL 1
  633. | #define HAVE_STRTOUL 1
  634. | #define HAVE_INT32_T 1
  635. | #define HAVE_UINT32_T 1
  636. | #define HAVE_U_INT32_T 1
  637. | /* end confdefs.h. */
  638. | #include <stdio.h>
  639. | #ifdef HAVE_SYS_TYPES_H
  640. | # include <sys/types.h>
  641. | #endif
  642. | #ifdef HAVE_SYS_STAT_H
  643. | # include <sys/stat.h>
  644. | #endif
  645. | #ifdef STDC_HEADERS
  646. | # include <stdlib.h>
  647. | # include <stddef.h>
  648. | #else
  649. | # ifdef HAVE_STDLIB_H
  650. | # include <stdlib.h>
  651. | # endif
  652. | #endif
  653. | #ifdef HAVE_STRING_H
  654. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  655. | # include <memory.h>
  656. | # endif
  657. | # include <string.h>
  658. | #endif
  659. | #ifdef HAVE_STRINGS_H
  660. | # include <strings.h>
  661. | #endif
  662. | #ifdef HAVE_INTTYPES_H
  663. | # include <inttypes.h>
  664. | #endif
  665. | #ifdef HAVE_STDINT_H
  666. | # include <stdint.h>
  667. | #endif
  668. | #ifdef HAVE_UNISTD_H
  669. | # include <unistd.h>
  670. | #endif
  671. | int
  672. | main ()
  673. | {
  674. | if (sizeof ((int64_t)))
  675. | return 0;
  676. | ;
  677. | return 0;
  678. | }
  679. configure:4530: result: yes
  680. configure:4539: checking for uint64_t
  681. configure:4539: cc -c -g -O2 conftest.c >&5
  682. configure:4539: $? = 0
  683. configure:4539: cc -c -g -O2 conftest.c >&5
  684. conftest.c:75:23: error: expected expression
  685. if (sizeof ((uint64_t)))
  686. ^
  687. 1 error generated.
  688. configure:4539: $? = 1
  689. configure: failed program was:
  690. | /* confdefs.h */
  691. | #define PACKAGE_NAME "slony1"
  692. | #define PACKAGE_TARNAME "slony1"
  693. | #define PACKAGE_VERSION "2.2.2"
  694. | #define PACKAGE_STRING "slony1 2.2.2"
  695. | #define PACKAGE_BUGREPORT ""
  696. | #define PACKAGE_URL ""
  697. | #define HAVE_PTHREAD 1
  698. | #define STDC_HEADERS 1
  699. | #define HAVE_SYS_TYPES_H 1
  700. | #define HAVE_SYS_STAT_H 1
  701. | #define HAVE_STDLIB_H 1
  702. | #define HAVE_STRING_H 1
  703. | #define HAVE_MEMORY_H 1
  704. | #define HAVE_STRINGS_H 1
  705. | #define HAVE_INTTYPES_H 1
  706. | #define HAVE_STDINT_H 1
  707. | #define HAVE_UNISTD_H 1
  708. | #define HAVE_FCNTL_H 1
  709. | #define HAVE_LIMITS_H 1
  710. | #define HAVE_STDDEF_H 1
  711. | #define HAVE_SYS_SOCKET_H 1
  712. | #define HAVE_SYS_TIME_H 1
  713. | #define HAVE_INTTYPES_H 1
  714. | #define HAVE_GETTIMEOFDAY 1
  715. | #define HAVE_DUP2 1
  716. | #define HAVE_ALARM 1
  717. | #define HAVE_MEMSET 1
  718. | #define HAVE_SELECT 1
  719. | #define HAVE_STRDUP 1
  720. | #define HAVE_STRERROR 1
  721. | #define HAVE_STRTOL 1
  722. | #define HAVE_STRTOUL 1
  723. | #define HAVE_INT32_T 1
  724. | #define HAVE_UINT32_T 1
  725. | #define HAVE_U_INT32_T 1
  726. | #define HAVE_INT64_T 1
  727. | /* end confdefs.h. */
  728. | #include <stdio.h>
  729. | #ifdef HAVE_SYS_TYPES_H
  730. | # include <sys/types.h>
  731. | #endif
  732. | #ifdef HAVE_SYS_STAT_H
  733. | # include <sys/stat.h>
  734. | #endif
  735. | #ifdef STDC_HEADERS
  736. | # include <stdlib.h>
  737. | # include <stddef.h>
  738. | #else
  739. | # ifdef HAVE_STDLIB_H
  740. | # include <stdlib.h>
  741. | # endif
  742. | #endif
  743. | #ifdef HAVE_STRING_H
  744. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  745. | # include <memory.h>
  746. | # endif
  747. | # include <string.h>
  748. | #endif
  749. | #ifdef HAVE_STRINGS_H
  750. | # include <strings.h>
  751. | #endif
  752. | #ifdef HAVE_INTTYPES_H
  753. | # include <inttypes.h>
  754. | #endif
  755. | #ifdef HAVE_STDINT_H
  756. | # include <stdint.h>
  757. | #endif
  758. | #ifdef HAVE_UNISTD_H
  759. | # include <unistd.h>
  760. | #endif
  761. | int
  762. | main ()
  763. | {
  764. | if (sizeof ((uint64_t)))
  765. | return 0;
  766. | ;
  767. | return 0;
  768. | }
  769. configure:4539: result: yes
  770. configure:4548: checking for u_int64_t
  771. configure:4548: cc -c -g -O2 conftest.c >&5
  772. configure:4548: $? = 0
  773. configure:4548: cc -c -g -O2 conftest.c >&5
  774. conftest.c:76:24: error: expected expression
  775. if (sizeof ((u_int64_t)))
  776. ^
  777. 1 error generated.
  778. configure:4548: $? = 1
  779. configure: failed program was:
  780. | /* confdefs.h */
  781. | #define PACKAGE_NAME "slony1"
  782. | #define PACKAGE_TARNAME "slony1"
  783. | #define PACKAGE_VERSION "2.2.2"
  784. | #define PACKAGE_STRING "slony1 2.2.2"
  785. | #define PACKAGE_BUGREPORT ""
  786. | #define PACKAGE_URL ""
  787. | #define HAVE_PTHREAD 1
  788. | #define STDC_HEADERS 1
  789. | #define HAVE_SYS_TYPES_H 1
  790. | #define HAVE_SYS_STAT_H 1
  791. | #define HAVE_STDLIB_H 1
  792. | #define HAVE_STRING_H 1
  793. | #define HAVE_MEMORY_H 1
  794. | #define HAVE_STRINGS_H 1
  795. | #define HAVE_INTTYPES_H 1
  796. | #define HAVE_STDINT_H 1
  797. | #define HAVE_UNISTD_H 1
  798. | #define HAVE_FCNTL_H 1
  799. | #define HAVE_LIMITS_H 1
  800. | #define HAVE_STDDEF_H 1
  801. | #define HAVE_SYS_SOCKET_H 1
  802. | #define HAVE_SYS_TIME_H 1
  803. | #define HAVE_INTTYPES_H 1
  804. | #define HAVE_GETTIMEOFDAY 1
  805. | #define HAVE_DUP2 1
  806. | #define HAVE_ALARM 1
  807. | #define HAVE_MEMSET 1
  808. | #define HAVE_SELECT 1
  809. | #define HAVE_STRDUP 1
  810. | #define HAVE_STRERROR 1
  811. | #define HAVE_STRTOL 1
  812. | #define HAVE_STRTOUL 1
  813. | #define HAVE_INT32_T 1
  814. | #define HAVE_UINT32_T 1
  815. | #define HAVE_U_INT32_T 1
  816. | #define HAVE_INT64_T 1
  817. | #define HAVE_UINT64_T 1
  818. | /* end confdefs.h. */
  819. | #include <stdio.h>
  820. | #ifdef HAVE_SYS_TYPES_H
  821. | # include <sys/types.h>
  822. | #endif
  823. | #ifdef HAVE_SYS_STAT_H
  824. | # include <sys/stat.h>
  825. | #endif
  826. | #ifdef STDC_HEADERS
  827. | # include <stdlib.h>
  828. | # include <stddef.h>
  829. | #else
  830. | # ifdef HAVE_STDLIB_H
  831. | # include <stdlib.h>
  832. | # endif
  833. | #endif
  834. | #ifdef HAVE_STRING_H
  835. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  836. | # include <memory.h>
  837. | # endif
  838. | # include <string.h>
  839. | #endif
  840. | #ifdef HAVE_STRINGS_H
  841. | # include <strings.h>
  842. | #endif
  843. | #ifdef HAVE_INTTYPES_H
  844. | # include <inttypes.h>
  845. | #endif
  846. | #ifdef HAVE_STDINT_H
  847. | # include <stdint.h>
  848. | #endif
  849. | #ifdef HAVE_UNISTD_H
  850. | # include <unistd.h>
  851. | #endif
  852. | int
  853. | main ()
  854. | {
  855. | if (sizeof ((u_int64_t)))
  856. | return 0;
  857. | ;
  858. | return 0;
  859. | }
  860. configure:4548: result: yes
  861. configure:4558: checking for size_t
  862. configure:4558: cc -c -g -O2 conftest.c >&5
  863. configure:4558: $? = 0
  864. configure:4558: cc -c -g -O2 conftest.c >&5
  865. conftest.c:77:21: error: expected expression
  866. if (sizeof ((size_t)))
  867. ^
  868. 1 error generated.
  869. configure:4558: $? = 1
  870. configure: failed program was:
  871. | /* confdefs.h */
  872. | #define PACKAGE_NAME "slony1"
  873. | #define PACKAGE_TARNAME "slony1"
  874. | #define PACKAGE_VERSION "2.2.2"
  875. | #define PACKAGE_STRING "slony1 2.2.2"
  876. | #define PACKAGE_BUGREPORT ""
  877. | #define PACKAGE_URL ""
  878. | #define HAVE_PTHREAD 1
  879. | #define STDC_HEADERS 1
  880. | #define HAVE_SYS_TYPES_H 1
  881. | #define HAVE_SYS_STAT_H 1
  882. | #define HAVE_STDLIB_H 1
  883. | #define HAVE_STRING_H 1
  884. | #define HAVE_MEMORY_H 1
  885. | #define HAVE_STRINGS_H 1
  886. | #define HAVE_INTTYPES_H 1
  887. | #define HAVE_STDINT_H 1
  888. | #define HAVE_UNISTD_H 1
  889. | #define HAVE_FCNTL_H 1
  890. | #define HAVE_LIMITS_H 1
  891. | #define HAVE_STDDEF_H 1
  892. | #define HAVE_SYS_SOCKET_H 1
  893. | #define HAVE_SYS_TIME_H 1
  894. | #define HAVE_INTTYPES_H 1
  895. | #define HAVE_GETTIMEOFDAY 1
  896. | #define HAVE_DUP2 1
  897. | #define HAVE_ALARM 1
  898. | #define HAVE_MEMSET 1
  899. | #define HAVE_SELECT 1
  900. | #define HAVE_STRDUP 1
  901. | #define HAVE_STRERROR 1
  902. | #define HAVE_STRTOL 1
  903. | #define HAVE_STRTOUL 1
  904. | #define HAVE_INT32_T 1
  905. | #define HAVE_UINT32_T 1
  906. | #define HAVE_U_INT32_T 1
  907. | #define HAVE_INT64_T 1
  908. | #define HAVE_UINT64_T 1
  909. | #define HAVE_U_INT64_T 1
  910. | /* end confdefs.h. */
  911. | #include <stdio.h>
  912. | #ifdef HAVE_SYS_TYPES_H
  913. | # include <sys/types.h>
  914. | #endif
  915. | #ifdef HAVE_SYS_STAT_H
  916. | # include <sys/stat.h>
  917. | #endif
  918. | #ifdef STDC_HEADERS
  919. | # include <stdlib.h>
  920. | # include <stddef.h>
  921. | #else
  922. | # ifdef HAVE_STDLIB_H
  923. | # include <stdlib.h>
  924. | # endif
  925. | #endif
  926. | #ifdef HAVE_STRING_H
  927. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  928. | # include <memory.h>
  929. | # endif
  930. | # include <string.h>
  931. | #endif
  932. | #ifdef HAVE_STRINGS_H
  933. | # include <strings.h>
  934. | #endif
  935. | #ifdef HAVE_INTTYPES_H
  936. | # include <inttypes.h>
  937. | #endif
  938. | #ifdef HAVE_STDINT_H
  939. | # include <stdint.h>
  940. | #endif
  941. | #ifdef HAVE_UNISTD_H
  942. | # include <unistd.h>
  943. | #endif
  944. | int
  945. | main ()
  946. | {
  947. | if (sizeof ((size_t)))
  948. | return 0;
  949. | ;
  950. | return 0;
  951. | }
  952. configure:4558: result: yes
  953. configure:4567: checking for ssize_t
  954. configure:4567: cc -c -g -O2 conftest.c >&5
  955. configure:4567: $? = 0
  956. configure:4567: cc -c -g -O2 conftest.c >&5
  957. conftest.c:78:22: error: expected expression
  958. if (sizeof ((ssize_t)))
  959. ^
  960. 1 error generated.
  961. configure:4567: $? = 1
  962. configure: failed program was:
  963. | /* confdefs.h */
  964. | #define PACKAGE_NAME "slony1"
  965. | #define PACKAGE_TARNAME "slony1"
  966. | #define PACKAGE_VERSION "2.2.2"
  967. | #define PACKAGE_STRING "slony1 2.2.2"
  968. | #define PACKAGE_BUGREPORT ""
  969. | #define PACKAGE_URL ""
  970. | #define HAVE_PTHREAD 1
  971. | #define STDC_HEADERS 1
  972. | #define HAVE_SYS_TYPES_H 1
  973. | #define HAVE_SYS_STAT_H 1
  974. | #define HAVE_STDLIB_H 1
  975. | #define HAVE_STRING_H 1
  976. | #define HAVE_MEMORY_H 1
  977. | #define HAVE_STRINGS_H 1
  978. | #define HAVE_INTTYPES_H 1
  979. | #define HAVE_STDINT_H 1
  980. | #define HAVE_UNISTD_H 1
  981. | #define HAVE_FCNTL_H 1
  982. | #define HAVE_LIMITS_H 1
  983. | #define HAVE_STDDEF_H 1
  984. | #define HAVE_SYS_SOCKET_H 1
  985. | #define HAVE_SYS_TIME_H 1
  986. | #define HAVE_INTTYPES_H 1
  987. | #define HAVE_GETTIMEOFDAY 1
  988. | #define HAVE_DUP2 1
  989. | #define HAVE_ALARM 1
  990. | #define HAVE_MEMSET 1
  991. | #define HAVE_SELECT 1
  992. | #define HAVE_STRDUP 1
  993. | #define HAVE_STRERROR 1
  994. | #define HAVE_STRTOL 1
  995. | #define HAVE_STRTOUL 1
  996. | #define HAVE_INT32_T 1
  997. | #define HAVE_UINT32_T 1
  998. | #define HAVE_U_INT32_T 1
  999. | #define HAVE_INT64_T 1
  1000. | #define HAVE_UINT64_T 1
  1001. | #define HAVE_U_INT64_T 1
  1002. | #define HAVE_SIZE_T 1
  1003. | /* end confdefs.h. */
  1004. | #include <stdio.h>
  1005. | #ifdef HAVE_SYS_TYPES_H
  1006. | # include <sys/types.h>
  1007. | #endif
  1008. | #ifdef HAVE_SYS_STAT_H
  1009. | # include <sys/stat.h>
  1010. | #endif
  1011. | #ifdef STDC_HEADERS
  1012. | # include <stdlib.h>
  1013. | # include <stddef.h>
  1014. | #else
  1015. | # ifdef HAVE_STDLIB_H
  1016. | # include <stdlib.h>
  1017. | # endif
  1018. | #endif
  1019. | #ifdef HAVE_STRING_H
  1020. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1021. | # include <memory.h>
  1022. | # endif
  1023. | # include <string.h>
  1024. | #endif
  1025. | #ifdef HAVE_STRINGS_H
  1026. | # include <strings.h>
  1027. | #endif
  1028. | #ifdef HAVE_INTTYPES_H
  1029. | # include <inttypes.h>
  1030. | #endif
  1031. | #ifdef HAVE_STDINT_H
  1032. | # include <stdint.h>
  1033. | #endif
  1034. | #ifdef HAVE_UNISTD_H
  1035. | # include <unistd.h>
  1036. | #endif
  1037. | int
  1038. | main ()
  1039. | {
  1040. | if (sizeof ((ssize_t)))
  1041. | return 0;
  1042. | ;
  1043. | return 0;
  1044. | }
  1045. configure:4567: result: yes
  1046. configure:4577: checking for POSIX signal interface
  1047. configure:4596: cc -o conftest -g -O2 conftest.c >&5
  1048. configure:4596: $? = 0
  1049. configure:4604: result: yes
  1050. configure:4749: checking for flex
  1051. configure:4794: result: /usr/bin/flex
  1052. configure:4814: using
  1053. configure:4825: checking if you have requested slony1-engine building
  1054. configure:4827: result: yes
  1055. configure:4917: checking for pg_config
  1056. configure:4930: result: /usr/local/bin/pg_config
  1057. configure:4972: checking for correct version of PostgreSQL
  1058. configure:5053: checking for PQunescapeBytea in -lpq
  1059. configure:5078: cc -o conftest -g -O2 -L/usr/local/lib/ conftest.c -lpq >&5
  1060. configure:5078: $? = 0
  1061. configure:5087: result: yes
  1062. configure:5105: checking libpq-fe.h usability
  1063. configure:5105: cc -c -g -O2 -I/usr/local/include/ conftest.c >&5
  1064. configure:5105: $? = 0
  1065. configure:5105: result: yes
  1066. configure:5105: checking libpq-fe.h presence
  1067. configure:5105: cc -E -I/usr/local/include/ conftest.c
  1068. configure:5105: $? = 0
  1069. configure:5105: result: yes
  1070. configure:5105: checking for libpq-fe.h
  1071. configure:5105: result: yes
  1072. configure:5132: checking postgres.h usability
  1073. configure:5132: cc -c -g -O2 -I/usr/local/include/postgresql/server/ conftest.c >&5
  1074. In file included from conftest.c:81:
  1075. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1076. In file included from /usr/local/include/postgresql/server/c.h:53:
  1077. /usr/local/include/postgresql/server/pg_config.h:655:9: warning: 'PACKAGE_BUGREPORT' macro redefined
  1078. #define PACKAGE_BUGREPORT "[email protected]"
  1079. ^
  1080. conftest.c:6:9: note: previous definition is here
  1081. #define PACKAGE_BUGREPORT ""
  1082. ^
  1083. In file included from conftest.c:81:
  1084. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1085. In file included from /usr/local/include/postgresql/server/c.h:53:
  1086. /usr/local/include/postgresql/server/pg_config.h:658:9: warning: 'PACKAGE_NAME' macro redefined
  1087. #define PACKAGE_NAME "PostgreSQL"
  1088. ^
  1089. conftest.c:2:9: note: previous definition is here
  1090. #define PACKAGE_NAME "slony1"
  1091. ^
  1092. In file included from conftest.c:81:
  1093. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1094. In file included from /usr/local/include/postgresql/server/c.h:53:
  1095. /usr/local/include/postgresql/server/pg_config.h:661:9: warning: 'PACKAGE_STRING' macro redefined
  1096. #define PACKAGE_STRING "PostgreSQL 9.2.6"
  1097. ^
  1098. conftest.c:5:9: note: previous definition is here
  1099. #define PACKAGE_STRING "slony1 2.2.2"
  1100. ^
  1101. In file included from conftest.c:81:
  1102. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1103. In file included from /usr/local/include/postgresql/server/c.h:53:
  1104. /usr/local/include/postgresql/server/pg_config.h:664:9: warning: 'PACKAGE_TARNAME' macro redefined
  1105. #define PACKAGE_TARNAME "postgresql"
  1106. ^
  1107. conftest.c:3:9: note: previous definition is here
  1108. #define PACKAGE_TARNAME "slony1"
  1109. ^
  1110. In file included from conftest.c:81:
  1111. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1112. In file included from /usr/local/include/postgresql/server/c.h:53:
  1113. /usr/local/include/postgresql/server/pg_config.h:667:9: warning: 'PACKAGE_VERSION' macro redefined
  1114. #define PACKAGE_VERSION "9.2.6"
  1115. ^
  1116. conftest.c:4:9: note: previous definition is here
  1117. #define PACKAGE_VERSION "2.2.2"
  1118. ^
  1119. In file included from conftest.c:81:
  1120. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1121. /usr/local/include/postgresql/server/c.h:96:10: fatal error: 'libintl.h' file not found
  1122. #include <libintl.h>
  1123. ^
  1124. 5 warnings and 1 error generated.
  1125. configure:5132: $? = 1
  1126. configure: failed program was:
  1127. | /* confdefs.h */
  1128. | #define PACKAGE_NAME "slony1"
  1129. | #define PACKAGE_TARNAME "slony1"
  1130. | #define PACKAGE_VERSION "2.2.2"
  1131. | #define PACKAGE_STRING "slony1 2.2.2"
  1132. | #define PACKAGE_BUGREPORT ""
  1133. | #define PACKAGE_URL ""
  1134. | #define HAVE_PTHREAD 1
  1135. | #define STDC_HEADERS 1
  1136. | #define HAVE_SYS_TYPES_H 1
  1137. | #define HAVE_SYS_STAT_H 1
  1138. | #define HAVE_STDLIB_H 1
  1139. | #define HAVE_STRING_H 1
  1140. | #define HAVE_MEMORY_H 1
  1141. | #define HAVE_STRINGS_H 1
  1142. | #define HAVE_INTTYPES_H 1
  1143. | #define HAVE_STDINT_H 1
  1144. | #define HAVE_UNISTD_H 1
  1145. | #define HAVE_FCNTL_H 1
  1146. | #define HAVE_LIMITS_H 1
  1147. | #define HAVE_STDDEF_H 1
  1148. | #define HAVE_SYS_SOCKET_H 1
  1149. | #define HAVE_SYS_TIME_H 1
  1150. | #define HAVE_INTTYPES_H 1
  1151. | #define HAVE_GETTIMEOFDAY 1
  1152. | #define HAVE_DUP2 1
  1153. | #define HAVE_ALARM 1
  1154. | #define HAVE_MEMSET 1
  1155. | #define HAVE_SELECT 1
  1156. | #define HAVE_STRDUP 1
  1157. | #define HAVE_STRERROR 1
  1158. | #define HAVE_STRTOL 1
  1159. | #define HAVE_STRTOUL 1
  1160. | #define HAVE_INT32_T 1
  1161. | #define HAVE_UINT32_T 1
  1162. | #define HAVE_U_INT32_T 1
  1163. | #define HAVE_INT64_T 1
  1164. | #define HAVE_UINT64_T 1
  1165. | #define HAVE_U_INT64_T 1
  1166. | #define HAVE_SIZE_T 1
  1167. | #define HAVE_SSIZE_T 1
  1168. | #define HAVE_POSIX_SIGNALS /**/
  1169. | #define PG_VERSION_MAJOR 9
  1170. | #define PG_VERSION_MINOR 2
  1171. | #define PG_VERSION_VERIFIED 1
  1172. | #define PG_LIBPQ_VERIFIED 1
  1173. | /* end confdefs.h. */
  1174. | #include <stdio.h>
  1175. | #ifdef HAVE_SYS_TYPES_H
  1176. | # include <sys/types.h>
  1177. | #endif
  1178. | #ifdef HAVE_SYS_STAT_H
  1179. | # include <sys/stat.h>
  1180. | #endif
  1181. | #ifdef STDC_HEADERS
  1182. | # include <stdlib.h>
  1183. | # include <stddef.h>
  1184. | #else
  1185. | # ifdef HAVE_STDLIB_H
  1186. | # include <stdlib.h>
  1187. | # endif
  1188. | #endif
  1189. | #ifdef HAVE_STRING_H
  1190. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1191. | # include <memory.h>
  1192. | # endif
  1193. | # include <string.h>
  1194. | #endif
  1195. | #ifdef HAVE_STRINGS_H
  1196. | # include <strings.h>
  1197. | #endif
  1198. | #ifdef HAVE_INTTYPES_H
  1199. | # include <inttypes.h>
  1200. | #endif
  1201. | #ifdef HAVE_STDINT_H
  1202. | # include <stdint.h>
  1203. | #endif
  1204. | #ifdef HAVE_UNISTD_H
  1205. | # include <unistd.h>
  1206. | #endif
  1207. | #include <postgres.h>
  1208. configure:5132: result: no
  1209. configure:5132: checking postgres.h presence
  1210. configure:5132: cc -E -I/usr/local/include/postgresql/server/ conftest.c
  1211. In file included from conftest.c:48:
  1212. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1213. In file included from /usr/local/include/postgresql/server/c.h:53:
  1214. /usr/local/include/postgresql/server/pg_config.h:655:9: warning: 'PACKAGE_BUGREPORT' macro redefined
  1215. #define PACKAGE_BUGREPORT "[email protected]"
  1216. ^
  1217. conftest.c:6:9: note: previous definition is here
  1218. #define PACKAGE_BUGREPORT ""
  1219. ^
  1220. In file included from conftest.c:48:
  1221. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1222. In file included from /usr/local/include/postgresql/server/c.h:53:
  1223. /usr/local/include/postgresql/server/pg_config.h:658:9: warning: 'PACKAGE_NAME' macro redefined
  1224. #define PACKAGE_NAME "PostgreSQL"
  1225. ^
  1226. conftest.c:2:9: note: previous definition is here
  1227. #define PACKAGE_NAME "slony1"
  1228. ^
  1229. In file included from conftest.c:48:
  1230. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1231. In file included from /usr/local/include/postgresql/server/c.h:53:
  1232. /usr/local/include/postgresql/server/pg_config.h:661:9: warning: 'PACKAGE_STRING' macro redefined
  1233. #define PACKAGE_STRING "PostgreSQL 9.2.6"
  1234. ^
  1235. conftest.c:5:9: note: previous definition is here
  1236. #define PACKAGE_STRING "slony1 2.2.2"
  1237. ^
  1238. In file included from conftest.c:48:
  1239. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1240. In file included from /usr/local/include/postgresql/server/c.h:53:
  1241. /usr/local/include/postgresql/server/pg_config.h:664:9: warning: 'PACKAGE_TARNAME' macro redefined
  1242. #define PACKAGE_TARNAME "postgresql"
  1243. ^
  1244. conftest.c:3:9: note: previous definition is here
  1245. #define PACKAGE_TARNAME "slony1"
  1246. ^
  1247. In file included from conftest.c:48:
  1248. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1249. In file included from /usr/local/include/postgresql/server/c.h:53:
  1250. /usr/local/include/postgresql/server/pg_config.h:667:9: warning: 'PACKAGE_VERSION' macro redefined
  1251. #define PACKAGE_VERSION "9.2.6"
  1252. ^
  1253. conftest.c:4:9: note: previous definition is here
  1254. #define PACKAGE_VERSION "2.2.2"
  1255. ^
  1256. In file included from conftest.c:48:
  1257. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1258. /usr/local/include/postgresql/server/c.h:96:10: fatal error: 'libintl.h' file not found
  1259. #include <libintl.h>
  1260. ^
  1261. 5 warnings and 1 error generated.
  1262. configure:5132: $? = 1
  1263. configure: failed program was:
  1264. | /* confdefs.h */
  1265. | #define PACKAGE_NAME "slony1"
  1266. | #define PACKAGE_TARNAME "slony1"
  1267. | #define PACKAGE_VERSION "2.2.2"
  1268. | #define PACKAGE_STRING "slony1 2.2.2"
  1269. | #define PACKAGE_BUGREPORT ""
  1270. | #define PACKAGE_URL ""
  1271. | #define HAVE_PTHREAD 1
  1272. | #define STDC_HEADERS 1
  1273. | #define HAVE_SYS_TYPES_H 1
  1274. | #define HAVE_SYS_STAT_H 1
  1275. | #define HAVE_STDLIB_H 1
  1276. | #define HAVE_STRING_H 1
  1277. | #define HAVE_MEMORY_H 1
  1278. | #define HAVE_STRINGS_H 1
  1279. | #define HAVE_INTTYPES_H 1
  1280. | #define HAVE_STDINT_H 1
  1281. | #define HAVE_UNISTD_H 1
  1282. | #define HAVE_FCNTL_H 1
  1283. | #define HAVE_LIMITS_H 1
  1284. | #define HAVE_STDDEF_H 1
  1285. | #define HAVE_SYS_SOCKET_H 1
  1286. | #define HAVE_SYS_TIME_H 1
  1287. | #define HAVE_INTTYPES_H 1
  1288. | #define HAVE_GETTIMEOFDAY 1
  1289. | #define HAVE_DUP2 1
  1290. | #define HAVE_ALARM 1
  1291. | #define HAVE_MEMSET 1
  1292. | #define HAVE_SELECT 1
  1293. | #define HAVE_STRDUP 1
  1294. | #define HAVE_STRERROR 1
  1295. | #define HAVE_STRTOL 1
  1296. | #define HAVE_STRTOUL 1
  1297. | #define HAVE_INT32_T 1
  1298. | #define HAVE_UINT32_T 1
  1299. | #define HAVE_U_INT32_T 1
  1300. | #define HAVE_INT64_T 1
  1301. | #define HAVE_UINT64_T 1
  1302. | #define HAVE_U_INT64_T 1
  1303. | #define HAVE_SIZE_T 1
  1304. | #define HAVE_SSIZE_T 1
  1305. | #define HAVE_POSIX_SIGNALS /**/
  1306. | #define PG_VERSION_MAJOR 9
  1307. | #define PG_VERSION_MINOR 2
  1308. | #define PG_VERSION_VERIFIED 1
  1309. | #define PG_LIBPQ_VERIFIED 1
  1310. | /* end confdefs.h. */
  1311. | #include <postgres.h>
  1312. configure:5132: result: no
  1313. configure:5132: checking for postgres.h
  1314. configure:5132: result: no
  1315. configure:5138: checking for utils/typcache.h
  1316. configure:5138: cc -c -g -O2 -I/usr/local/include/postgresql/server/ conftest.c >&5
  1317. In file included from conftest.c:48:
  1318. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1319. In file included from /usr/local/include/postgresql/server/c.h:53:
  1320. /usr/local/include/postgresql/server/pg_config.h:655:9: warning: 'PACKAGE_BUGREPORT' macro redefined
  1321. #define PACKAGE_BUGREPORT "[email protected]"
  1322. ^
  1323. conftest.c:6:9: note: previous definition is here
  1324. #define PACKAGE_BUGREPORT ""
  1325. ^
  1326. In file included from conftest.c:48:
  1327. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1328. In file included from /usr/local/include/postgresql/server/c.h:53:
  1329. /usr/local/include/postgresql/server/pg_config.h:658:9: warning: 'PACKAGE_NAME' macro redefined
  1330. #define PACKAGE_NAME "PostgreSQL"
  1331. ^
  1332. conftest.c:2:9: note: previous definition is here
  1333. #define PACKAGE_NAME "slony1"
  1334. ^
  1335. In file included from conftest.c:48:
  1336. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1337. In file included from /usr/local/include/postgresql/server/c.h:53:
  1338. /usr/local/include/postgresql/server/pg_config.h:661:9: warning: 'PACKAGE_STRING' macro redefined
  1339. #define PACKAGE_STRING "PostgreSQL 9.2.6"
  1340. ^
  1341. conftest.c:5:9: note: previous definition is here
  1342. #define PACKAGE_STRING "slony1 2.2.2"
  1343. ^
  1344. In file included from conftest.c:48:
  1345. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1346. In file included from /usr/local/include/postgresql/server/c.h:53:
  1347. /usr/local/include/postgresql/server/pg_config.h:664:9: warning: 'PACKAGE_TARNAME' macro redefined
  1348. #define PACKAGE_TARNAME "postgresql"
  1349. ^
  1350. conftest.c:3:9: note: previous definition is here
  1351. #define PACKAGE_TARNAME "slony1"
  1352. ^
  1353. In file included from conftest.c:48:
  1354. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1355. In file included from /usr/local/include/postgresql/server/c.h:53:
  1356. /usr/local/include/postgresql/server/pg_config.h:667:9: warning: 'PACKAGE_VERSION' macro redefined
  1357. #define PACKAGE_VERSION "9.2.6"
  1358. ^
  1359. conftest.c:4:9: note: previous definition is here
  1360. #define PACKAGE_VERSION "2.2.2"
  1361. ^
  1362. In file included from conftest.c:48:
  1363. In file included from /usr/local/include/postgresql/server/postgres.h:47:
  1364. /usr/local/include/postgresql/server/c.h:96:10: fatal error: 'libintl.h' file not found
  1365. #include <libintl.h>
  1366. ^
  1367. 5 warnings and 1 error generated.
  1368. configure:5138: $? = 1
  1369. configure: failed program was:
  1370. | /* confdefs.h */
  1371. | #define PACKAGE_NAME "slony1"
  1372. | #define PACKAGE_TARNAME "slony1"
  1373. | #define PACKAGE_VERSION "2.2.2"
  1374. | #define PACKAGE_STRING "slony1 2.2.2"
  1375. | #define PACKAGE_BUGREPORT ""
  1376. | #define PACKAGE_URL ""
  1377. | #define HAVE_PTHREAD 1
  1378. | #define STDC_HEADERS 1
  1379. | #define HAVE_SYS_TYPES_H 1
  1380. | #define HAVE_SYS_STAT_H 1
  1381. | #define HAVE_STDLIB_H 1
  1382. | #define HAVE_STRING_H 1
  1383. | #define HAVE_MEMORY_H 1
  1384. | #define HAVE_STRINGS_H 1
  1385. | #define HAVE_INTTYPES_H 1
  1386. | #define HAVE_STDINT_H 1
  1387. | #define HAVE_UNISTD_H 1
  1388. | #define HAVE_FCNTL_H 1
  1389. | #define HAVE_LIMITS_H 1
  1390. | #define HAVE_STDDEF_H 1
  1391. | #define HAVE_SYS_SOCKET_H 1
  1392. | #define HAVE_SYS_TIME_H 1
  1393. | #define HAVE_INTTYPES_H 1
  1394. | #define HAVE_GETTIMEOFDAY 1
  1395. | #define HAVE_DUP2 1
  1396. | #define HAVE_ALARM 1
  1397. | #define HAVE_MEMSET 1
  1398. | #define HAVE_SELECT 1
  1399. | #define HAVE_STRDUP 1
  1400. | #define HAVE_STRERROR 1
  1401. | #define HAVE_STRTOL 1
  1402. | #define HAVE_STRTOUL 1
  1403. | #define HAVE_INT32_T 1
  1404. | #define HAVE_UINT32_T 1
  1405. | #define HAVE_U_INT32_T 1
  1406. | #define HAVE_INT64_T 1
  1407. | #define HAVE_UINT64_T 1
  1408. | #define HAVE_U_INT64_T 1
  1409. | #define HAVE_SIZE_T 1
  1410. | #define HAVE_SSIZE_T 1
  1411. | #define HAVE_POSIX_SIGNALS /**/
  1412. | #define PG_VERSION_MAJOR 9
  1413. | #define PG_VERSION_MINOR 2
  1414. | #define PG_VERSION_VERIFIED 1
  1415. | #define PG_LIBPQ_VERIFIED 1
  1416. | /* end confdefs.h. */
  1417. | #include "postgres.h"
  1418. |
  1419. | #include <utils/typcache.h>
  1420. configure:5138: result: no
  1421. configure:5155: error: Headers for libpqserver are not found in the includeserverdir.
  1422. This is the path to postgres.h. Please specify the includeserverdir with
  1423. --with-pgincludeserverdir=<dir>
  1424.  
  1425.  
  1426. ## ---------------- ##
  1427. ## Cache variables. ##
  1428. ## ---------------- ##
  1429.  
  1430. ac_cv_build=x86_64-unknown-freebsd10.0
  1431. ac_cv_c_compiler_gnu=yes
  1432. ac_cv_env_CC_set=''
  1433. ac_cv_env_CC_value=''
  1434. ac_cv_env_CFLAGS_set=''
  1435. ac_cv_env_CFLAGS_value=''
  1436. ac_cv_env_CPPFLAGS_set=''
  1437. ac_cv_env_CPPFLAGS_value=''
  1438. ac_cv_env_CPP_set=''
  1439. ac_cv_env_CPP_value=''
  1440. ac_cv_env_DOCBOOKSTYLE_set=''
  1441. ac_cv_env_DOCBOOKSTYLE_value=''
  1442. ac_cv_env_LDFLAGS_set=''
  1443. ac_cv_env_LDFLAGS_value=''
  1444. ac_cv_env_LIBS_set=''
  1445. ac_cv_env_LIBS_value=''
  1446. ac_cv_env_build_alias_set=''
  1447. ac_cv_env_build_alias_value=''
  1448. ac_cv_env_host_alias_set=''
  1449. ac_cv_env_host_alias_value=''
  1450. ac_cv_env_target_alias_set=''
  1451. ac_cv_env_target_alias_value=''
  1452. ac_cv_func_alarm=yes
  1453. ac_cv_func_dup2=yes
  1454. ac_cv_func_gettimeofday=yes
  1455. ac_cv_func_memset=yes
  1456. ac_cv_func_select=yes
  1457. ac_cv_func_strdup=yes
  1458. ac_cv_func_strerror=yes
  1459. ac_cv_func_strtol=yes
  1460. ac_cv_func_strtoul=yes
  1461. ac_cv_header_fcntl_h=yes
  1462. ac_cv_header_inttypes_h=yes
  1463. ac_cv_header_libpq_fe_h=yes
  1464. ac_cv_header_limits_h=yes
  1465. ac_cv_header_memory_h=yes
  1466. ac_cv_header_postgres_h=no
  1467. ac_cv_header_stdc=yes
  1468. ac_cv_header_stddef_h=yes
  1469. ac_cv_header_stdint_h=yes
  1470. ac_cv_header_stdlib_h=yes
  1471. ac_cv_header_string_h=yes
  1472. ac_cv_header_strings_h=yes
  1473. ac_cv_header_sys_socket_h=yes
  1474. ac_cv_header_sys_stat_h=yes
  1475. ac_cv_header_sys_time_h=yes
  1476. ac_cv_header_sys_types_h=yes
  1477. ac_cv_header_unistd_h=yes
  1478. ac_cv_header_utils_typcache_h=no
  1479. ac_cv_host=x86_64-unknown-freebsd10.0
  1480. ac_cv_lib_pq_PQunescapeBytea=yes
  1481. ac_cv_objext=o
  1482. ac_cv_path_EGREP='/usr/bin/grep -E'
  1483. ac_cv_path_GREP=/usr/bin/grep
  1484. ac_cv_path_LD=/usr/bin/ld
  1485. ac_cv_path_PERL=/usr/bin/perl
  1486. ac_cv_path_TAR=/usr/bin/tar
  1487. ac_cv_prog_CC=cc
  1488. ac_cv_prog_CPP='cc -E'
  1489. ac_cv_prog_PTHREAD_CC=cc
  1490. ac_cv_prog_SED=sed
  1491. ac_cv_prog_YACC=yacc
  1492. ac_cv_prog_cc_c89=''
  1493. ac_cv_prog_cc_g=yes
  1494. ac_cv_prog_gnu_ld=yes
  1495. ac_cv_type_int32_t=yes
  1496. ac_cv_type_int64_t=yes
  1497. ac_cv_type_size_t=yes
  1498. ac_cv_type_ssize_t=yes
  1499. ac_cv_type_u_int32_t=yes
  1500. ac_cv_type_u_int64_t=yes
  1501. ac_cv_type_uint32_t=yes
  1502. ac_cv_type_uint64_t=yes
  1503. pgac_cv_path_flex=/usr/bin/flex
  1504. slonac_cv_func_posix_signals=yes
  1505.  
  1506. ## ----------------- ##
  1507. ## Output variables. ##
  1508. ## ----------------- ##
  1509.  
  1510. CC='cc'
  1511. CFLAGS='-g -O2'
  1512. COLLATEINDEX=''
  1513. CONVERT=''
  1514. CPP='cc -E'
  1515. CPPFLAGS=' -I/usr/local/include/postgresql/server/'
  1516. CPPFLAGS_CLIENT=' -I/usr/local/include/'
  1517. CPPFLAGS_SERVER=' -I/usr/local/include/postgresql/server/'
  1518. DEFS=''
  1519. DJPEG=''
  1520. DOCBOOKSTYLE=''
  1521. ECHO_C=''
  1522. ECHO_N='-n'
  1523. ECHO_T=''
  1524. EGREP='/usr/bin/grep -E'
  1525. EXEEXT=''
  1526. FLEXFLAGS=''
  1527. GCC='yes'
  1528. GREP='/usr/bin/grep'
  1529. GROFF=''
  1530. HAVE_PGCOMMON=''
  1531. HAVE_PGPORT=''
  1532. HAVE_POSIX_SIGNALS='yes'
  1533. HOST_OS=''
  1534. JADE=''
  1535. LD='/usr/bin/ld'
  1536. LDFLAGS=' -L/usr/local/lib/'
  1537. LEX='/usr/bin/flex'
  1538. LEXFLAGS=''
  1539. LIBOBJS=''
  1540. LIBS=''
  1541. LTLIBOBJS=''
  1542. NEED_PG_DLLINIT=''
  1543. NLSLIB=''
  1544. NSGMLS=''
  1545. OBJEXT='o'
  1546. PACKAGE_BUGREPORT=''
  1547. PACKAGE_NAME='slony1'
  1548. PACKAGE_STRING='slony1 2.2.2'
  1549. PACKAGE_TARNAME='slony1'
  1550. PACKAGE_URL=''
  1551. PACKAGE_VERSION='2.2.2'
  1552. PATH_SEPARATOR=':'
  1553. PERL='/usr/bin/perl'
  1554. PGAUTODOC=''
  1555. PGBINDIR=''
  1556. PGINCLUDEDIR=''
  1557. PGINCLUDESERVERDIR=''
  1558. PGLIBDIR=''
  1559. PGPKGLIBDIR=''
  1560. PGSHAREDIR=''
  1561. PG_VERSION='9.2'
  1562. PG_VERSION_MAJOR='9'
  1563. PG_VERSION_MINOR='2'
  1564. PNMTOPS=''
  1565. PORTNAME=''
  1566. PS2PDF=''
  1567. PTHREAD_CC='cc'
  1568. PTHREAD_CFLAGS='-D_THREAD_SAFE '
  1569. PTHREAD_LIBS='-lpthread'
  1570. SED='sed'
  1571. SGMLSPL=''
  1572. SHELL='/bin/sh'
  1573. SLONBINDIR=''
  1574. SLONYPATH='/root/slony1-2.2.2'
  1575. TAR='/usr/bin/tar'
  1576. TOOLSBIN=''
  1577. YACC='yacc'
  1578. YFLAGS=''
  1579. ac_ct_CC=''
  1580. acx_pthread_config=''
  1581. bindir='${exec_prefix}/bin'
  1582. build='x86_64-unknown-freebsd10.0'
  1583. build_alias=''
  1584. build_cpu='x86_64'
  1585. build_os='freebsd10.0'
  1586. build_vendor='unknown'
  1587. d2mdir=''
  1588. datadir='${datarootdir}'
  1589. datarootdir='${prefix}/share'
  1590. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1591. dvidir='${docdir}'
  1592. enable_debug='no'
  1593. enable_engine='yes'
  1594. enable_rpath='yes'
  1595. exec_prefix='NONE'
  1596. have_docbook=''
  1597. host='x86_64-unknown-freebsd10.0'
  1598. host_alias=''
  1599. host_cpu='x86_64'
  1600. host_os='freebsd10.0'
  1601. host_vendor='unknown'
  1602. htmldir='${docdir}'
  1603. includedir='${prefix}/include'
  1604. infodir='${datarootdir}/info'
  1605. libdir='${exec_prefix}/lib'
  1606. libexecdir='${exec_prefix}/libexec'
  1607. localedir='${datarootdir}/locale'
  1608. localstatedir='${prefix}/var'
  1609. mandir='${datarootdir}/man'
  1610. oldincludedir='/usr/include'
  1611. pdfdir='${docdir}'
  1612. perlsharedir=''
  1613. prefix='NONE'
  1614. program_transform_name='s,x,x,'
  1615. psdir='${docdir}'
  1616. sbindir='${exec_prefix}/sbin'
  1617. sharedstatedir='${prefix}/com'
  1618. sysconfdir='${prefix}/etc'
  1619. target_alias=''
  1620. with_docs=''
  1621. with_gnu_ld='yes'
  1622.  
  1623. ## ----------- ##
  1624. ## confdefs.h. ##
  1625. ## ----------- ##
  1626.  
  1627. /* confdefs.h */
  1628. #define PACKAGE_NAME "slony1"
  1629. #define PACKAGE_TARNAME "slony1"
  1630. #define PACKAGE_VERSION "2.2.2"
  1631. #define PACKAGE_STRING "slony1 2.2.2"
  1632. #define PACKAGE_BUGREPORT ""
  1633. #define PACKAGE_URL ""
  1634. #define HAVE_PTHREAD 1
  1635. #define STDC_HEADERS 1
  1636. #define HAVE_SYS_TYPES_H 1
  1637. #define HAVE_SYS_STAT_H 1
  1638. #define HAVE_STDLIB_H 1
  1639. #define HAVE_STRING_H 1
  1640. #define HAVE_MEMORY_H 1
  1641. #define HAVE_STRINGS_H 1
  1642. #define HAVE_INTTYPES_H 1
  1643. #define HAVE_STDINT_H 1
  1644. #define HAVE_UNISTD_H 1
  1645. #define HAVE_FCNTL_H 1
  1646. #define HAVE_LIMITS_H 1
  1647. #define HAVE_STDDEF_H 1
  1648. #define HAVE_SYS_SOCKET_H 1
  1649. #define HAVE_SYS_TIME_H 1
  1650. #define HAVE_INTTYPES_H 1
  1651. #define HAVE_GETTIMEOFDAY 1
  1652. #define HAVE_DUP2 1
  1653. #define HAVE_ALARM 1
  1654. #define HAVE_MEMSET 1
  1655. #define HAVE_SELECT 1
  1656. #define HAVE_STRDUP 1
  1657. #define HAVE_STRERROR 1
  1658. #define HAVE_STRTOL 1
  1659. #define HAVE_STRTOUL 1
  1660. #define HAVE_INT32_T 1
  1661. #define HAVE_UINT32_T 1
  1662. #define HAVE_U_INT32_T 1
  1663. #define HAVE_INT64_T 1
  1664. #define HAVE_UINT64_T 1
  1665. #define HAVE_U_INT64_T 1
  1666. #define HAVE_SIZE_T 1
  1667. #define HAVE_SSIZE_T 1
  1668. #define HAVE_POSIX_SIGNALS /**/
  1669. #define PG_VERSION_MAJOR 9
  1670. #define PG_VERSION_MINOR 2
  1671. #define PG_VERSION_VERIFIED 1
  1672. #define PG_LIBPQ_VERIFIED 1
  1673.  
  1674. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment