Advertisement
Guest User

Untitled

a guest
Jan 1st, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 191.91 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 unrealircd configure 4.2.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-showlistmodes --enable-ssl --enable-libcurl=/usr --with-bindir=/home/vectr0n/unrealircd/bin --with-datadir=/home/vectr0n/unrealircd/data --with-pidfile=/home/vectr0n/unrealircd/data/unrealircd.pid --with-confdir=/home/vectr0n/unrealircd/conf --with-modulesdir=/home/vectr0n/unrealircd/modules --with-logdir=/home/vectr0n/unrealircd/logs --with-cachedir=/home/vectr0n/unrealircd/cache --with-docdir=/home/vectr0n/unrealircd/doc --with-tmpdir=/home/vectr0n/unrealircd/tmp --with-privatelibdir=/home/vectr0n/unrealircd/lib --with-scriptdir=/home/vectr0n/unrealircd --with-nick-history=2000 --with-sendq=3000000 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking --with-system-tre --with-system-pcre2
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ircd1.<redacted>
  14. uname -m = x86_64
  15. uname -r = 4.9.0-8-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.9.130-2 (2018-10-27)
  18.  
  19. /usr/bin/uname -p = unknown
  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: /home/vectr0n/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/local/games
  35. PATH: /usr/games
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2644: checking for gcc
  43. configure:2660: found /usr/bin/gcc
  44. configure:2671: result: gcc
  45. configure:2900: checking for C compiler version
  46. configure:2909: gcc --version >&5
  47. gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  48. Copyright (C) 2016 Free Software Foundation, Inc.
  49. This is free software; see the source for copying conditions. There is NO
  50. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  51.  
  52. configure:2920: $? = 0
  53. configure:2909: gcc -v >&5
  54. Using built-in specs.
  55. COLLECT_GCC=gcc
  56. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  57. Target: x86_64-linux-gnu
  58. Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  59. Thread model: posix
  60. gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
  61. configure:2920: $? = 0
  62. configure:2909: gcc -V >&5
  63. gcc: error: unrecognized command line option '-V'
  64. gcc: fatal error: no input files
  65. compilation terminated.
  66. configure:2920: $? = 1
  67. configure:2909: gcc -qversion >&5
  68. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  69. gcc: fatal error: no input files
  70. compilation terminated.
  71. configure:2920: $? = 1
  72. configure:2940: checking whether the C compiler works
  73. configure:2962: gcc conftest.c >&5
  74. configure:2966: $? = 0
  75. configure:3014: result: yes
  76. configure:3017: checking for C compiler default output file name
  77. configure:3019: result: a.out
  78. configure:3025: checking for suffix of executables
  79. configure:3032: gcc -o conftest conftest.c >&5
  80. configure:3036: $? = 0
  81. configure:3058: result:
  82. configure:3080: checking whether we are cross compiling
  83. configure:3088: gcc -o conftest conftest.c >&5
  84. configure:3092: $? = 0
  85. configure:3099: ./conftest
  86. configure:3103: $? = 0
  87. configure:3118: result: no
  88. configure:3123: checking for suffix of object files
  89. configure:3145: gcc -c conftest.c >&5
  90. configure:3149: $? = 0
  91. configure:3170: result: o
  92. configure:3174: checking whether we are using the GNU C compiler
  93. configure:3193: gcc -c conftest.c >&5
  94. configure:3193: $? = 0
  95. configure:3202: result: yes
  96. configure:3211: checking whether gcc accepts -g
  97. configure:3231: gcc -c -g conftest.c >&5
  98. configure:3231: $? = 0
  99. configure:3272: result: yes
  100. configure:3289: checking for gcc option to accept ISO C89
  101. configure:3352: gcc -c -g -O2 conftest.c >&5
  102. configure:3352: $? = 0
  103. configure:3365: result: none needed
  104. configure:3388: checking if gcc has a working -pipe
  105. configure:3407: gcc -c -g -O2 -funsigned-char -pipe conftest.c >&5
  106. configure:3407: $? = 0
  107. configure:3416: result: yes
  108. configure:3423: checking if the compiler has a working -fno-strict-aliasing
  109. configure:3442: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5
  110. configure:3442: $? = 0
  111. configure:3451: result: yes
  112. configure:3457: checking if the compiler has a working -Wno-pointer-sign
  113. configure:3476: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign conftest.c >&5
  114. configure:3476: $? = 0
  115. configure:3485: result: yes
  116. configure:3491: checking if the compiler has a working -Wno-invalid-source-encoding
  117. configure:3510: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding conftest.c >&5
  118. configure:3510: $? = 0
  119. configure:3519: result: yes
  120. configure:3525: checking if the compiler has a working -Wno-format-zero-length
  121. configure:3544: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length conftest.c >&5
  122. configure:3544: $? = 0
  123. configure:3553: result: yes
  124. configure:3559: checking if the compiler has a working -Wno-format-truncation
  125. configure:3578: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror conftest.c >&5
  126. configure:3578: $? = 0
  127. configure:3587: result: yes
  128. configure:3595: checking for rm
  129. configure:3613: found /bin/rm
  130. configure:3625: result: /bin/rm
  131. configure:3635: checking for cp
  132. configure:3653: found /bin/cp
  133. configure:3665: result: /bin/cp
  134. configure:3675: checking for touch
  135. configure:3693: found /usr/bin/touch
  136. configure:3705: result: /usr/bin/touch
  137. configure:3715: checking for openssl
  138. configure:3733: found /usr/bin/openssl
  139. configure:3745: result: /usr/bin/openssl
  140. configure:3755: checking for install
  141. configure:3773: found /usr/bin/install
  142. configure:3785: result: /usr/bin/install
  143. configure:3795: checking for gmake
  144. configure:3823: result: make
  145. configure:3833: checking for gmake
  146. configure:3866: result: no
  147. configure:3873: checking for gunzip
  148. configure:3891: found /bin/gunzip
  149. configure:3903: result: /bin/gunzip
  150. configure:3913: checking for pkg-config
  151. configure:3931: found /usr/bin/pkg-config
  152. configure:3943: result: /usr/bin/pkg-config
  153. configure:3952: checking for crypt in -ldescrypt
  154. configure:3977: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -ldescrypt >&5
  155. /usr/bin/ld: cannot find -ldescrypt
  156. collect2: error: ld returned 1 exit status
  157. configure:3977: $? = 1
  158. configure: failed program was:
  159. | /* confdefs.h */
  160. | #define PACKAGE_NAME "unrealircd"
  161. | #define PACKAGE_TARNAME "unrealircd"
  162. | #define PACKAGE_VERSION "4.2.1"
  163. | #define PACKAGE_STRING "unrealircd 4.2.1"
  164. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  165. | #define PACKAGE_URL "http://unrealircd.org/"
  166. | #define UNREAL_VERSION_GENERATION 4
  167. | #define UNREAL_VERSION_MAJOR 2
  168. | #define UNREAL_VERSION_MINOR 1
  169. | #define UNREAL_VERSION_SUFFIX ""
  170. | /* end confdefs.h. */
  171. |
  172. | /* Override any GCC internal prototype to avoid an error.
  173. | Use char because int might match the return type of a GCC
  174. | builtin and then its argument prototype would still apply. */
  175. | #ifdef __cplusplus
  176. | extern "C"
  177. | #endif
  178. | char crypt ();
  179. | int
  180. | main ()
  181. | {
  182. | return crypt ();
  183. | ;
  184. | return 0;
  185. | }
  186. configure:3986: result: no
  187. configure:3995: checking for crypt in -lcrypt
  188. configure:4020: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -lcrypt >&5
  189. configure:4020: $? = 0
  190. configure:4029: result: yes
  191. configure:4041: checking for socket in -lsocket
  192. configure:4066: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -lsocket >&5
  193. /usr/bin/ld: cannot find -lsocket
  194. collect2: error: ld returned 1 exit status
  195. configure:4066: $? = 1
  196. configure: failed program was:
  197. | /* confdefs.h */
  198. | #define PACKAGE_NAME "unrealircd"
  199. | #define PACKAGE_TARNAME "unrealircd"
  200. | #define PACKAGE_VERSION "4.2.1"
  201. | #define PACKAGE_STRING "unrealircd 4.2.1"
  202. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  203. | #define PACKAGE_URL "http://unrealircd.org/"
  204. | #define UNREAL_VERSION_GENERATION 4
  205. | #define UNREAL_VERSION_MAJOR 2
  206. | #define UNREAL_VERSION_MINOR 1
  207. | #define UNREAL_VERSION_SUFFIX ""
  208. | #define HAVE_CRYPT /**/
  209. | /* end confdefs.h. */
  210. |
  211. | /* Override any GCC internal prototype to avoid an error.
  212. | Use char because int might match the return type of a GCC
  213. | builtin and then its argument prototype would still apply. */
  214. | #ifdef __cplusplus
  215. | extern "C"
  216. | #endif
  217. | char socket ();
  218. | int
  219. | main ()
  220. | {
  221. | return socket ();
  222. | ;
  223. | return 0;
  224. | }
  225. configure:4075: result: no
  226. configure:4082: checking for inet_ntoa in -lnsl
  227. configure:4107: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -lnsl >&5
  228. configure:4107: $? = 0
  229. configure:4116: result: yes
  230. configure:4123: checking for RAND_egd in -lcrypto
  231. configure:4148: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -lcrypto >&5
  232. /tmp/cceHw26J.o: In function `main':
  233. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:25: undefined reference to `RAND_egd'
  234. collect2: error: ld returned 1 exit status
  235. configure:4148: $? = 1
  236. configure: failed program was:
  237. | /* confdefs.h */
  238. | #define PACKAGE_NAME "unrealircd"
  239. | #define PACKAGE_TARNAME "unrealircd"
  240. | #define PACKAGE_VERSION "4.2.1"
  241. | #define PACKAGE_STRING "unrealircd 4.2.1"
  242. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  243. | #define PACKAGE_URL "http://unrealircd.org/"
  244. | #define UNREAL_VERSION_GENERATION 4
  245. | #define UNREAL_VERSION_MAJOR 2
  246. | #define UNREAL_VERSION_MINOR 1
  247. | #define UNREAL_VERSION_SUFFIX ""
  248. | #define HAVE_CRYPT /**/
  249. | /* end confdefs.h. */
  250. |
  251. | /* Override any GCC internal prototype to avoid an error.
  252. | Use char because int might match the return type of a GCC
  253. | builtin and then its argument prototype would still apply. */
  254. | #ifdef __cplusplus
  255. | extern "C"
  256. | #endif
  257. | char RAND_egd ();
  258. | int
  259. | main ()
  260. | {
  261. | return RAND_egd ();
  262. | ;
  263. | return 0;
  264. | }
  265. configure:4157: result: no
  266. configure:4204: checking whether C compiler accepts -fno-strict-overflow
  267. configure:4223: ./extras/wrap-compiler-for-flag-check gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -fno-strict-overflow conftest.c >&5
  268.  
  269. configure:4223: $? = 0
  270. configure:4231: result: yes
  271. configure:4240: checking whether C compiler accepts -fno-strict-overflow
  272. configure:4267: result: yes
  273. configure:4299: checking whether C compiler accepts -D_FORTIFY_SOURCE=2
  274. configure:4318: ./extras/wrap-compiler-for-flag-check gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5
  275.  
  276. configure:4318: $? = 0
  277. configure:4326: result: yes
  278. configure:4335: checking whether C compiler accepts -D_FORTIFY_SOURCE=2
  279. configure:4362: result: yes
  280. configure:4393: checking whether C compiler accepts -fstack-protector-all
  281. configure:4412: ./extras/wrap-compiler-for-flag-check gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -fstack-protector-all conftest.c >&5
  282.  
  283. configure:4412: $? = 0
  284. configure:4420: result: yes
  285. configure:4429: checking whether C compiler accepts -fstack-protector-all
  286. configure:4456: result: yes
  287. configure:4459: checking whether the linker accepts -fstack-protector-all
  288. configure:4478: ./extras/wrap-compiler-for-flag-check gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -fstack-protector-all conftest.c >&5
  289.  
  290. configure:4478: $? = 0
  291. configure:4487: result: yes
  292. configure:4497: checking whether C compiler accepts -Wstack-protector
  293. configure:4516: ./extras/wrap-compiler-for-flag-check gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -fstack-protector-all -Wstack-protector conftest.c >&5
  294.  
  295. configure:4516: $? = 0
  296. configure:4524: result: yes
  297. configure:4533: checking whether C compiler accepts -Wstack-protector
  298. configure:4560: result: yes
  299. configure:4590: checking whether C compiler accepts --param ssp-buffer-size=1
  300. configure:4609: ./extras/wrap-compiler-for-flag-check gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -fstack-protector-all --param ssp-buffer-size=1 conftest.c >&5
  301.  
  302. configure:4609: $? = 0
  303. configure:4617: result: yes
  304. configure:4626: checking whether C compiler accepts --param ssp-buffer-size=1
  305. configure:4653: result: yes
  306. configure:4711: checking whether C compiler accepts -fPIE
  307. configure:4730: ./extras/wrap-compiler-for-flag-check gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -fPIE conftest.c >&5
  308.  
  309. configure:4730: $? = 0
  310. configure:4738: result: yes
  311. configure:4747: checking whether C compiler accepts -fPIE
  312. configure:4774: result: yes
  313. configure:4777: checking whether the linker accepts -fPIE -pie
  314. configure:4796: ./extras/wrap-compiler-for-flag-check gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -fPIE -pie conftest.c >&5
  315.  
  316. configure:4796: $? = 0
  317. configure:4805: result: yes
  318. configure:4871: checking whether the linker accepts -Wl,-z,relro
  319. configure:4890: ./extras/wrap-compiler-for-flag-check gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -Wl,-z,relro conftest.c >&5
  320.  
  321. configure:4890: $? = 0
  322. configure:4899: result: yes
  323. configure:4903: checking whether the linker accepts -Wl,-z,now
  324. configure:4922: ./extras/wrap-compiler-for-flag-check gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -Wl,-z,now conftest.c >&5
  325.  
  326. configure:4922: $? = 0
  327. configure:4931: result: yes
  328. configure:4956: checking if your system has IPv6 support
  329. configure:4981: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  330. conftest.c: In function 'main':
  331. conftest.c:19:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  332. exit(0); /* We only check if the code compiles, that's enough. We can deal with missing runtime IPv6 */
  333. ^~~~
  334. conftest.c:19:1: warning: incompatible implicit declaration of built-in function 'exit'
  335. conftest.c:19:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  336. conftest.c: At top level:
  337. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  338. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  339. configure:4981: $? = 0
  340. configure:4981: ./conftest
  341. configure:4981: $? = 0
  342. configure:4992: result: yes
  343. configure:5004: checking how to run the C preprocessor
  344. configure:5035: gcc -E conftest.c
  345. configure:5035: $? = 0
  346. configure:5049: gcc -E conftest.c
  347. conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
  348. #include <ac_nonexistent.h>
  349. ^
  350. compilation terminated.
  351. configure:5049: $? = 1
  352. configure: failed program was:
  353. | /* confdefs.h */
  354. | #define PACKAGE_NAME "unrealircd"
  355. | #define PACKAGE_TARNAME "unrealircd"
  356. | #define PACKAGE_VERSION "4.2.1"
  357. | #define PACKAGE_STRING "unrealircd 4.2.1"
  358. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  359. | #define PACKAGE_URL "http://unrealircd.org/"
  360. | #define UNREAL_VERSION_GENERATION 4
  361. | #define UNREAL_VERSION_MAJOR 2
  362. | #define UNREAL_VERSION_MINOR 1
  363. | #define UNREAL_VERSION_SUFFIX ""
  364. | #define HAVE_CRYPT /**/
  365. | /* end confdefs.h. */
  366. | #include <ac_nonexistent.h>
  367. configure:5074: result: gcc -E
  368. configure:5094: gcc -E conftest.c
  369. configure:5094: $? = 0
  370. configure:5108: gcc -E conftest.c
  371. conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
  372. #include <ac_nonexistent.h>
  373. ^
  374. compilation terminated.
  375. configure:5108: $? = 1
  376. configure: failed program was:
  377. | /* confdefs.h */
  378. | #define PACKAGE_NAME "unrealircd"
  379. | #define PACKAGE_TARNAME "unrealircd"
  380. | #define PACKAGE_VERSION "4.2.1"
  381. | #define PACKAGE_STRING "unrealircd 4.2.1"
  382. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  383. | #define PACKAGE_URL "http://unrealircd.org/"
  384. | #define UNREAL_VERSION_GENERATION 4
  385. | #define UNREAL_VERSION_MAJOR 2
  386. | #define UNREAL_VERSION_MINOR 1
  387. | #define UNREAL_VERSION_SUFFIX ""
  388. | #define HAVE_CRYPT /**/
  389. | /* end confdefs.h. */
  390. | #include <ac_nonexistent.h>
  391. configure:5137: checking for grep that handles long lines and -e
  392. configure:5195: result: /bin/grep
  393. configure:5200: checking for egrep
  394. configure:5262: result: /bin/grep -E
  395. configure:5267: checking for ANSI C header files
  396. configure:5287: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  397. configure:5287: $? = 0
  398. configure:5360: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  399. configure:5360: $? = 0
  400. configure:5360: ./conftest
  401. configure:5360: $? = 0
  402. configure:5371: result: yes
  403. configure:5384: checking for sys/types.h
  404. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  405. configure:5384: $? = 0
  406. configure:5384: result: yes
  407. configure:5384: checking for sys/stat.h
  408. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  409. configure:5384: $? = 0
  410. configure:5384: result: yes
  411. configure:5384: checking for stdlib.h
  412. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  413. configure:5384: $? = 0
  414. configure:5384: result: yes
  415. configure:5384: checking for string.h
  416. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  417. configure:5384: $? = 0
  418. configure:5384: result: yes
  419. configure:5384: checking for memory.h
  420. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  421. configure:5384: $? = 0
  422. configure:5384: result: yes
  423. configure:5384: checking for strings.h
  424. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  425. configure:5384: $? = 0
  426. configure:5384: result: yes
  427. configure:5384: checking for inttypes.h
  428. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  429. configure:5384: $? = 0
  430. configure:5384: result: yes
  431. configure:5384: checking for stdint.h
  432. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  433. configure:5384: $? = 0
  434. configure:5384: result: yes
  435. configure:5384: checking for unistd.h
  436. configure:5384: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  437. configure:5384: $? = 0
  438. configure:5384: result: yes
  439. configure:5396: checking sys/param.h usability
  440. configure:5396: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  441. configure:5396: $? = 0
  442. configure:5396: result: yes
  443. configure:5396: checking sys/param.h presence
  444. configure:5396: gcc -E conftest.c
  445. configure:5396: $? = 0
  446. configure:5396: result: yes
  447. configure:5396: checking for sys/param.h
  448. configure:5396: result: yes
  449. configure:5404: checking for stdlib.h
  450. configure:5404: result: yes
  451. configure:5412: checking stddef.h usability
  452. configure:5412: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  453. configure:5412: $? = 0
  454. configure:5412: result: yes
  455. configure:5412: checking stddef.h presence
  456. configure:5412: gcc -E conftest.c
  457. configure:5412: $? = 0
  458. configure:5412: result: yes
  459. configure:5412: checking for stddef.h
  460. configure:5412: result: yes
  461. configure:5420: checking sys/syslog.h usability
  462. configure:5420: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  463. configure:5420: $? = 0
  464. configure:5420: result: yes
  465. configure:5420: checking sys/syslog.h presence
  466. configure:5420: gcc -E conftest.c
  467. configure:5420: $? = 0
  468. configure:5420: result: yes
  469. configure:5420: checking for sys/syslog.h
  470. configure:5420: result: yes
  471. configure:5428: checking for unistd.h
  472. configure:5428: result: yes
  473. configure:5436: checking for string.h
  474. configure:5436: result: yes
  475. configure:5444: checking for strings.h
  476. configure:5444: result: yes
  477. configure:5452: checking malloc.h usability
  478. configure:5452: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  479. configure:5452: $? = 0
  480. configure:5452: result: yes
  481. configure:5452: checking malloc.h presence
  482. configure:5452: gcc -E conftest.c
  483. configure:5452: $? = 0
  484. configure:5452: result: yes
  485. configure:5452: checking for malloc.h
  486. configure:5452: result: yes
  487. configure:5460: checking sys/rusage.h usability
  488. configure:5460: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  489. conftest.c:65:24: fatal error: sys/rusage.h: No such file or directory
  490. #include <sys/rusage.h>
  491. ^
  492. compilation terminated.
  493. configure:5460: $? = 1
  494. configure: failed program was:
  495. | /* confdefs.h */
  496. | #define PACKAGE_NAME "unrealircd"
  497. | #define PACKAGE_TARNAME "unrealircd"
  498. | #define PACKAGE_VERSION "4.2.1"
  499. | #define PACKAGE_STRING "unrealircd 4.2.1"
  500. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  501. | #define PACKAGE_URL "http://unrealircd.org/"
  502. | #define UNREAL_VERSION_GENERATION 4
  503. | #define UNREAL_VERSION_MAJOR 2
  504. | #define UNREAL_VERSION_MINOR 1
  505. | #define UNREAL_VERSION_SUFFIX ""
  506. | #define HAVE_CRYPT /**/
  507. | #define STDC_HEADERS 1
  508. | #define HAVE_SYS_TYPES_H 1
  509. | #define HAVE_SYS_STAT_H 1
  510. | #define HAVE_STDLIB_H 1
  511. | #define HAVE_STRING_H 1
  512. | #define HAVE_MEMORY_H 1
  513. | #define HAVE_STRINGS_H 1
  514. | #define HAVE_INTTYPES_H 1
  515. | #define HAVE_STDINT_H 1
  516. | #define HAVE_UNISTD_H 1
  517. | #define PARAMH /**/
  518. | #define STDLIBH /**/
  519. | #define STDDEFH /**/
  520. | #define SYSSYSLOGH /**/
  521. | #define UNISTDH /**/
  522. | #define STRINGH /**/
  523. | #define STRINGSH /**/
  524. | #define MALLOCH <malloc.h>
  525. | /* end confdefs.h. */
  526. | #include <stdio.h>
  527. | #ifdef HAVE_SYS_TYPES_H
  528. | # include <sys/types.h>
  529. | #endif
  530. | #ifdef HAVE_SYS_STAT_H
  531. | # include <sys/stat.h>
  532. | #endif
  533. | #ifdef STDC_HEADERS
  534. | # include <stdlib.h>
  535. | # include <stddef.h>
  536. | #else
  537. | # ifdef HAVE_STDLIB_H
  538. | # include <stdlib.h>
  539. | # endif
  540. | #endif
  541. | #ifdef HAVE_STRING_H
  542. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  543. | # include <memory.h>
  544. | # endif
  545. | # include <string.h>
  546. | #endif
  547. | #ifdef HAVE_STRINGS_H
  548. | # include <strings.h>
  549. | #endif
  550. | #ifdef HAVE_INTTYPES_H
  551. | # include <inttypes.h>
  552. | #endif
  553. | #ifdef HAVE_STDINT_H
  554. | # include <stdint.h>
  555. | #endif
  556. | #ifdef HAVE_UNISTD_H
  557. | # include <unistd.h>
  558. | #endif
  559. | #include <sys/rusage.h>
  560. configure:5460: result: no
  561. configure:5460: checking sys/rusage.h presence
  562. configure:5460: gcc -E conftest.c
  563. conftest.c:32:24: fatal error: sys/rusage.h: No such file or directory
  564. #include <sys/rusage.h>
  565. ^
  566. compilation terminated.
  567. configure:5460: $? = 1
  568. configure: failed program was:
  569. | /* confdefs.h */
  570. | #define PACKAGE_NAME "unrealircd"
  571. | #define PACKAGE_TARNAME "unrealircd"
  572. | #define PACKAGE_VERSION "4.2.1"
  573. | #define PACKAGE_STRING "unrealircd 4.2.1"
  574. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  575. | #define PACKAGE_URL "http://unrealircd.org/"
  576. | #define UNREAL_VERSION_GENERATION 4
  577. | #define UNREAL_VERSION_MAJOR 2
  578. | #define UNREAL_VERSION_MINOR 1
  579. | #define UNREAL_VERSION_SUFFIX ""
  580. | #define HAVE_CRYPT /**/
  581. | #define STDC_HEADERS 1
  582. | #define HAVE_SYS_TYPES_H 1
  583. | #define HAVE_SYS_STAT_H 1
  584. | #define HAVE_STDLIB_H 1
  585. | #define HAVE_STRING_H 1
  586. | #define HAVE_MEMORY_H 1
  587. | #define HAVE_STRINGS_H 1
  588. | #define HAVE_INTTYPES_H 1
  589. | #define HAVE_STDINT_H 1
  590. | #define HAVE_UNISTD_H 1
  591. | #define PARAMH /**/
  592. | #define STDLIBH /**/
  593. | #define STDDEFH /**/
  594. | #define SYSSYSLOGH /**/
  595. | #define UNISTDH /**/
  596. | #define STRINGH /**/
  597. | #define STRINGSH /**/
  598. | #define MALLOCH <malloc.h>
  599. | /* end confdefs.h. */
  600. | #include <sys/rusage.h>
  601. configure:5460: result: no
  602. configure:5460: checking for sys/rusage.h
  603. configure:5460: result: no
  604. configure:5468: checking glob.h usability
  605. configure:5468: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  606. configure:5468: $? = 0
  607. configure:5468: result: yes
  608. configure:5468: checking glob.h presence
  609. configure:5468: gcc -E conftest.c
  610. configure:5468: $? = 0
  611. configure:5468: result: yes
  612. configure:5468: checking for glob.h
  613. configure:5468: result: yes
  614. configure:5479: checking for stdint.h
  615. configure:5479: result: yes
  616. configure:5479: checking for inttypes.h
  617. configure:5479: result: yes
  618. configure:5489: checking for an ANSI C-conforming const
  619. configure:5555: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  620. configure:5555: $? = 0
  621. configure:5562: result: yes
  622. configure:5570: checking for inline
  623. configure:5586: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  624. configure:5586: $? = 0
  625. configure:5594: result: inline
  626. configure:5613: checking for mode_t
  627. configure:5613: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  628. configure:5613: $? = 0
  629. configure:5613: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  630. conftest.c: In function 'main':
  631. conftest.c:71:21: error: expected expression before ')' token
  632. if (sizeof ((mode_t)))
  633. ^
  634. conftest.c: At top level:
  635. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  636. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  637. configure:5613: $? = 1
  638. configure: failed program was:
  639. | /* confdefs.h */
  640. | #define PACKAGE_NAME "unrealircd"
  641. | #define PACKAGE_TARNAME "unrealircd"
  642. | #define PACKAGE_VERSION "4.2.1"
  643. | #define PACKAGE_STRING "unrealircd 4.2.1"
  644. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  645. | #define PACKAGE_URL "http://unrealircd.org/"
  646. | #define UNREAL_VERSION_GENERATION 4
  647. | #define UNREAL_VERSION_MAJOR 2
  648. | #define UNREAL_VERSION_MINOR 1
  649. | #define UNREAL_VERSION_SUFFIX ""
  650. | #define HAVE_CRYPT /**/
  651. | #define STDC_HEADERS 1
  652. | #define HAVE_SYS_TYPES_H 1
  653. | #define HAVE_SYS_STAT_H 1
  654. | #define HAVE_STDLIB_H 1
  655. | #define HAVE_STRING_H 1
  656. | #define HAVE_MEMORY_H 1
  657. | #define HAVE_STRINGS_H 1
  658. | #define HAVE_INTTYPES_H 1
  659. | #define HAVE_STDINT_H 1
  660. | #define HAVE_UNISTD_H 1
  661. | #define PARAMH /**/
  662. | #define STDLIBH /**/
  663. | #define STDDEFH /**/
  664. | #define SYSSYSLOGH /**/
  665. | #define UNISTDH /**/
  666. | #define STRINGH /**/
  667. | #define STRINGSH /**/
  668. | #define MALLOCH <malloc.h>
  669. | #define GLOBH /**/
  670. | #define HAVE_STDINT_H 1
  671. | #define HAVE_INTTYPES_H 1
  672. | /* end confdefs.h. */
  673. | #include <stdio.h>
  674. | #ifdef HAVE_SYS_TYPES_H
  675. | # include <sys/types.h>
  676. | #endif
  677. | #ifdef HAVE_SYS_STAT_H
  678. | # include <sys/stat.h>
  679. | #endif
  680. | #ifdef STDC_HEADERS
  681. | # include <stdlib.h>
  682. | # include <stddef.h>
  683. | #else
  684. | # ifdef HAVE_STDLIB_H
  685. | # include <stdlib.h>
  686. | # endif
  687. | #endif
  688. | #ifdef HAVE_STRING_H
  689. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  690. | # include <memory.h>
  691. | # endif
  692. | # include <string.h>
  693. | #endif
  694. | #ifdef HAVE_STRINGS_H
  695. | # include <strings.h>
  696. | #endif
  697. | #ifdef HAVE_INTTYPES_H
  698. | # include <inttypes.h>
  699. | #endif
  700. | #ifdef HAVE_STDINT_H
  701. | # include <stdint.h>
  702. | #endif
  703. | #ifdef HAVE_UNISTD_H
  704. | # include <unistd.h>
  705. | #endif
  706. | int
  707. | main ()
  708. | {
  709. | if (sizeof ((mode_t)))
  710. | return 0;
  711. | ;
  712. | return 0;
  713. | }
  714. configure:5613: result: yes
  715. configure:5624: checking for size_t
  716. configure:5624: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  717. configure:5624: $? = 0
  718. configure:5624: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  719. conftest.c: In function 'main':
  720. conftest.c:71:21: error: expected expression before ')' token
  721. if (sizeof ((size_t)))
  722. ^
  723. conftest.c: At top level:
  724. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  725. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  726. configure:5624: $? = 1
  727. configure: failed program was:
  728. | /* confdefs.h */
  729. | #define PACKAGE_NAME "unrealircd"
  730. | #define PACKAGE_TARNAME "unrealircd"
  731. | #define PACKAGE_VERSION "4.2.1"
  732. | #define PACKAGE_STRING "unrealircd 4.2.1"
  733. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  734. | #define PACKAGE_URL "http://unrealircd.org/"
  735. | #define UNREAL_VERSION_GENERATION 4
  736. | #define UNREAL_VERSION_MAJOR 2
  737. | #define UNREAL_VERSION_MINOR 1
  738. | #define UNREAL_VERSION_SUFFIX ""
  739. | #define HAVE_CRYPT /**/
  740. | #define STDC_HEADERS 1
  741. | #define HAVE_SYS_TYPES_H 1
  742. | #define HAVE_SYS_STAT_H 1
  743. | #define HAVE_STDLIB_H 1
  744. | #define HAVE_STRING_H 1
  745. | #define HAVE_MEMORY_H 1
  746. | #define HAVE_STRINGS_H 1
  747. | #define HAVE_INTTYPES_H 1
  748. | #define HAVE_STDINT_H 1
  749. | #define HAVE_UNISTD_H 1
  750. | #define PARAMH /**/
  751. | #define STDLIBH /**/
  752. | #define STDDEFH /**/
  753. | #define SYSSYSLOGH /**/
  754. | #define UNISTDH /**/
  755. | #define STRINGH /**/
  756. | #define STRINGSH /**/
  757. | #define MALLOCH <malloc.h>
  758. | #define GLOBH /**/
  759. | #define HAVE_STDINT_H 1
  760. | #define HAVE_INTTYPES_H 1
  761. | /* end confdefs.h. */
  762. | #include <stdio.h>
  763. | #ifdef HAVE_SYS_TYPES_H
  764. | # include <sys/types.h>
  765. | #endif
  766. | #ifdef HAVE_SYS_STAT_H
  767. | # include <sys/stat.h>
  768. | #endif
  769. | #ifdef STDC_HEADERS
  770. | # include <stdlib.h>
  771. | # include <stddef.h>
  772. | #else
  773. | # ifdef HAVE_STDLIB_H
  774. | # include <stdlib.h>
  775. | # endif
  776. | #endif
  777. | #ifdef HAVE_STRING_H
  778. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  779. | # include <memory.h>
  780. | # endif
  781. | # include <string.h>
  782. | #endif
  783. | #ifdef HAVE_STRINGS_H
  784. | # include <strings.h>
  785. | #endif
  786. | #ifdef HAVE_INTTYPES_H
  787. | # include <inttypes.h>
  788. | #endif
  789. | #ifdef HAVE_STDINT_H
  790. | # include <stdint.h>
  791. | #endif
  792. | #ifdef HAVE_UNISTD_H
  793. | # include <unistd.h>
  794. | #endif
  795. | int
  796. | main ()
  797. | {
  798. | if (sizeof ((size_t)))
  799. | return 0;
  800. | ;
  801. | return 0;
  802. | }
  803. configure:5624: result: yes
  804. configure:5636: checking for intptr_t
  805. configure:5636: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  806. configure:5636: $? = 0
  807. configure:5636: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  808. conftest.c: In function 'main':
  809. conftest.c:71:23: error: expected expression before ')' token
  810. if (sizeof ((intptr_t)))
  811. ^
  812. conftest.c: At top level:
  813. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  814. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  815. configure:5636: $? = 1
  816. configure: failed program was:
  817. | /* confdefs.h */
  818. | #define PACKAGE_NAME "unrealircd"
  819. | #define PACKAGE_TARNAME "unrealircd"
  820. | #define PACKAGE_VERSION "4.2.1"
  821. | #define PACKAGE_STRING "unrealircd 4.2.1"
  822. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  823. | #define PACKAGE_URL "http://unrealircd.org/"
  824. | #define UNREAL_VERSION_GENERATION 4
  825. | #define UNREAL_VERSION_MAJOR 2
  826. | #define UNREAL_VERSION_MINOR 1
  827. | #define UNREAL_VERSION_SUFFIX ""
  828. | #define HAVE_CRYPT /**/
  829. | #define STDC_HEADERS 1
  830. | #define HAVE_SYS_TYPES_H 1
  831. | #define HAVE_SYS_STAT_H 1
  832. | #define HAVE_STDLIB_H 1
  833. | #define HAVE_STRING_H 1
  834. | #define HAVE_MEMORY_H 1
  835. | #define HAVE_STRINGS_H 1
  836. | #define HAVE_INTTYPES_H 1
  837. | #define HAVE_STDINT_H 1
  838. | #define HAVE_UNISTD_H 1
  839. | #define PARAMH /**/
  840. | #define STDLIBH /**/
  841. | #define STDDEFH /**/
  842. | #define SYSSYSLOGH /**/
  843. | #define UNISTDH /**/
  844. | #define STRINGH /**/
  845. | #define STRINGSH /**/
  846. | #define MALLOCH <malloc.h>
  847. | #define GLOBH /**/
  848. | #define HAVE_STDINT_H 1
  849. | #define HAVE_INTTYPES_H 1
  850. | /* end confdefs.h. */
  851. | #include <stdio.h>
  852. | #ifdef HAVE_SYS_TYPES_H
  853. | # include <sys/types.h>
  854. | #endif
  855. | #ifdef HAVE_SYS_STAT_H
  856. | # include <sys/stat.h>
  857. | #endif
  858. | #ifdef STDC_HEADERS
  859. | # include <stdlib.h>
  860. | # include <stddef.h>
  861. | #else
  862. | # ifdef HAVE_STDLIB_H
  863. | # include <stdlib.h>
  864. | # endif
  865. | #endif
  866. | #ifdef HAVE_STRING_H
  867. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  868. | # include <memory.h>
  869. | # endif
  870. | # include <string.h>
  871. | #endif
  872. | #ifdef HAVE_STRINGS_H
  873. | # include <strings.h>
  874. | #endif
  875. | #ifdef HAVE_INTTYPES_H
  876. | # include <inttypes.h>
  877. | #endif
  878. | #ifdef HAVE_STDINT_H
  879. | # include <stdint.h>
  880. | #endif
  881. | #ifdef HAVE_UNISTD_H
  882. | # include <unistd.h>
  883. | #endif
  884. | int
  885. | main ()
  886. | {
  887. | if (sizeof ((intptr_t)))
  888. | return 0;
  889. | ;
  890. | return 0;
  891. | }
  892. configure:5636: result: yes
  893. configure:5672: checking whether time.h and sys/time.h may both be included
  894. configure:5692: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  895. configure:5692: $? = 0
  896. configure:5699: result: yes
  897. configure:5707: checking for sys/wait.h that is POSIX.1 compatible
  898. configure:5733: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  899. configure:5733: $? = 0
  900. configure:5740: result: yes
  901. configure:5748: checking whether struct tm is in sys/time.h or time.h
  902. configure:5768: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  903. configure:5768: $? = 0
  904. configure:5775: result: time.h
  905. configure:5783: checking for uid_t in sys/types.h
  906. configure:5802: result: yes
  907. configure:5817: checking size of short
  908. configure:5822: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  909. configure:5822: $? = 0
  910. configure:5822: ./conftest
  911. configure:5822: $? = 0
  912. configure:5836: result: 2
  913. configure:5850: checking size of int
  914. configure:5855: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  915. configure:5855: $? = 0
  916. configure:5855: ./conftest
  917. configure:5855: $? = 0
  918. configure:5869: result: 4
  919. configure:5883: checking size of long
  920. configure:5888: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  921. configure:5888: $? = 0
  922. configure:5888: ./conftest
  923. configure:5888: $? = 0
  924. configure:5902: result: 8
  925. configure:5936: checking for int16_t
  926. configure:5936: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  927. configure:5936: $? = 0
  928. configure:5936: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  929. conftest.c: In function 'main':
  930. conftest.c:77:22: error: expected expression before ')' token
  931. if (sizeof ((int16_t)))
  932. ^
  933. conftest.c: At top level:
  934. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  935. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  936. configure:5936: $? = 1
  937. configure: failed program was:
  938. | /* confdefs.h */
  939. | #define PACKAGE_NAME "unrealircd"
  940. | #define PACKAGE_TARNAME "unrealircd"
  941. | #define PACKAGE_VERSION "4.2.1"
  942. | #define PACKAGE_STRING "unrealircd 4.2.1"
  943. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  944. | #define PACKAGE_URL "http://unrealircd.org/"
  945. | #define UNREAL_VERSION_GENERATION 4
  946. | #define UNREAL_VERSION_MAJOR 2
  947. | #define UNREAL_VERSION_MINOR 1
  948. | #define UNREAL_VERSION_SUFFIX ""
  949. | #define HAVE_CRYPT /**/
  950. | #define STDC_HEADERS 1
  951. | #define HAVE_SYS_TYPES_H 1
  952. | #define HAVE_SYS_STAT_H 1
  953. | #define HAVE_STDLIB_H 1
  954. | #define HAVE_STRING_H 1
  955. | #define HAVE_MEMORY_H 1
  956. | #define HAVE_STRINGS_H 1
  957. | #define HAVE_INTTYPES_H 1
  958. | #define HAVE_STDINT_H 1
  959. | #define HAVE_UNISTD_H 1
  960. | #define PARAMH /**/
  961. | #define STDLIBH /**/
  962. | #define STDDEFH /**/
  963. | #define SYSSYSLOGH /**/
  964. | #define UNISTDH /**/
  965. | #define STRINGH /**/
  966. | #define STRINGSH /**/
  967. | #define MALLOCH <malloc.h>
  968. | #define GLOBH /**/
  969. | #define HAVE_STDINT_H 1
  970. | #define HAVE_INTTYPES_H 1
  971. | #define HAVE_INTPTR_T 1
  972. | #define TIME_WITH_SYS_TIME 1
  973. | #define HAVE_SYS_WAIT_H 1
  974. | #define SIZEOF_SHORT 2
  975. | #define SIZEOF_INT 4
  976. | #define SIZEOF_LONG 8
  977. | /* end confdefs.h. */
  978. | #include <stdio.h>
  979. | #ifdef HAVE_SYS_TYPES_H
  980. | # include <sys/types.h>
  981. | #endif
  982. | #ifdef HAVE_SYS_STAT_H
  983. | # include <sys/stat.h>
  984. | #endif
  985. | #ifdef STDC_HEADERS
  986. | # include <stdlib.h>
  987. | # include <stddef.h>
  988. | #else
  989. | # ifdef HAVE_STDLIB_H
  990. | # include <stdlib.h>
  991. | # endif
  992. | #endif
  993. | #ifdef HAVE_STRING_H
  994. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  995. | # include <memory.h>
  996. | # endif
  997. | # include <string.h>
  998. | #endif
  999. | #ifdef HAVE_STRINGS_H
  1000. | # include <strings.h>
  1001. | #endif
  1002. | #ifdef HAVE_INTTYPES_H
  1003. | # include <inttypes.h>
  1004. | #endif
  1005. | #ifdef HAVE_STDINT_H
  1006. | # include <stdint.h>
  1007. | #endif
  1008. | #ifdef HAVE_UNISTD_H
  1009. | # include <unistd.h>
  1010. | #endif
  1011. | int
  1012. | main ()
  1013. | {
  1014. | if (sizeof ((int16_t)))
  1015. | return 0;
  1016. | ;
  1017. | return 0;
  1018. | }
  1019. configure:5936: result: yes
  1020. configure:5947: checking for u_int16_t
  1021. configure:5947: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1022. configure:5947: $? = 0
  1023. configure:5947: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1024. conftest.c: In function 'main':
  1025. conftest.c:77:24: error: expected expression before ')' token
  1026. if (sizeof ((u_int16_t)))
  1027. ^
  1028. conftest.c: At top level:
  1029. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1030. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1031. configure:5947: $? = 1
  1032. configure: failed program was:
  1033. | /* confdefs.h */
  1034. | #define PACKAGE_NAME "unrealircd"
  1035. | #define PACKAGE_TARNAME "unrealircd"
  1036. | #define PACKAGE_VERSION "4.2.1"
  1037. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1038. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1039. | #define PACKAGE_URL "http://unrealircd.org/"
  1040. | #define UNREAL_VERSION_GENERATION 4
  1041. | #define UNREAL_VERSION_MAJOR 2
  1042. | #define UNREAL_VERSION_MINOR 1
  1043. | #define UNREAL_VERSION_SUFFIX ""
  1044. | #define HAVE_CRYPT /**/
  1045. | #define STDC_HEADERS 1
  1046. | #define HAVE_SYS_TYPES_H 1
  1047. | #define HAVE_SYS_STAT_H 1
  1048. | #define HAVE_STDLIB_H 1
  1049. | #define HAVE_STRING_H 1
  1050. | #define HAVE_MEMORY_H 1
  1051. | #define HAVE_STRINGS_H 1
  1052. | #define HAVE_INTTYPES_H 1
  1053. | #define HAVE_STDINT_H 1
  1054. | #define HAVE_UNISTD_H 1
  1055. | #define PARAMH /**/
  1056. | #define STDLIBH /**/
  1057. | #define STDDEFH /**/
  1058. | #define SYSSYSLOGH /**/
  1059. | #define UNISTDH /**/
  1060. | #define STRINGH /**/
  1061. | #define STRINGSH /**/
  1062. | #define MALLOCH <malloc.h>
  1063. | #define GLOBH /**/
  1064. | #define HAVE_STDINT_H 1
  1065. | #define HAVE_INTTYPES_H 1
  1066. | #define HAVE_INTPTR_T 1
  1067. | #define TIME_WITH_SYS_TIME 1
  1068. | #define HAVE_SYS_WAIT_H 1
  1069. | #define SIZEOF_SHORT 2
  1070. | #define SIZEOF_INT 4
  1071. | #define SIZEOF_LONG 8
  1072. | /* end confdefs.h. */
  1073. | #include <stdio.h>
  1074. | #ifdef HAVE_SYS_TYPES_H
  1075. | # include <sys/types.h>
  1076. | #endif
  1077. | #ifdef HAVE_SYS_STAT_H
  1078. | # include <sys/stat.h>
  1079. | #endif
  1080. | #ifdef STDC_HEADERS
  1081. | # include <stdlib.h>
  1082. | # include <stddef.h>
  1083. | #else
  1084. | # ifdef HAVE_STDLIB_H
  1085. | # include <stdlib.h>
  1086. | # endif
  1087. | #endif
  1088. | #ifdef HAVE_STRING_H
  1089. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1090. | # include <memory.h>
  1091. | # endif
  1092. | # include <string.h>
  1093. | #endif
  1094. | #ifdef HAVE_STRINGS_H
  1095. | # include <strings.h>
  1096. | #endif
  1097. | #ifdef HAVE_INTTYPES_H
  1098. | # include <inttypes.h>
  1099. | #endif
  1100. | #ifdef HAVE_STDINT_H
  1101. | # include <stdint.h>
  1102. | #endif
  1103. | #ifdef HAVE_UNISTD_H
  1104. | # include <unistd.h>
  1105. | #endif
  1106. | int
  1107. | main ()
  1108. | {
  1109. | if (sizeof ((u_int16_t)))
  1110. | return 0;
  1111. | ;
  1112. | return 0;
  1113. | }
  1114. configure:5947: result: yes
  1115. configure:5962: checking for int32_t
  1116. configure:5962: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1117. configure:5962: $? = 0
  1118. configure:5962: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1119. conftest.c: In function 'main':
  1120. conftest.c:77:22: error: expected expression before ')' token
  1121. if (sizeof ((int32_t)))
  1122. ^
  1123. conftest.c: At top level:
  1124. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1125. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1126. configure:5962: $? = 1
  1127. configure: failed program was:
  1128. | /* confdefs.h */
  1129. | #define PACKAGE_NAME "unrealircd"
  1130. | #define PACKAGE_TARNAME "unrealircd"
  1131. | #define PACKAGE_VERSION "4.2.1"
  1132. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1133. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1134. | #define PACKAGE_URL "http://unrealircd.org/"
  1135. | #define UNREAL_VERSION_GENERATION 4
  1136. | #define UNREAL_VERSION_MAJOR 2
  1137. | #define UNREAL_VERSION_MINOR 1
  1138. | #define UNREAL_VERSION_SUFFIX ""
  1139. | #define HAVE_CRYPT /**/
  1140. | #define STDC_HEADERS 1
  1141. | #define HAVE_SYS_TYPES_H 1
  1142. | #define HAVE_SYS_STAT_H 1
  1143. | #define HAVE_STDLIB_H 1
  1144. | #define HAVE_STRING_H 1
  1145. | #define HAVE_MEMORY_H 1
  1146. | #define HAVE_STRINGS_H 1
  1147. | #define HAVE_INTTYPES_H 1
  1148. | #define HAVE_STDINT_H 1
  1149. | #define HAVE_UNISTD_H 1
  1150. | #define PARAMH /**/
  1151. | #define STDLIBH /**/
  1152. | #define STDDEFH /**/
  1153. | #define SYSSYSLOGH /**/
  1154. | #define UNISTDH /**/
  1155. | #define STRINGH /**/
  1156. | #define STRINGSH /**/
  1157. | #define MALLOCH <malloc.h>
  1158. | #define GLOBH /**/
  1159. | #define HAVE_STDINT_H 1
  1160. | #define HAVE_INTTYPES_H 1
  1161. | #define HAVE_INTPTR_T 1
  1162. | #define TIME_WITH_SYS_TIME 1
  1163. | #define HAVE_SYS_WAIT_H 1
  1164. | #define SIZEOF_SHORT 2
  1165. | #define SIZEOF_INT 4
  1166. | #define SIZEOF_LONG 8
  1167. | /* end confdefs.h. */
  1168. | #include <stdio.h>
  1169. | #ifdef HAVE_SYS_TYPES_H
  1170. | # include <sys/types.h>
  1171. | #endif
  1172. | #ifdef HAVE_SYS_STAT_H
  1173. | # include <sys/stat.h>
  1174. | #endif
  1175. | #ifdef STDC_HEADERS
  1176. | # include <stdlib.h>
  1177. | # include <stddef.h>
  1178. | #else
  1179. | # ifdef HAVE_STDLIB_H
  1180. | # include <stdlib.h>
  1181. | # endif
  1182. | #endif
  1183. | #ifdef HAVE_STRING_H
  1184. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1185. | # include <memory.h>
  1186. | # endif
  1187. | # include <string.h>
  1188. | #endif
  1189. | #ifdef HAVE_STRINGS_H
  1190. | # include <strings.h>
  1191. | #endif
  1192. | #ifdef HAVE_INTTYPES_H
  1193. | # include <inttypes.h>
  1194. | #endif
  1195. | #ifdef HAVE_STDINT_H
  1196. | # include <stdint.h>
  1197. | #endif
  1198. | #ifdef HAVE_UNISTD_H
  1199. | # include <unistd.h>
  1200. | #endif
  1201. | int
  1202. | main ()
  1203. | {
  1204. | if (sizeof ((int32_t)))
  1205. | return 0;
  1206. | ;
  1207. | return 0;
  1208. | }
  1209. configure:5962: result: yes
  1210. configure:5973: checking for u_int32_t
  1211. configure:5973: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1212. configure:5973: $? = 0
  1213. configure:5973: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1214. conftest.c: In function 'main':
  1215. conftest.c:77:24: error: expected expression before ')' token
  1216. if (sizeof ((u_int32_t)))
  1217. ^
  1218. conftest.c: At top level:
  1219. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1220. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1221. configure:5973: $? = 1
  1222. configure: failed program was:
  1223. | /* confdefs.h */
  1224. | #define PACKAGE_NAME "unrealircd"
  1225. | #define PACKAGE_TARNAME "unrealircd"
  1226. | #define PACKAGE_VERSION "4.2.1"
  1227. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1228. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1229. | #define PACKAGE_URL "http://unrealircd.org/"
  1230. | #define UNREAL_VERSION_GENERATION 4
  1231. | #define UNREAL_VERSION_MAJOR 2
  1232. | #define UNREAL_VERSION_MINOR 1
  1233. | #define UNREAL_VERSION_SUFFIX ""
  1234. | #define HAVE_CRYPT /**/
  1235. | #define STDC_HEADERS 1
  1236. | #define HAVE_SYS_TYPES_H 1
  1237. | #define HAVE_SYS_STAT_H 1
  1238. | #define HAVE_STDLIB_H 1
  1239. | #define HAVE_STRING_H 1
  1240. | #define HAVE_MEMORY_H 1
  1241. | #define HAVE_STRINGS_H 1
  1242. | #define HAVE_INTTYPES_H 1
  1243. | #define HAVE_STDINT_H 1
  1244. | #define HAVE_UNISTD_H 1
  1245. | #define PARAMH /**/
  1246. | #define STDLIBH /**/
  1247. | #define STDDEFH /**/
  1248. | #define SYSSYSLOGH /**/
  1249. | #define UNISTDH /**/
  1250. | #define STRINGH /**/
  1251. | #define STRINGSH /**/
  1252. | #define MALLOCH <malloc.h>
  1253. | #define GLOBH /**/
  1254. | #define HAVE_STDINT_H 1
  1255. | #define HAVE_INTTYPES_H 1
  1256. | #define HAVE_INTPTR_T 1
  1257. | #define TIME_WITH_SYS_TIME 1
  1258. | #define HAVE_SYS_WAIT_H 1
  1259. | #define SIZEOF_SHORT 2
  1260. | #define SIZEOF_INT 4
  1261. | #define SIZEOF_LONG 8
  1262. | /* end confdefs.h. */
  1263. | #include <stdio.h>
  1264. | #ifdef HAVE_SYS_TYPES_H
  1265. | # include <sys/types.h>
  1266. | #endif
  1267. | #ifdef HAVE_SYS_STAT_H
  1268. | # include <sys/stat.h>
  1269. | #endif
  1270. | #ifdef STDC_HEADERS
  1271. | # include <stdlib.h>
  1272. | # include <stddef.h>
  1273. | #else
  1274. | # ifdef HAVE_STDLIB_H
  1275. | # include <stdlib.h>
  1276. | # endif
  1277. | #endif
  1278. | #ifdef HAVE_STRING_H
  1279. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1280. | # include <memory.h>
  1281. | # endif
  1282. | # include <string.h>
  1283. | #endif
  1284. | #ifdef HAVE_STRINGS_H
  1285. | # include <strings.h>
  1286. | #endif
  1287. | #ifdef HAVE_INTTYPES_H
  1288. | # include <inttypes.h>
  1289. | #endif
  1290. | #ifdef HAVE_STDINT_H
  1291. | # include <stdint.h>
  1292. | #endif
  1293. | #ifdef HAVE_UNISTD_H
  1294. | # include <unistd.h>
  1295. | #endif
  1296. | int
  1297. | main ()
  1298. | {
  1299. | if (sizeof ((u_int32_t)))
  1300. | return 0;
  1301. | ;
  1302. | return 0;
  1303. | }
  1304. configure:5973: result: yes
  1305. configure:6037: checking size of rlim_t
  1306. configure:6042: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1307. conftest.c: In function 'longval':
  1308. conftest.c:74:57: error: 'rlim_t' undeclared (first use in this function)
  1309. static long int longval () { return (long int) (sizeof (rlim_t)); }
  1310. ^~~~~~
  1311. conftest.c:74:57: note: each undeclared identifier is reported only once for each function it appears in
  1312. conftest.c: In function 'ulongval':
  1313. conftest.c:75:67: error: 'rlim_t' undeclared (first use in this function)
  1314. static unsigned long int ulongval () { return (long int) (sizeof (rlim_t)); }
  1315. ^~~~~~
  1316. conftest.c: In function 'main':
  1317. conftest.c:85:28: error: 'rlim_t' undeclared (first use in this function)
  1318. if (((long int) (sizeof (rlim_t))) < 0)
  1319. ^~~~~~
  1320. conftest.c: At top level:
  1321. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1322. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1323. configure:6042: $? = 1
  1324. configure: program exited with status 1
  1325. configure: failed program was:
  1326. | /* confdefs.h */
  1327. | #define PACKAGE_NAME "unrealircd"
  1328. | #define PACKAGE_TARNAME "unrealircd"
  1329. | #define PACKAGE_VERSION "4.2.1"
  1330. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1331. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1332. | #define PACKAGE_URL "http://unrealircd.org/"
  1333. | #define UNREAL_VERSION_GENERATION 4
  1334. | #define UNREAL_VERSION_MAJOR 2
  1335. | #define UNREAL_VERSION_MINOR 1
  1336. | #define UNREAL_VERSION_SUFFIX ""
  1337. | #define HAVE_CRYPT /**/
  1338. | #define STDC_HEADERS 1
  1339. | #define HAVE_SYS_TYPES_H 1
  1340. | #define HAVE_SYS_STAT_H 1
  1341. | #define HAVE_STDLIB_H 1
  1342. | #define HAVE_STRING_H 1
  1343. | #define HAVE_MEMORY_H 1
  1344. | #define HAVE_STRINGS_H 1
  1345. | #define HAVE_INTTYPES_H 1
  1346. | #define HAVE_STDINT_H 1
  1347. | #define HAVE_UNISTD_H 1
  1348. | #define PARAMH /**/
  1349. | #define STDLIBH /**/
  1350. | #define STDDEFH /**/
  1351. | #define SYSSYSLOGH /**/
  1352. | #define UNISTDH /**/
  1353. | #define STRINGH /**/
  1354. | #define STRINGSH /**/
  1355. | #define MALLOCH <malloc.h>
  1356. | #define GLOBH /**/
  1357. | #define HAVE_STDINT_H 1
  1358. | #define HAVE_INTTYPES_H 1
  1359. | #define HAVE_INTPTR_T 1
  1360. | #define TIME_WITH_SYS_TIME 1
  1361. | #define HAVE_SYS_WAIT_H 1
  1362. | #define SIZEOF_SHORT 2
  1363. | #define SIZEOF_INT 4
  1364. | #define SIZEOF_LONG 8
  1365. | /* end confdefs.h. */
  1366. | #include <stdio.h>
  1367. | #ifdef HAVE_SYS_TYPES_H
  1368. | # include <sys/types.h>
  1369. | #endif
  1370. | #ifdef HAVE_SYS_STAT_H
  1371. | # include <sys/stat.h>
  1372. | #endif
  1373. | #ifdef STDC_HEADERS
  1374. | # include <stdlib.h>
  1375. | # include <stddef.h>
  1376. | #else
  1377. | # ifdef HAVE_STDLIB_H
  1378. | # include <stdlib.h>
  1379. | # endif
  1380. | #endif
  1381. | #ifdef HAVE_STRING_H
  1382. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1383. | # include <memory.h>
  1384. | # endif
  1385. | # include <string.h>
  1386. | #endif
  1387. | #ifdef HAVE_STRINGS_H
  1388. | # include <strings.h>
  1389. | #endif
  1390. | #ifdef HAVE_INTTYPES_H
  1391. | # include <inttypes.h>
  1392. | #endif
  1393. | #ifdef HAVE_STDINT_H
  1394. | # include <stdint.h>
  1395. | #endif
  1396. | #ifdef HAVE_UNISTD_H
  1397. | # include <unistd.h>
  1398. | #endif
  1399. | static long int longval () { return (long int) (sizeof (rlim_t)); }
  1400. | static unsigned long int ulongval () { return (long int) (sizeof (rlim_t)); }
  1401. | #include <stdio.h>
  1402. | #include <stdlib.h>
  1403. | int
  1404. | main ()
  1405. | {
  1406. |
  1407. | FILE *f = fopen ("conftest.val", "w");
  1408. | if (! f)
  1409. | return 1;
  1410. | if (((long int) (sizeof (rlim_t))) < 0)
  1411. | {
  1412. | long int i = longval ();
  1413. | if (i != ((long int) (sizeof (rlim_t))))
  1414. | return 1;
  1415. | fprintf (f, "%ld", i);
  1416. | }
  1417. | else
  1418. | {
  1419. | unsigned long int i = ulongval ();
  1420. | if (i != ((long int) (sizeof (rlim_t))))
  1421. | return 1;
  1422. | fprintf (f, "%lu", i);
  1423. | }
  1424. | /* Do not output a trailing newline, as this causes \r\n confusion
  1425. | on some platforms. */
  1426. | return ferror (f) || fclose (f) != 0;
  1427. |
  1428. | ;
  1429. | return 0;
  1430. | }
  1431. configure:6056: result: 0
  1432. configure:6073: checking what kind of nonblocking sockets you have
  1433. configure:6116: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1434. conftest.c:49:1: warning: return type defaults to 'int' [-Wimplicit-int]
  1435. alarmed() {
  1436. ^~~~~~~
  1437. conftest.c: In function 'alarmed':
  1438. conftest.c:50:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  1439. exit(1);
  1440. ^~~~
  1441. conftest.c:50:1: warning: incompatible implicit declaration of built-in function 'exit'
  1442. conftest.c:50:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  1443. conftest.c: In function 'main':
  1444. conftest.c:58:17: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
  1445. signal(SIGALRM, alarmed);
  1446. ^~~~~~~
  1447. In file included from conftest.c:48:0:
  1448. /usr/include/signal.h:102:23: note: expected '__sighandler_t {aka void (*)(int)}' but argument is of type 'int (*)()'
  1449. extern __sighandler_t signal (int __sig, __sighandler_t __handler)
  1450. ^~~~~~
  1451. conftest.c:59:1: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration]
  1452. alarm(3);
  1453. ^~~~~
  1454. conftest.c:62:1: warning: incompatible implicit declaration of built-in function 'exit'
  1455. exit(0);
  1456. ^~~~
  1457. conftest.c:62:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  1458. conftest.c:65:1: warning: incompatible implicit declaration of built-in function 'exit'
  1459. exit(1);
  1460. ^~~~
  1461. conftest.c:65:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  1462. conftest.c: At top level:
  1463. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1464. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1465. configure:6116: $? = 0
  1466. configure:6116: ./conftest
  1467. configure:6116: $? = 0
  1468. configure:6212: result: O_NONBLOCK
  1469. configure:6229: checking whether gcc needs -traditional
  1470. configure:6263: result: no
  1471. configure:6270: checking whether setpgrp takes no argument
  1472. configure:6292: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1473. conftest.c: In function 'main':
  1474. conftest.c:82:10: error: too many arguments to function 'setpgrp'
  1475. return setpgrp (1,1) != -1;
  1476. ^~~~~~~
  1477. In file included from conftest.c:74:0:
  1478. /usr/include/unistd.h:663:12: note: declared here
  1479. extern int setpgrp (void) __THROW;
  1480. ^~~~~~~
  1481. conftest.c: At top level:
  1482. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1483. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1484. configure:6292: $? = 1
  1485. configure: program exited with status 1
  1486. configure: failed program was:
  1487. | /* confdefs.h */
  1488. | #define PACKAGE_NAME "unrealircd"
  1489. | #define PACKAGE_TARNAME "unrealircd"
  1490. | #define PACKAGE_VERSION "4.2.1"
  1491. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1492. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1493. | #define PACKAGE_URL "http://unrealircd.org/"
  1494. | #define UNREAL_VERSION_GENERATION 4
  1495. | #define UNREAL_VERSION_MAJOR 2
  1496. | #define UNREAL_VERSION_MINOR 1
  1497. | #define UNREAL_VERSION_SUFFIX ""
  1498. | #define HAVE_CRYPT /**/
  1499. | #define STDC_HEADERS 1
  1500. | #define HAVE_SYS_TYPES_H 1
  1501. | #define HAVE_SYS_STAT_H 1
  1502. | #define HAVE_STDLIB_H 1
  1503. | #define HAVE_STRING_H 1
  1504. | #define HAVE_MEMORY_H 1
  1505. | #define HAVE_STRINGS_H 1
  1506. | #define HAVE_INTTYPES_H 1
  1507. | #define HAVE_STDINT_H 1
  1508. | #define HAVE_UNISTD_H 1
  1509. | #define PARAMH /**/
  1510. | #define STDLIBH /**/
  1511. | #define STDDEFH /**/
  1512. | #define SYSSYSLOGH /**/
  1513. | #define UNISTDH /**/
  1514. | #define STRINGH /**/
  1515. | #define STRINGSH /**/
  1516. | #define MALLOCH <malloc.h>
  1517. | #define GLOBH /**/
  1518. | #define HAVE_STDINT_H 1
  1519. | #define HAVE_INTTYPES_H 1
  1520. | #define HAVE_INTPTR_T 1
  1521. | #define TIME_WITH_SYS_TIME 1
  1522. | #define HAVE_SYS_WAIT_H 1
  1523. | #define SIZEOF_SHORT 2
  1524. | #define SIZEOF_INT 4
  1525. | #define SIZEOF_LONG 8
  1526. | #define SIZEOF_RLIM_T 0
  1527. | #define NBLOCK_POSIX /**/
  1528. | /* end confdefs.h. */
  1529. | #include <stdio.h>
  1530. | #ifdef HAVE_SYS_TYPES_H
  1531. | # include <sys/types.h>
  1532. | #endif
  1533. | #ifdef HAVE_SYS_STAT_H
  1534. | # include <sys/stat.h>
  1535. | #endif
  1536. | #ifdef STDC_HEADERS
  1537. | # include <stdlib.h>
  1538. | # include <stddef.h>
  1539. | #else
  1540. | # ifdef HAVE_STDLIB_H
  1541. | # include <stdlib.h>
  1542. | # endif
  1543. | #endif
  1544. | #ifdef HAVE_STRING_H
  1545. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1546. | # include <memory.h>
  1547. | # endif
  1548. | # include <string.h>
  1549. | #endif
  1550. | #ifdef HAVE_STRINGS_H
  1551. | # include <strings.h>
  1552. | #endif
  1553. | #ifdef HAVE_INTTYPES_H
  1554. | # include <inttypes.h>
  1555. | #endif
  1556. | #ifdef HAVE_STDINT_H
  1557. | # include <stdint.h>
  1558. | #endif
  1559. | #ifdef HAVE_UNISTD_H
  1560. | # include <unistd.h>
  1561. | #endif
  1562. | int
  1563. | main ()
  1564. | {
  1565. | /* If this system has a BSD-style setpgrp which takes arguments,
  1566. | setpgrp(1, 1) will fail with ESRCH and return -1, in that case
  1567. | exit successfully. */
  1568. | return setpgrp (1,1) != -1;
  1569. | ;
  1570. | return 0;
  1571. | }
  1572. configure:6302: result: yes
  1573. configure:6319: checking for snprintf
  1574. configure:6319: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1575. conftest.c:67:6: warning: conflicting types for built-in function 'snprintf'
  1576. char snprintf ();
  1577. ^~~~~~~~
  1578. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1579. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1580. configure:6319: $? = 0
  1581. configure:6319: result: yes
  1582. configure:6332: checking for vsnprintf
  1583. configure:6332: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1584. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1585. #define HAVE_SNPRINTF /**/
  1586.  
  1587. conftest.c:43:0: note: this is the location of the previous definition
  1588. #define HAVE_SNPRINTF 1
  1589.  
  1590. conftest.c:69:6: warning: conflicting types for built-in function 'vsnprintf'
  1591. char vsnprintf ();
  1592. ^~~~~~~~~
  1593. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1594. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1595. configure:6332: $? = 0
  1596. configure:6332: result: yes
  1597. configure:6345: checking for strlcpy
  1598. configure:6345: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1599. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1600. #define HAVE_SNPRINTF /**/
  1601.  
  1602. conftest.c:43:0: note: this is the location of the previous definition
  1603. #define HAVE_SNPRINTF 1
  1604.  
  1605. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  1606. #define HAVE_VSNPRINTF /**/
  1607.  
  1608. conftest.c:45:0: note: this is the location of the previous definition
  1609. #define HAVE_VSNPRINTF 1
  1610.  
  1611. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1612. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1613. /tmp/ccBH1EPT.o: In function `main':
  1614. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:82: undefined reference to `strlcpy'
  1615. collect2: error: ld returned 1 exit status
  1616. configure:6345: $? = 1
  1617. configure: failed program was:
  1618. | /* confdefs.h */
  1619. | #define PACKAGE_NAME "unrealircd"
  1620. | #define PACKAGE_TARNAME "unrealircd"
  1621. | #define PACKAGE_VERSION "4.2.1"
  1622. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1623. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1624. | #define PACKAGE_URL "http://unrealircd.org/"
  1625. | #define UNREAL_VERSION_GENERATION 4
  1626. | #define UNREAL_VERSION_MAJOR 2
  1627. | #define UNREAL_VERSION_MINOR 1
  1628. | #define UNREAL_VERSION_SUFFIX ""
  1629. | #define HAVE_CRYPT /**/
  1630. | #define STDC_HEADERS 1
  1631. | #define HAVE_SYS_TYPES_H 1
  1632. | #define HAVE_SYS_STAT_H 1
  1633. | #define HAVE_STDLIB_H 1
  1634. | #define HAVE_STRING_H 1
  1635. | #define HAVE_MEMORY_H 1
  1636. | #define HAVE_STRINGS_H 1
  1637. | #define HAVE_INTTYPES_H 1
  1638. | #define HAVE_STDINT_H 1
  1639. | #define HAVE_UNISTD_H 1
  1640. | #define PARAMH /**/
  1641. | #define STDLIBH /**/
  1642. | #define STDDEFH /**/
  1643. | #define SYSSYSLOGH /**/
  1644. | #define UNISTDH /**/
  1645. | #define STRINGH /**/
  1646. | #define STRINGSH /**/
  1647. | #define MALLOCH <malloc.h>
  1648. | #define GLOBH /**/
  1649. | #define HAVE_STDINT_H 1
  1650. | #define HAVE_INTTYPES_H 1
  1651. | #define HAVE_INTPTR_T 1
  1652. | #define TIME_WITH_SYS_TIME 1
  1653. | #define HAVE_SYS_WAIT_H 1
  1654. | #define SIZEOF_SHORT 2
  1655. | #define SIZEOF_INT 4
  1656. | #define SIZEOF_LONG 8
  1657. | #define SIZEOF_RLIM_T 0
  1658. | #define NBLOCK_POSIX /**/
  1659. | #define SETPGRP_VOID 1
  1660. | #define HAVE_SNPRINTF 1
  1661. | #define HAVE_SNPRINTF /**/
  1662. | #define HAVE_VSNPRINTF 1
  1663. | #define HAVE_VSNPRINTF /**/
  1664. | /* end confdefs.h. */
  1665. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  1666. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1667. | #define strlcpy innocuous_strlcpy
  1668. |
  1669. | /* System header to define __stub macros and hopefully few prototypes,
  1670. | which can conflict with char strlcpy (); below.
  1671. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1672. | <limits.h> exists even on freestanding compilers. */
  1673. |
  1674. | #ifdef __STDC__
  1675. | # include <limits.h>
  1676. | #else
  1677. | # include <assert.h>
  1678. | #endif
  1679. |
  1680. | #undef strlcpy
  1681. |
  1682. | /* Override any GCC internal prototype to avoid an error.
  1683. | Use char because int might match the return type of a GCC
  1684. | builtin and then its argument prototype would still apply. */
  1685. | #ifdef __cplusplus
  1686. | extern "C"
  1687. | #endif
  1688. | char strlcpy ();
  1689. | /* The GNU C library defines this for functions which it implements
  1690. | to always fail with ENOSYS. Some functions are actually named
  1691. | something starting with __ and the normal name is an alias. */
  1692. | #if defined __stub_strlcpy || defined __stub___strlcpy
  1693. | choke me
  1694. | #endif
  1695. |
  1696. | int
  1697. | main ()
  1698. | {
  1699. | return strlcpy ();
  1700. | ;
  1701. | return 0;
  1702. | }
  1703. configure:6345: result: no
  1704. configure:6358: checking for strlcat
  1705. configure:6358: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1706. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1707. #define HAVE_SNPRINTF /**/
  1708.  
  1709. conftest.c:43:0: note: this is the location of the previous definition
  1710. #define HAVE_SNPRINTF 1
  1711.  
  1712. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  1713. #define HAVE_VSNPRINTF /**/
  1714.  
  1715. conftest.c:45:0: note: this is the location of the previous definition
  1716. #define HAVE_VSNPRINTF 1
  1717.  
  1718. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1719. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1720. /tmp/ccrjrlSV.o: In function `main':
  1721. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:82: undefined reference to `strlcat'
  1722. collect2: error: ld returned 1 exit status
  1723. configure:6358: $? = 1
  1724. configure: failed program was:
  1725. | /* confdefs.h */
  1726. | #define PACKAGE_NAME "unrealircd"
  1727. | #define PACKAGE_TARNAME "unrealircd"
  1728. | #define PACKAGE_VERSION "4.2.1"
  1729. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1730. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1731. | #define PACKAGE_URL "http://unrealircd.org/"
  1732. | #define UNREAL_VERSION_GENERATION 4
  1733. | #define UNREAL_VERSION_MAJOR 2
  1734. | #define UNREAL_VERSION_MINOR 1
  1735. | #define UNREAL_VERSION_SUFFIX ""
  1736. | #define HAVE_CRYPT /**/
  1737. | #define STDC_HEADERS 1
  1738. | #define HAVE_SYS_TYPES_H 1
  1739. | #define HAVE_SYS_STAT_H 1
  1740. | #define HAVE_STDLIB_H 1
  1741. | #define HAVE_STRING_H 1
  1742. | #define HAVE_MEMORY_H 1
  1743. | #define HAVE_STRINGS_H 1
  1744. | #define HAVE_INTTYPES_H 1
  1745. | #define HAVE_STDINT_H 1
  1746. | #define HAVE_UNISTD_H 1
  1747. | #define PARAMH /**/
  1748. | #define STDLIBH /**/
  1749. | #define STDDEFH /**/
  1750. | #define SYSSYSLOGH /**/
  1751. | #define UNISTDH /**/
  1752. | #define STRINGH /**/
  1753. | #define STRINGSH /**/
  1754. | #define MALLOCH <malloc.h>
  1755. | #define GLOBH /**/
  1756. | #define HAVE_STDINT_H 1
  1757. | #define HAVE_INTTYPES_H 1
  1758. | #define HAVE_INTPTR_T 1
  1759. | #define TIME_WITH_SYS_TIME 1
  1760. | #define HAVE_SYS_WAIT_H 1
  1761. | #define SIZEOF_SHORT 2
  1762. | #define SIZEOF_INT 4
  1763. | #define SIZEOF_LONG 8
  1764. | #define SIZEOF_RLIM_T 0
  1765. | #define NBLOCK_POSIX /**/
  1766. | #define SETPGRP_VOID 1
  1767. | #define HAVE_SNPRINTF 1
  1768. | #define HAVE_SNPRINTF /**/
  1769. | #define HAVE_VSNPRINTF 1
  1770. | #define HAVE_VSNPRINTF /**/
  1771. | /* end confdefs.h. */
  1772. | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
  1773. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1774. | #define strlcat innocuous_strlcat
  1775. |
  1776. | /* System header to define __stub macros and hopefully few prototypes,
  1777. | which can conflict with char strlcat (); below.
  1778. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1779. | <limits.h> exists even on freestanding compilers. */
  1780. |
  1781. | #ifdef __STDC__
  1782. | # include <limits.h>
  1783. | #else
  1784. | # include <assert.h>
  1785. | #endif
  1786. |
  1787. | #undef strlcat
  1788. |
  1789. | /* Override any GCC internal prototype to avoid an error.
  1790. | Use char because int might match the return type of a GCC
  1791. | builtin and then its argument prototype would still apply. */
  1792. | #ifdef __cplusplus
  1793. | extern "C"
  1794. | #endif
  1795. | char strlcat ();
  1796. | /* The GNU C library defines this for functions which it implements
  1797. | to always fail with ENOSYS. Some functions are actually named
  1798. | something starting with __ and the normal name is an alias. */
  1799. | #if defined __stub_strlcat || defined __stub___strlcat
  1800. | choke me
  1801. | #endif
  1802. |
  1803. | int
  1804. | main ()
  1805. | {
  1806. | return strlcat ();
  1807. | ;
  1808. | return 0;
  1809. | }
  1810. configure:6358: result: no
  1811. configure:6371: checking for strlncat
  1812. configure:6371: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1813. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1814. #define HAVE_SNPRINTF /**/
  1815.  
  1816. conftest.c:43:0: note: this is the location of the previous definition
  1817. #define HAVE_SNPRINTF 1
  1818.  
  1819. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  1820. #define HAVE_VSNPRINTF /**/
  1821.  
  1822. conftest.c:45:0: note: this is the location of the previous definition
  1823. #define HAVE_VSNPRINTF 1
  1824.  
  1825. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1826. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1827. /tmp/ccV9cVjZ.o: In function `main':
  1828. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:82: undefined reference to `strlncat'
  1829. collect2: error: ld returned 1 exit status
  1830. configure:6371: $? = 1
  1831. configure: failed program was:
  1832. | /* confdefs.h */
  1833. | #define PACKAGE_NAME "unrealircd"
  1834. | #define PACKAGE_TARNAME "unrealircd"
  1835. | #define PACKAGE_VERSION "4.2.1"
  1836. | #define PACKAGE_STRING "unrealircd 4.2.1"
  1837. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  1838. | #define PACKAGE_URL "http://unrealircd.org/"
  1839. | #define UNREAL_VERSION_GENERATION 4
  1840. | #define UNREAL_VERSION_MAJOR 2
  1841. | #define UNREAL_VERSION_MINOR 1
  1842. | #define UNREAL_VERSION_SUFFIX ""
  1843. | #define HAVE_CRYPT /**/
  1844. | #define STDC_HEADERS 1
  1845. | #define HAVE_SYS_TYPES_H 1
  1846. | #define HAVE_SYS_STAT_H 1
  1847. | #define HAVE_STDLIB_H 1
  1848. | #define HAVE_STRING_H 1
  1849. | #define HAVE_MEMORY_H 1
  1850. | #define HAVE_STRINGS_H 1
  1851. | #define HAVE_INTTYPES_H 1
  1852. | #define HAVE_STDINT_H 1
  1853. | #define HAVE_UNISTD_H 1
  1854. | #define PARAMH /**/
  1855. | #define STDLIBH /**/
  1856. | #define STDDEFH /**/
  1857. | #define SYSSYSLOGH /**/
  1858. | #define UNISTDH /**/
  1859. | #define STRINGH /**/
  1860. | #define STRINGSH /**/
  1861. | #define MALLOCH <malloc.h>
  1862. | #define GLOBH /**/
  1863. | #define HAVE_STDINT_H 1
  1864. | #define HAVE_INTTYPES_H 1
  1865. | #define HAVE_INTPTR_T 1
  1866. | #define TIME_WITH_SYS_TIME 1
  1867. | #define HAVE_SYS_WAIT_H 1
  1868. | #define SIZEOF_SHORT 2
  1869. | #define SIZEOF_INT 4
  1870. | #define SIZEOF_LONG 8
  1871. | #define SIZEOF_RLIM_T 0
  1872. | #define NBLOCK_POSIX /**/
  1873. | #define SETPGRP_VOID 1
  1874. | #define HAVE_SNPRINTF 1
  1875. | #define HAVE_SNPRINTF /**/
  1876. | #define HAVE_VSNPRINTF 1
  1877. | #define HAVE_VSNPRINTF /**/
  1878. | /* end confdefs.h. */
  1879. | /* Define strlncat to an innocuous variant, in case <limits.h> declares strlncat.
  1880. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1881. | #define strlncat innocuous_strlncat
  1882. |
  1883. | /* System header to define __stub macros and hopefully few prototypes,
  1884. | which can conflict with char strlncat (); below.
  1885. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1886. | <limits.h> exists even on freestanding compilers. */
  1887. |
  1888. | #ifdef __STDC__
  1889. | # include <limits.h>
  1890. | #else
  1891. | # include <assert.h>
  1892. | #endif
  1893. |
  1894. | #undef strlncat
  1895. |
  1896. | /* Override any GCC internal prototype to avoid an error.
  1897. | Use char because int might match the return type of a GCC
  1898. | builtin and then its argument prototype would still apply. */
  1899. | #ifdef __cplusplus
  1900. | extern "C"
  1901. | #endif
  1902. | char strlncat ();
  1903. | /* The GNU C library defines this for functions which it implements
  1904. | to always fail with ENOSYS. Some functions are actually named
  1905. | something starting with __ and the normal name is an alias. */
  1906. | #if defined __stub_strlncat || defined __stub___strlncat
  1907. | choke me
  1908. | #endif
  1909. |
  1910. | int
  1911. | main ()
  1912. | {
  1913. | return strlncat ();
  1914. | ;
  1915. | return 0;
  1916. | }
  1917. configure:6371: result: no
  1918. configure:6384: checking for inet_pton
  1919. configure:6384: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1920. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1921. #define HAVE_SNPRINTF /**/
  1922.  
  1923. conftest.c:43:0: note: this is the location of the previous definition
  1924. #define HAVE_SNPRINTF 1
  1925.  
  1926. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  1927. #define HAVE_VSNPRINTF /**/
  1928.  
  1929. conftest.c:45:0: note: this is the location of the previous definition
  1930. #define HAVE_VSNPRINTF 1
  1931.  
  1932. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1933. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1934. configure:6384: $? = 0
  1935. configure:6384: result: yes
  1936. configure:6397: checking for inet_ntop
  1937. configure:6397: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1938. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1939. #define HAVE_SNPRINTF /**/
  1940.  
  1941. conftest.c:43:0: note: this is the location of the previous definition
  1942. #define HAVE_SNPRINTF 1
  1943.  
  1944. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  1945. #define HAVE_VSNPRINTF /**/
  1946.  
  1947. conftest.c:45:0: note: this is the location of the previous definition
  1948. #define HAVE_VSNPRINTF 1
  1949.  
  1950. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  1951. #define HAVE_INET_PTON /**/
  1952.  
  1953. conftest.c:47:0: note: this is the location of the previous definition
  1954. #define HAVE_INET_PTON 1
  1955.  
  1956. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1957. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1958. configure:6397: $? = 0
  1959. configure:6397: result: yes
  1960. configure:6408: checking if C99 variable length arrays are supported
  1961. configure:6431: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1962. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1963. #define HAVE_SNPRINTF /**/
  1964.  
  1965. conftest.c:43:0: note: this is the location of the previous definition
  1966. #define HAVE_SNPRINTF 1
  1967.  
  1968. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  1969. #define HAVE_VSNPRINTF /**/
  1970.  
  1971. conftest.c:45:0: note: this is the location of the previous definition
  1972. #define HAVE_VSNPRINTF 1
  1973.  
  1974. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  1975. #define HAVE_INET_PTON /**/
  1976.  
  1977. conftest.c:47:0: note: this is the location of the previous definition
  1978. #define HAVE_INET_PTON 1
  1979.  
  1980. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  1981. #define HAVE_INET_NTOP /**/
  1982.  
  1983. conftest.c:49:0: note: this is the location of the previous definition
  1984. #define HAVE_INET_NTOP 1
  1985.  
  1986. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  1987. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  1988. configure:6431: $? = 0
  1989. configure:6439: result: yes
  1990. configure:6447: checking if we can set the core size to unlimited
  1991. configure:6474: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  1992. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  1993. #define HAVE_SNPRINTF /**/
  1994.  
  1995. conftest.c:43:0: note: this is the location of the previous definition
  1996. #define HAVE_SNPRINTF 1
  1997.  
  1998. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  1999. #define HAVE_VSNPRINTF /**/
  2000.  
  2001. conftest.c:45:0: note: this is the location of the previous definition
  2002. #define HAVE_VSNPRINTF 1
  2003.  
  2004. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2005. #define HAVE_INET_PTON /**/
  2006.  
  2007. conftest.c:47:0: note: this is the location of the previous definition
  2008. #define HAVE_INET_PTON 1
  2009.  
  2010. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2011. #define HAVE_INET_NTOP /**/
  2012.  
  2013. conftest.c:49:0: note: this is the location of the previous definition
  2014. #define HAVE_INET_NTOP 1
  2015.  
  2016. conftest.c: In function 'main':
  2017. conftest.c:61:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  2018. exit(1);
  2019. ^~~~
  2020. conftest.c:61:1: warning: incompatible implicit declaration of built-in function 'exit'
  2021. conftest.c:61:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  2022. conftest.c:62:1: warning: incompatible implicit declaration of built-in function 'exit'
  2023. exit(0);
  2024. ^~~~
  2025. conftest.c:62:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  2026. conftest.c: At top level:
  2027. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2028. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2029. configure:6474: $? = 0
  2030. configure:6474: ./conftest
  2031. configure:6474: $? = 0
  2032. configure:6485: result: yes
  2033. configure:6494: checking for vprintf
  2034. configure:6494: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2035. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2036. #define HAVE_SNPRINTF /**/
  2037.  
  2038. conftest.c:43:0: note: this is the location of the previous definition
  2039. #define HAVE_SNPRINTF 1
  2040.  
  2041. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2042. #define HAVE_VSNPRINTF /**/
  2043.  
  2044. conftest.c:45:0: note: this is the location of the previous definition
  2045. #define HAVE_VSNPRINTF 1
  2046.  
  2047. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2048. #define HAVE_INET_PTON /**/
  2049.  
  2050. conftest.c:47:0: note: this is the location of the previous definition
  2051. #define HAVE_INET_PTON 1
  2052.  
  2053. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2054. #define HAVE_INET_NTOP /**/
  2055.  
  2056. conftest.c:49:0: note: this is the location of the previous definition
  2057. #define HAVE_INET_NTOP 1
  2058.  
  2059. conftest.c:77:6: warning: conflicting types for built-in function 'vprintf'
  2060. char vprintf ();
  2061. ^~~~~~~
  2062. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2063. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2064. configure:6494: $? = 0
  2065. configure:6494: result: yes
  2066. configure:6500: checking for _doprnt
  2067. configure:6500: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2068. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2069. #define HAVE_SNPRINTF /**/
  2070.  
  2071. conftest.c:43:0: note: this is the location of the previous definition
  2072. #define HAVE_SNPRINTF 1
  2073.  
  2074. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2075. #define HAVE_VSNPRINTF /**/
  2076.  
  2077. conftest.c:45:0: note: this is the location of the previous definition
  2078. #define HAVE_VSNPRINTF 1
  2079.  
  2080. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2081. #define HAVE_INET_PTON /**/
  2082.  
  2083. conftest.c:47:0: note: this is the location of the previous definition
  2084. #define HAVE_INET_PTON 1
  2085.  
  2086. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2087. #define HAVE_INET_NTOP /**/
  2088.  
  2089. conftest.c:49:0: note: this is the location of the previous definition
  2090. #define HAVE_INET_NTOP 1
  2091.  
  2092. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2093. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2094. /tmp/cc0Qx2kh.o: In function `main':
  2095. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:89: undefined reference to `_doprnt'
  2096. collect2: error: ld returned 1 exit status
  2097. configure:6500: $? = 1
  2098. configure: failed program was:
  2099. | /* confdefs.h */
  2100. | #define PACKAGE_NAME "unrealircd"
  2101. | #define PACKAGE_TARNAME "unrealircd"
  2102. | #define PACKAGE_VERSION "4.2.1"
  2103. | #define PACKAGE_STRING "unrealircd 4.2.1"
  2104. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  2105. | #define PACKAGE_URL "http://unrealircd.org/"
  2106. | #define UNREAL_VERSION_GENERATION 4
  2107. | #define UNREAL_VERSION_MAJOR 2
  2108. | #define UNREAL_VERSION_MINOR 1
  2109. | #define UNREAL_VERSION_SUFFIX ""
  2110. | #define HAVE_CRYPT /**/
  2111. | #define STDC_HEADERS 1
  2112. | #define HAVE_SYS_TYPES_H 1
  2113. | #define HAVE_SYS_STAT_H 1
  2114. | #define HAVE_STDLIB_H 1
  2115. | #define HAVE_STRING_H 1
  2116. | #define HAVE_MEMORY_H 1
  2117. | #define HAVE_STRINGS_H 1
  2118. | #define HAVE_INTTYPES_H 1
  2119. | #define HAVE_STDINT_H 1
  2120. | #define HAVE_UNISTD_H 1
  2121. | #define PARAMH /**/
  2122. | #define STDLIBH /**/
  2123. | #define STDDEFH /**/
  2124. | #define SYSSYSLOGH /**/
  2125. | #define UNISTDH /**/
  2126. | #define STRINGH /**/
  2127. | #define STRINGSH /**/
  2128. | #define MALLOCH <malloc.h>
  2129. | #define GLOBH /**/
  2130. | #define HAVE_STDINT_H 1
  2131. | #define HAVE_INTTYPES_H 1
  2132. | #define HAVE_INTPTR_T 1
  2133. | #define TIME_WITH_SYS_TIME 1
  2134. | #define HAVE_SYS_WAIT_H 1
  2135. | #define SIZEOF_SHORT 2
  2136. | #define SIZEOF_INT 4
  2137. | #define SIZEOF_LONG 8
  2138. | #define SIZEOF_RLIM_T 0
  2139. | #define NBLOCK_POSIX /**/
  2140. | #define SETPGRP_VOID 1
  2141. | #define HAVE_SNPRINTF 1
  2142. | #define HAVE_SNPRINTF /**/
  2143. | #define HAVE_VSNPRINTF 1
  2144. | #define HAVE_VSNPRINTF /**/
  2145. | #define HAVE_INET_PTON 1
  2146. | #define HAVE_INET_PTON /**/
  2147. | #define HAVE_INET_NTOP 1
  2148. | #define HAVE_INET_NTOP /**/
  2149. | #define HAVE_C99_VARLEN_ARRAY /**/
  2150. | #define FORCE_CORE /**/
  2151. | #define HAVE_VPRINTF 1
  2152. | /* end confdefs.h. */
  2153. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  2154. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2155. | #define _doprnt innocuous__doprnt
  2156. |
  2157. | /* System header to define __stub macros and hopefully few prototypes,
  2158. | which can conflict with char _doprnt (); below.
  2159. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2160. | <limits.h> exists even on freestanding compilers. */
  2161. |
  2162. | #ifdef __STDC__
  2163. | # include <limits.h>
  2164. | #else
  2165. | # include <assert.h>
  2166. | #endif
  2167. |
  2168. | #undef _doprnt
  2169. |
  2170. | /* Override any GCC internal prototype to avoid an error.
  2171. | Use char because int might match the return type of a GCC
  2172. | builtin and then its argument prototype would still apply. */
  2173. | #ifdef __cplusplus
  2174. | extern "C"
  2175. | #endif
  2176. | char _doprnt ();
  2177. | /* The GNU C library defines this for functions which it implements
  2178. | to always fail with ENOSYS. Some functions are actually named
  2179. | something starting with __ and the normal name is an alias. */
  2180. | #if defined __stub__doprnt || defined __stub____doprnt
  2181. | choke me
  2182. | #endif
  2183. |
  2184. | int
  2185. | main ()
  2186. | {
  2187. | return _doprnt ();
  2188. | ;
  2189. | return 0;
  2190. | }
  2191. configure:6500: result: no
  2192. configure:6513: checking for gettimeofday
  2193. configure:6513: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2194. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2195. #define HAVE_SNPRINTF /**/
  2196.  
  2197. conftest.c:43:0: note: this is the location of the previous definition
  2198. #define HAVE_SNPRINTF 1
  2199.  
  2200. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2201. #define HAVE_VSNPRINTF /**/
  2202.  
  2203. conftest.c:45:0: note: this is the location of the previous definition
  2204. #define HAVE_VSNPRINTF 1
  2205.  
  2206. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2207. #define HAVE_INET_PTON /**/
  2208.  
  2209. conftest.c:47:0: note: this is the location of the previous definition
  2210. #define HAVE_INET_PTON 1
  2211.  
  2212. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2213. #define HAVE_INET_NTOP /**/
  2214.  
  2215. conftest.c:49:0: note: this is the location of the previous definition
  2216. #define HAVE_INET_NTOP 1
  2217.  
  2218. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2219. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2220. configure:6513: $? = 0
  2221. configure:6513: result: yes
  2222. configure:6540: checking for getrusage
  2223. configure:6540: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2224. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2225. #define HAVE_SNPRINTF /**/
  2226.  
  2227. conftest.c:43:0: note: this is the location of the previous definition
  2228. #define HAVE_SNPRINTF 1
  2229.  
  2230. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2231. #define HAVE_VSNPRINTF /**/
  2232.  
  2233. conftest.c:45:0: note: this is the location of the previous definition
  2234. #define HAVE_VSNPRINTF 1
  2235.  
  2236. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2237. #define HAVE_INET_PTON /**/
  2238.  
  2239. conftest.c:47:0: note: this is the location of the previous definition
  2240. #define HAVE_INET_PTON 1
  2241.  
  2242. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2243. #define HAVE_INET_NTOP /**/
  2244.  
  2245. conftest.c:49:0: note: this is the location of the previous definition
  2246. #define HAVE_INET_NTOP 1
  2247.  
  2248. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2249. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2250. configure:6540: $? = 0
  2251. configure:6540: result: yes
  2252. configure:6567: checking for setproctitle
  2253. configure:6567: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2254. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2255. #define HAVE_SNPRINTF /**/
  2256.  
  2257. conftest.c:43:0: note: this is the location of the previous definition
  2258. #define HAVE_SNPRINTF 1
  2259.  
  2260. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2261. #define HAVE_VSNPRINTF /**/
  2262.  
  2263. conftest.c:45:0: note: this is the location of the previous definition
  2264. #define HAVE_VSNPRINTF 1
  2265.  
  2266. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2267. #define HAVE_INET_PTON /**/
  2268.  
  2269. conftest.c:47:0: note: this is the location of the previous definition
  2270. #define HAVE_INET_PTON 1
  2271.  
  2272. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2273. #define HAVE_INET_NTOP /**/
  2274.  
  2275. conftest.c:49:0: note: this is the location of the previous definition
  2276. #define HAVE_INET_NTOP 1
  2277.  
  2278. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2279. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2280. /tmp/ccVomwKg.o: In function `main':
  2281. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:93: undefined reference to `setproctitle'
  2282. collect2: error: ld returned 1 exit status
  2283. configure:6567: $? = 1
  2284. configure: failed program was:
  2285. | /* confdefs.h */
  2286. | #define PACKAGE_NAME "unrealircd"
  2287. | #define PACKAGE_TARNAME "unrealircd"
  2288. | #define PACKAGE_VERSION "4.2.1"
  2289. | #define PACKAGE_STRING "unrealircd 4.2.1"
  2290. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  2291. | #define PACKAGE_URL "http://unrealircd.org/"
  2292. | #define UNREAL_VERSION_GENERATION 4
  2293. | #define UNREAL_VERSION_MAJOR 2
  2294. | #define UNREAL_VERSION_MINOR 1
  2295. | #define UNREAL_VERSION_SUFFIX ""
  2296. | #define HAVE_CRYPT /**/
  2297. | #define STDC_HEADERS 1
  2298. | #define HAVE_SYS_TYPES_H 1
  2299. | #define HAVE_SYS_STAT_H 1
  2300. | #define HAVE_STDLIB_H 1
  2301. | #define HAVE_STRING_H 1
  2302. | #define HAVE_MEMORY_H 1
  2303. | #define HAVE_STRINGS_H 1
  2304. | #define HAVE_INTTYPES_H 1
  2305. | #define HAVE_STDINT_H 1
  2306. | #define HAVE_UNISTD_H 1
  2307. | #define PARAMH /**/
  2308. | #define STDLIBH /**/
  2309. | #define STDDEFH /**/
  2310. | #define SYSSYSLOGH /**/
  2311. | #define UNISTDH /**/
  2312. | #define STRINGH /**/
  2313. | #define STRINGSH /**/
  2314. | #define MALLOCH <malloc.h>
  2315. | #define GLOBH /**/
  2316. | #define HAVE_STDINT_H 1
  2317. | #define HAVE_INTTYPES_H 1
  2318. | #define HAVE_INTPTR_T 1
  2319. | #define TIME_WITH_SYS_TIME 1
  2320. | #define HAVE_SYS_WAIT_H 1
  2321. | #define SIZEOF_SHORT 2
  2322. | #define SIZEOF_INT 4
  2323. | #define SIZEOF_LONG 8
  2324. | #define SIZEOF_RLIM_T 0
  2325. | #define NBLOCK_POSIX /**/
  2326. | #define SETPGRP_VOID 1
  2327. | #define HAVE_SNPRINTF 1
  2328. | #define HAVE_SNPRINTF /**/
  2329. | #define HAVE_VSNPRINTF 1
  2330. | #define HAVE_VSNPRINTF /**/
  2331. | #define HAVE_INET_PTON 1
  2332. | #define HAVE_INET_PTON /**/
  2333. | #define HAVE_INET_NTOP 1
  2334. | #define HAVE_INET_NTOP /**/
  2335. | #define HAVE_C99_VARLEN_ARRAY /**/
  2336. | #define FORCE_CORE /**/
  2337. | #define HAVE_VPRINTF 1
  2338. | #define HAVE_GETTIMEOFDAY 1
  2339. | #define GETTIMEOFDAY /**/
  2340. | #define HAVE_GETRUSAGE 1
  2341. | #define GETRUSAGE_2 /**/
  2342. | /* end confdefs.h. */
  2343. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  2344. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2345. | #define setproctitle innocuous_setproctitle
  2346. |
  2347. | /* System header to define __stub macros and hopefully few prototypes,
  2348. | which can conflict with char setproctitle (); below.
  2349. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2350. | <limits.h> exists even on freestanding compilers. */
  2351. |
  2352. | #ifdef __STDC__
  2353. | # include <limits.h>
  2354. | #else
  2355. | # include <assert.h>
  2356. | #endif
  2357. |
  2358. | #undef setproctitle
  2359. |
  2360. | /* Override any GCC internal prototype to avoid an error.
  2361. | Use char because int might match the return type of a GCC
  2362. | builtin and then its argument prototype would still apply. */
  2363. | #ifdef __cplusplus
  2364. | extern "C"
  2365. | #endif
  2366. | char setproctitle ();
  2367. | /* The GNU C library defines this for functions which it implements
  2368. | to always fail with ENOSYS. Some functions are actually named
  2369. | something starting with __ and the normal name is an alias. */
  2370. | #if defined __stub_setproctitle || defined __stub___setproctitle
  2371. | choke me
  2372. | #endif
  2373. |
  2374. | int
  2375. | main ()
  2376. | {
  2377. | return setproctitle ();
  2378. | ;
  2379. | return 0;
  2380. | }
  2381. configure:6567: result: no
  2382. configure:6576: checking for setproctitle in -lutil
  2383. configure:6601: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -lutil >&5
  2384. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2385. #define HAVE_SNPRINTF /**/
  2386.  
  2387. conftest.c:43:0: note: this is the location of the previous definition
  2388. #define HAVE_SNPRINTF 1
  2389.  
  2390. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2391. #define HAVE_VSNPRINTF /**/
  2392.  
  2393. conftest.c:45:0: note: this is the location of the previous definition
  2394. #define HAVE_VSNPRINTF 1
  2395.  
  2396. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2397. #define HAVE_INET_PTON /**/
  2398.  
  2399. conftest.c:47:0: note: this is the location of the previous definition
  2400. #define HAVE_INET_PTON 1
  2401.  
  2402. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2403. #define HAVE_INET_NTOP /**/
  2404.  
  2405. conftest.c:49:0: note: this is the location of the previous definition
  2406. #define HAVE_INET_NTOP 1
  2407.  
  2408. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2409. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2410. /tmp/ccxJ50Lh.o: In function `main':
  2411. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:70: undefined reference to `setproctitle'
  2412. collect2: error: ld returned 1 exit status
  2413. configure:6601: $? = 1
  2414. configure: failed program was:
  2415. | /* confdefs.h */
  2416. | #define PACKAGE_NAME "unrealircd"
  2417. | #define PACKAGE_TARNAME "unrealircd"
  2418. | #define PACKAGE_VERSION "4.2.1"
  2419. | #define PACKAGE_STRING "unrealircd 4.2.1"
  2420. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  2421. | #define PACKAGE_URL "http://unrealircd.org/"
  2422. | #define UNREAL_VERSION_GENERATION 4
  2423. | #define UNREAL_VERSION_MAJOR 2
  2424. | #define UNREAL_VERSION_MINOR 1
  2425. | #define UNREAL_VERSION_SUFFIX ""
  2426. | #define HAVE_CRYPT /**/
  2427. | #define STDC_HEADERS 1
  2428. | #define HAVE_SYS_TYPES_H 1
  2429. | #define HAVE_SYS_STAT_H 1
  2430. | #define HAVE_STDLIB_H 1
  2431. | #define HAVE_STRING_H 1
  2432. | #define HAVE_MEMORY_H 1
  2433. | #define HAVE_STRINGS_H 1
  2434. | #define HAVE_INTTYPES_H 1
  2435. | #define HAVE_STDINT_H 1
  2436. | #define HAVE_UNISTD_H 1
  2437. | #define PARAMH /**/
  2438. | #define STDLIBH /**/
  2439. | #define STDDEFH /**/
  2440. | #define SYSSYSLOGH /**/
  2441. | #define UNISTDH /**/
  2442. | #define STRINGH /**/
  2443. | #define STRINGSH /**/
  2444. | #define MALLOCH <malloc.h>
  2445. | #define GLOBH /**/
  2446. | #define HAVE_STDINT_H 1
  2447. | #define HAVE_INTTYPES_H 1
  2448. | #define HAVE_INTPTR_T 1
  2449. | #define TIME_WITH_SYS_TIME 1
  2450. | #define HAVE_SYS_WAIT_H 1
  2451. | #define SIZEOF_SHORT 2
  2452. | #define SIZEOF_INT 4
  2453. | #define SIZEOF_LONG 8
  2454. | #define SIZEOF_RLIM_T 0
  2455. | #define NBLOCK_POSIX /**/
  2456. | #define SETPGRP_VOID 1
  2457. | #define HAVE_SNPRINTF 1
  2458. | #define HAVE_SNPRINTF /**/
  2459. | #define HAVE_VSNPRINTF 1
  2460. | #define HAVE_VSNPRINTF /**/
  2461. | #define HAVE_INET_PTON 1
  2462. | #define HAVE_INET_PTON /**/
  2463. | #define HAVE_INET_NTOP 1
  2464. | #define HAVE_INET_NTOP /**/
  2465. | #define HAVE_C99_VARLEN_ARRAY /**/
  2466. | #define FORCE_CORE /**/
  2467. | #define HAVE_VPRINTF 1
  2468. | #define HAVE_GETTIMEOFDAY 1
  2469. | #define GETTIMEOFDAY /**/
  2470. | #define HAVE_GETRUSAGE 1
  2471. | #define GETRUSAGE_2 /**/
  2472. | /* end confdefs.h. */
  2473. |
  2474. | /* Override any GCC internal prototype to avoid an error.
  2475. | Use char because int might match the return type of a GCC
  2476. | builtin and then its argument prototype would still apply. */
  2477. | #ifdef __cplusplus
  2478. | extern "C"
  2479. | #endif
  2480. | char setproctitle ();
  2481. | int
  2482. | main ()
  2483. | {
  2484. | return setproctitle ();
  2485. | ;
  2486. | return 0;
  2487. | }
  2488. configure:6610: result: no
  2489. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2490. #define HAVE_SNPRINTF /**/
  2491.  
  2492. conftest.c:43:0: note: this is the location of the previous definition
  2493. #define HAVE_SNPRINTF 1
  2494.  
  2495. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2496. #define HAVE_VSNPRINTF /**/
  2497.  
  2498. conftest.c:45:0: note: this is the location of the previous definition
  2499. #define HAVE_VSNPRINTF 1
  2500.  
  2501. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2502. #define HAVE_INET_PTON /**/
  2503.  
  2504. conftest.c:47:0: note: this is the location of the previous definition
  2505. #define HAVE_INET_PTON 1
  2506.  
  2507. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2508. #define HAVE_INET_NTOP /**/
  2509.  
  2510. conftest.c:49:0: note: this is the location of the previous definition
  2511. #define HAVE_INET_NTOP 1
  2512.  
  2513. conftest.c:59:22: fatal error: sys/exec.h: No such file or directory
  2514. #include <sys/exec.h>
  2515. ^
  2516. compilation terminated.
  2517. configure:6632: checking for pstat
  2518. configure:6632: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2519. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2520. #define HAVE_SNPRINTF /**/
  2521.  
  2522. conftest.c:43:0: note: this is the location of the previous definition
  2523. #define HAVE_SNPRINTF 1
  2524.  
  2525. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2526. #define HAVE_VSNPRINTF /**/
  2527.  
  2528. conftest.c:45:0: note: this is the location of the previous definition
  2529. #define HAVE_VSNPRINTF 1
  2530.  
  2531. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2532. #define HAVE_INET_PTON /**/
  2533.  
  2534. conftest.c:47:0: note: this is the location of the previous definition
  2535. #define HAVE_INET_PTON 1
  2536.  
  2537. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2538. #define HAVE_INET_NTOP /**/
  2539.  
  2540. conftest.c:49:0: note: this is the location of the previous definition
  2541. #define HAVE_INET_NTOP 1
  2542.  
  2543. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2544. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2545. /tmp/cckiTvNk.o: In function `main':
  2546. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:93: undefined reference to `pstat'
  2547. collect2: error: ld returned 1 exit status
  2548. configure:6632: $? = 1
  2549. configure: failed program was:
  2550. | /* confdefs.h */
  2551. | #define PACKAGE_NAME "unrealircd"
  2552. | #define PACKAGE_TARNAME "unrealircd"
  2553. | #define PACKAGE_VERSION "4.2.1"
  2554. | #define PACKAGE_STRING "unrealircd 4.2.1"
  2555. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  2556. | #define PACKAGE_URL "http://unrealircd.org/"
  2557. | #define UNREAL_VERSION_GENERATION 4
  2558. | #define UNREAL_VERSION_MAJOR 2
  2559. | #define UNREAL_VERSION_MINOR 1
  2560. | #define UNREAL_VERSION_SUFFIX ""
  2561. | #define HAVE_CRYPT /**/
  2562. | #define STDC_HEADERS 1
  2563. | #define HAVE_SYS_TYPES_H 1
  2564. | #define HAVE_SYS_STAT_H 1
  2565. | #define HAVE_STDLIB_H 1
  2566. | #define HAVE_STRING_H 1
  2567. | #define HAVE_MEMORY_H 1
  2568. | #define HAVE_STRINGS_H 1
  2569. | #define HAVE_INTTYPES_H 1
  2570. | #define HAVE_STDINT_H 1
  2571. | #define HAVE_UNISTD_H 1
  2572. | #define PARAMH /**/
  2573. | #define STDLIBH /**/
  2574. | #define STDDEFH /**/
  2575. | #define SYSSYSLOGH /**/
  2576. | #define UNISTDH /**/
  2577. | #define STRINGH /**/
  2578. | #define STRINGSH /**/
  2579. | #define MALLOCH <malloc.h>
  2580. | #define GLOBH /**/
  2581. | #define HAVE_STDINT_H 1
  2582. | #define HAVE_INTTYPES_H 1
  2583. | #define HAVE_INTPTR_T 1
  2584. | #define TIME_WITH_SYS_TIME 1
  2585. | #define HAVE_SYS_WAIT_H 1
  2586. | #define SIZEOF_SHORT 2
  2587. | #define SIZEOF_INT 4
  2588. | #define SIZEOF_LONG 8
  2589. | #define SIZEOF_RLIM_T 0
  2590. | #define NBLOCK_POSIX /**/
  2591. | #define SETPGRP_VOID 1
  2592. | #define HAVE_SNPRINTF 1
  2593. | #define HAVE_SNPRINTF /**/
  2594. | #define HAVE_VSNPRINTF 1
  2595. | #define HAVE_VSNPRINTF /**/
  2596. | #define HAVE_INET_PTON 1
  2597. | #define HAVE_INET_PTON /**/
  2598. | #define HAVE_INET_NTOP 1
  2599. | #define HAVE_INET_NTOP /**/
  2600. | #define HAVE_C99_VARLEN_ARRAY /**/
  2601. | #define FORCE_CORE /**/
  2602. | #define HAVE_VPRINTF 1
  2603. | #define HAVE_GETTIMEOFDAY 1
  2604. | #define GETTIMEOFDAY /**/
  2605. | #define HAVE_GETRUSAGE 1
  2606. | #define GETRUSAGE_2 /**/
  2607. | /* end confdefs.h. */
  2608. | /* Define pstat to an innocuous variant, in case <limits.h> declares pstat.
  2609. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2610. | #define pstat innocuous_pstat
  2611. |
  2612. | /* System header to define __stub macros and hopefully few prototypes,
  2613. | which can conflict with char pstat (); below.
  2614. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2615. | <limits.h> exists even on freestanding compilers. */
  2616. |
  2617. | #ifdef __STDC__
  2618. | # include <limits.h>
  2619. | #else
  2620. | # include <assert.h>
  2621. | #endif
  2622. |
  2623. | #undef pstat
  2624. |
  2625. | /* Override any GCC internal prototype to avoid an error.
  2626. | Use char because int might match the return type of a GCC
  2627. | builtin and then its argument prototype would still apply. */
  2628. | #ifdef __cplusplus
  2629. | extern "C"
  2630. | #endif
  2631. | char pstat ();
  2632. | /* The GNU C library defines this for functions which it implements
  2633. | to always fail with ENOSYS. Some functions are actually named
  2634. | something starting with __ and the normal name is an alias. */
  2635. | #if defined __stub_pstat || defined __stub___pstat
  2636. | choke me
  2637. | #endif
  2638. |
  2639. | int
  2640. | main ()
  2641. | {
  2642. | return pstat ();
  2643. | ;
  2644. | return 0;
  2645. | }
  2646. configure:6632: result: no
  2647. configure:6656: checking what type of signals you have
  2648. configure:6677: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2649. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2650. #define HAVE_SNPRINTF /**/
  2651.  
  2652. conftest.c:43:0: note: this is the location of the previous definition
  2653. #define HAVE_SNPRINTF 1
  2654.  
  2655. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2656. #define HAVE_VSNPRINTF /**/
  2657.  
  2658. conftest.c:45:0: note: this is the location of the previous definition
  2659. #define HAVE_VSNPRINTF 1
  2660.  
  2661. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2662. #define HAVE_INET_PTON /**/
  2663.  
  2664. conftest.c:47:0: note: this is the location of the previous definition
  2665. #define HAVE_INET_PTON 1
  2666.  
  2667. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2668. #define HAVE_INET_NTOP /**/
  2669.  
  2670. conftest.c:49:0: note: this is the location of the previous definition
  2671. #define HAVE_INET_NTOP 1
  2672.  
  2673. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2674. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2675. configure:6677: $? = 0
  2676. configure:6677: ./conftest
  2677. configure:6677: $? = 0
  2678. configure:6723: result: POSIX
  2679. configure:6741: checking for strtoken
  2680. configure:6741: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2681. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2682. #define HAVE_SNPRINTF /**/
  2683.  
  2684. conftest.c:43:0: note: this is the location of the previous definition
  2685. #define HAVE_SNPRINTF 1
  2686.  
  2687. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2688. #define HAVE_VSNPRINTF /**/
  2689.  
  2690. conftest.c:45:0: note: this is the location of the previous definition
  2691. #define HAVE_VSNPRINTF 1
  2692.  
  2693. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2694. #define HAVE_INET_PTON /**/
  2695.  
  2696. conftest.c:47:0: note: this is the location of the previous definition
  2697. #define HAVE_INET_PTON 1
  2698.  
  2699. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2700. #define HAVE_INET_NTOP /**/
  2701.  
  2702. conftest.c:49:0: note: this is the location of the previous definition
  2703. #define HAVE_INET_NTOP 1
  2704.  
  2705. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2706. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2707. /tmp/ccG02Txs.o: In function `main':
  2708. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:94: undefined reference to `strtoken'
  2709. collect2: error: ld returned 1 exit status
  2710. configure:6741: $? = 1
  2711. configure: failed program was:
  2712. | /* confdefs.h */
  2713. | #define PACKAGE_NAME "unrealircd"
  2714. | #define PACKAGE_TARNAME "unrealircd"
  2715. | #define PACKAGE_VERSION "4.2.1"
  2716. | #define PACKAGE_STRING "unrealircd 4.2.1"
  2717. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  2718. | #define PACKAGE_URL "http://unrealircd.org/"
  2719. | #define UNREAL_VERSION_GENERATION 4
  2720. | #define UNREAL_VERSION_MAJOR 2
  2721. | #define UNREAL_VERSION_MINOR 1
  2722. | #define UNREAL_VERSION_SUFFIX ""
  2723. | #define HAVE_CRYPT /**/
  2724. | #define STDC_HEADERS 1
  2725. | #define HAVE_SYS_TYPES_H 1
  2726. | #define HAVE_SYS_STAT_H 1
  2727. | #define HAVE_STDLIB_H 1
  2728. | #define HAVE_STRING_H 1
  2729. | #define HAVE_MEMORY_H 1
  2730. | #define HAVE_STRINGS_H 1
  2731. | #define HAVE_INTTYPES_H 1
  2732. | #define HAVE_STDINT_H 1
  2733. | #define HAVE_UNISTD_H 1
  2734. | #define PARAMH /**/
  2735. | #define STDLIBH /**/
  2736. | #define STDDEFH /**/
  2737. | #define SYSSYSLOGH /**/
  2738. | #define UNISTDH /**/
  2739. | #define STRINGH /**/
  2740. | #define STRINGSH /**/
  2741. | #define MALLOCH <malloc.h>
  2742. | #define GLOBH /**/
  2743. | #define HAVE_STDINT_H 1
  2744. | #define HAVE_INTTYPES_H 1
  2745. | #define HAVE_INTPTR_T 1
  2746. | #define TIME_WITH_SYS_TIME 1
  2747. | #define HAVE_SYS_WAIT_H 1
  2748. | #define SIZEOF_SHORT 2
  2749. | #define SIZEOF_INT 4
  2750. | #define SIZEOF_LONG 8
  2751. | #define SIZEOF_RLIM_T 0
  2752. | #define NBLOCK_POSIX /**/
  2753. | #define SETPGRP_VOID 1
  2754. | #define HAVE_SNPRINTF 1
  2755. | #define HAVE_SNPRINTF /**/
  2756. | #define HAVE_VSNPRINTF 1
  2757. | #define HAVE_VSNPRINTF /**/
  2758. | #define HAVE_INET_PTON 1
  2759. | #define HAVE_INET_PTON /**/
  2760. | #define HAVE_INET_NTOP 1
  2761. | #define HAVE_INET_NTOP /**/
  2762. | #define HAVE_C99_VARLEN_ARRAY /**/
  2763. | #define FORCE_CORE /**/
  2764. | #define HAVE_VPRINTF 1
  2765. | #define HAVE_GETTIMEOFDAY 1
  2766. | #define GETTIMEOFDAY /**/
  2767. | #define HAVE_GETRUSAGE 1
  2768. | #define GETRUSAGE_2 /**/
  2769. | #define POSIX_SIGNALS /**/
  2770. | /* end confdefs.h. */
  2771. | /* Define strtoken to an innocuous variant, in case <limits.h> declares strtoken.
  2772. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2773. | #define strtoken innocuous_strtoken
  2774. |
  2775. | /* System header to define __stub macros and hopefully few prototypes,
  2776. | which can conflict with char strtoken (); below.
  2777. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2778. | <limits.h> exists even on freestanding compilers. */
  2779. |
  2780. | #ifdef __STDC__
  2781. | # include <limits.h>
  2782. | #else
  2783. | # include <assert.h>
  2784. | #endif
  2785. |
  2786. | #undef strtoken
  2787. |
  2788. | /* Override any GCC internal prototype to avoid an error.
  2789. | Use char because int might match the return type of a GCC
  2790. | builtin and then its argument prototype would still apply. */
  2791. | #ifdef __cplusplus
  2792. | extern "C"
  2793. | #endif
  2794. | char strtoken ();
  2795. | /* The GNU C library defines this for functions which it implements
  2796. | to always fail with ENOSYS. Some functions are actually named
  2797. | something starting with __ and the normal name is an alias. */
  2798. | #if defined __stub_strtoken || defined __stub___strtoken
  2799. | choke me
  2800. | #endif
  2801. |
  2802. | int
  2803. | main ()
  2804. | {
  2805. | return strtoken ();
  2806. | ;
  2807. | return 0;
  2808. | }
  2809. configure:6741: result: no
  2810. configure:6756: checking for strtok
  2811. configure:6756: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2812. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2813. #define HAVE_SNPRINTF /**/
  2814.  
  2815. conftest.c:43:0: note: this is the location of the previous definition
  2816. #define HAVE_SNPRINTF 1
  2817.  
  2818. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2819. #define HAVE_VSNPRINTF /**/
  2820.  
  2821. conftest.c:45:0: note: this is the location of the previous definition
  2822. #define HAVE_VSNPRINTF 1
  2823.  
  2824. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2825. #define HAVE_INET_PTON /**/
  2826.  
  2827. conftest.c:47:0: note: this is the location of the previous definition
  2828. #define HAVE_INET_PTON 1
  2829.  
  2830. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2831. #define HAVE_INET_NTOP /**/
  2832.  
  2833. conftest.c:49:0: note: this is the location of the previous definition
  2834. #define HAVE_INET_NTOP 1
  2835.  
  2836. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2837. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2838. configure:6756: $? = 0
  2839. configure:6756: result: yes
  2840. configure:6771: checking for strerror
  2841. configure:6771: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2842. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2843. #define HAVE_SNPRINTF /**/
  2844.  
  2845. conftest.c:43:0: note: this is the location of the previous definition
  2846. #define HAVE_SNPRINTF 1
  2847.  
  2848. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2849. #define HAVE_VSNPRINTF /**/
  2850.  
  2851. conftest.c:45:0: note: this is the location of the previous definition
  2852. #define HAVE_VSNPRINTF 1
  2853.  
  2854. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2855. #define HAVE_INET_PTON /**/
  2856.  
  2857. conftest.c:47:0: note: this is the location of the previous definition
  2858. #define HAVE_INET_PTON 1
  2859.  
  2860. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2861. #define HAVE_INET_NTOP /**/
  2862.  
  2863. conftest.c:49:0: note: this is the location of the previous definition
  2864. #define HAVE_INET_NTOP 1
  2865.  
  2866. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2867. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2868. configure:6771: $? = 0
  2869. configure:6771: result: yes
  2870. configure:6786: checking for index
  2871. configure:6786: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2872. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2873. #define HAVE_SNPRINTF /**/
  2874.  
  2875. conftest.c:43:0: note: this is the location of the previous definition
  2876. #define HAVE_SNPRINTF 1
  2877.  
  2878. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2879. #define HAVE_VSNPRINTF /**/
  2880.  
  2881. conftest.c:45:0: note: this is the location of the previous definition
  2882. #define HAVE_VSNPRINTF 1
  2883.  
  2884. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2885. #define HAVE_INET_PTON /**/
  2886.  
  2887. conftest.c:47:0: note: this is the location of the previous definition
  2888. #define HAVE_INET_PTON 1
  2889.  
  2890. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2891. #define HAVE_INET_NTOP /**/
  2892.  
  2893. conftest.c:49:0: note: this is the location of the previous definition
  2894. #define HAVE_INET_NTOP 1
  2895.  
  2896. conftest.c:86:6: warning: conflicting types for built-in function 'index'
  2897. char index ();
  2898. ^~~~~
  2899. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2900. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2901. configure:6786: $? = 0
  2902. configure:6786: result: yes
  2903. configure:6801: checking for strtoul
  2904. configure:6801: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2905. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2906. #define HAVE_SNPRINTF /**/
  2907.  
  2908. conftest.c:43:0: note: this is the location of the previous definition
  2909. #define HAVE_SNPRINTF 1
  2910.  
  2911. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2912. #define HAVE_VSNPRINTF /**/
  2913.  
  2914. conftest.c:45:0: note: this is the location of the previous definition
  2915. #define HAVE_VSNPRINTF 1
  2916.  
  2917. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2918. #define HAVE_INET_PTON /**/
  2919.  
  2920. conftest.c:47:0: note: this is the location of the previous definition
  2921. #define HAVE_INET_PTON 1
  2922.  
  2923. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2924. #define HAVE_INET_NTOP /**/
  2925.  
  2926. conftest.c:49:0: note: this is the location of the previous definition
  2927. #define HAVE_INET_NTOP 1
  2928.  
  2929. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2930. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2931. configure:6801: $? = 0
  2932. configure:6801: result: yes
  2933. configure:6814: checking for bcopy
  2934. configure:6814: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2935. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2936. #define HAVE_SNPRINTF /**/
  2937.  
  2938. conftest.c:43:0: note: this is the location of the previous definition
  2939. #define HAVE_SNPRINTF 1
  2940.  
  2941. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2942. #define HAVE_VSNPRINTF /**/
  2943.  
  2944. conftest.c:45:0: note: this is the location of the previous definition
  2945. #define HAVE_VSNPRINTF 1
  2946.  
  2947. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2948. #define HAVE_INET_PTON /**/
  2949.  
  2950. conftest.c:47:0: note: this is the location of the previous definition
  2951. #define HAVE_INET_PTON 1
  2952.  
  2953. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2954. #define HAVE_INET_NTOP /**/
  2955.  
  2956. conftest.c:49:0: note: this is the location of the previous definition
  2957. #define HAVE_INET_NTOP 1
  2958.  
  2959. conftest.c:88:6: warning: conflicting types for built-in function 'bcopy'
  2960. char bcopy ();
  2961. ^~~~~
  2962. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2963. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2964. configure:6814: $? = 0
  2965. configure:6814: result: yes
  2966. configure:6829: checking for bcmp
  2967. configure:6829: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  2968. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  2969. #define HAVE_SNPRINTF /**/
  2970.  
  2971. conftest.c:43:0: note: this is the location of the previous definition
  2972. #define HAVE_SNPRINTF 1
  2973.  
  2974. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  2975. #define HAVE_VSNPRINTF /**/
  2976.  
  2977. conftest.c:45:0: note: this is the location of the previous definition
  2978. #define HAVE_VSNPRINTF 1
  2979.  
  2980. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  2981. #define HAVE_INET_PTON /**/
  2982.  
  2983. conftest.c:47:0: note: this is the location of the previous definition
  2984. #define HAVE_INET_PTON 1
  2985.  
  2986. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  2987. #define HAVE_INET_NTOP /**/
  2988.  
  2989. conftest.c:49:0: note: this is the location of the previous definition
  2990. #define HAVE_INET_NTOP 1
  2991.  
  2992. conftest.c:89:6: warning: conflicting types for built-in function 'bcmp'
  2993. char bcmp ();
  2994. ^~~~
  2995. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  2996. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  2997. configure:6829: $? = 0
  2998. configure:6829: result: yes
  2999. configure:6844: checking for bzero
  3000. configure:6844: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  3001. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3002. #define HAVE_SNPRINTF /**/
  3003.  
  3004. conftest.c:43:0: note: this is the location of the previous definition
  3005. #define HAVE_SNPRINTF 1
  3006.  
  3007. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3008. #define HAVE_VSNPRINTF /**/
  3009.  
  3010. conftest.c:45:0: note: this is the location of the previous definition
  3011. #define HAVE_VSNPRINTF 1
  3012.  
  3013. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3014. #define HAVE_INET_PTON /**/
  3015.  
  3016. conftest.c:47:0: note: this is the location of the previous definition
  3017. #define HAVE_INET_PTON 1
  3018.  
  3019. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3020. #define HAVE_INET_NTOP /**/
  3021.  
  3022. conftest.c:49:0: note: this is the location of the previous definition
  3023. #define HAVE_INET_NTOP 1
  3024.  
  3025. conftest.c:90:6: warning: conflicting types for built-in function 'bzero'
  3026. char bzero ();
  3027. ^~~~~
  3028. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3029. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3030. configure:6844: $? = 0
  3031. configure:6844: result: yes
  3032. configure:6859: checking for strcasecmp
  3033. configure:6859: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  3034. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3035. #define HAVE_SNPRINTF /**/
  3036.  
  3037. conftest.c:43:0: note: this is the location of the previous definition
  3038. #define HAVE_SNPRINTF 1
  3039.  
  3040. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3041. #define HAVE_VSNPRINTF /**/
  3042.  
  3043. conftest.c:45:0: note: this is the location of the previous definition
  3044. #define HAVE_VSNPRINTF 1
  3045.  
  3046. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3047. #define HAVE_INET_PTON /**/
  3048.  
  3049. conftest.c:47:0: note: this is the location of the previous definition
  3050. #define HAVE_INET_PTON 1
  3051.  
  3052. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3053. #define HAVE_INET_NTOP /**/
  3054.  
  3055. conftest.c:49:0: note: this is the location of the previous definition
  3056. #define HAVE_INET_NTOP 1
  3057.  
  3058. conftest.c:91:6: warning: conflicting types for built-in function 'strcasecmp'
  3059. char strcasecmp ();
  3060. ^~~~~~~~~~
  3061. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3062. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3063. configure:6859: $? = 0
  3064. configure:6859: result: yes
  3065. configure:6874: checking for inet_addr
  3066. configure:6874: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -lnsl >&5
  3067. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3068. #define HAVE_SNPRINTF /**/
  3069.  
  3070. conftest.c:43:0: note: this is the location of the previous definition
  3071. #define HAVE_SNPRINTF 1
  3072.  
  3073. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3074. #define HAVE_VSNPRINTF /**/
  3075.  
  3076. conftest.c:45:0: note: this is the location of the previous definition
  3077. #define HAVE_VSNPRINTF 1
  3078.  
  3079. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3080. #define HAVE_INET_PTON /**/
  3081.  
  3082. conftest.c:47:0: note: this is the location of the previous definition
  3083. #define HAVE_INET_PTON 1
  3084.  
  3085. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3086. #define HAVE_INET_NTOP /**/
  3087.  
  3088. conftest.c:49:0: note: this is the location of the previous definition
  3089. #define HAVE_INET_NTOP 1
  3090.  
  3091. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3092. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3093. configure:6874: $? = 0
  3094. configure:6874: result: yes
  3095. configure:6889: checking for inet_ntoa
  3096. configure:6889: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c -lnsl >&5
  3097. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3098. #define HAVE_SNPRINTF /**/
  3099.  
  3100. conftest.c:43:0: note: this is the location of the previous definition
  3101. #define HAVE_SNPRINTF 1
  3102.  
  3103. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3104. #define HAVE_VSNPRINTF /**/
  3105.  
  3106. conftest.c:45:0: note: this is the location of the previous definition
  3107. #define HAVE_VSNPRINTF 1
  3108.  
  3109. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3110. #define HAVE_INET_PTON /**/
  3111.  
  3112. conftest.c:47:0: note: this is the location of the previous definition
  3113. #define HAVE_INET_PTON 1
  3114.  
  3115. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3116. #define HAVE_INET_NTOP /**/
  3117.  
  3118. conftest.c:49:0: note: this is the location of the previous definition
  3119. #define HAVE_INET_NTOP 1
  3120.  
  3121. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3122. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3123. configure:6889: $? = 0
  3124. configure:6889: result: yes
  3125. configure:6905: checking for syslog
  3126. configure:6905: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  3127. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3128. #define HAVE_SNPRINTF /**/
  3129.  
  3130. conftest.c:43:0: note: this is the location of the previous definition
  3131. #define HAVE_SNPRINTF 1
  3132.  
  3133. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3134. #define HAVE_VSNPRINTF /**/
  3135.  
  3136. conftest.c:45:0: note: this is the location of the previous definition
  3137. #define HAVE_VSNPRINTF 1
  3138.  
  3139. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3140. #define HAVE_INET_PTON /**/
  3141.  
  3142. conftest.c:47:0: note: this is the location of the previous definition
  3143. #define HAVE_INET_PTON 1
  3144.  
  3145. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3146. #define HAVE_INET_NTOP /**/
  3147.  
  3148. conftest.c:49:0: note: this is the location of the previous definition
  3149. #define HAVE_INET_NTOP 1
  3150.  
  3151. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3152. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3153. configure:6905: $? = 0
  3154. configure:6905: result: yes
  3155. configure:7332: checking for openssl
  3156. configure:7337: result: found in /usr/include/openssl
  3157. configure:7374: checking for SSL_CTX_set1_curves_list in SSL library
  3158. configure:7395: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c -lssl -lcrypto >&5
  3159. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3160. #define HAVE_SNPRINTF /**/
  3161.  
  3162. conftest.c:43:0: note: this is the location of the previous definition
  3163. #define HAVE_SNPRINTF 1
  3164.  
  3165. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3166. #define HAVE_VSNPRINTF /**/
  3167.  
  3168. conftest.c:45:0: note: this is the location of the previous definition
  3169. #define HAVE_VSNPRINTF 1
  3170.  
  3171. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3172. #define HAVE_INET_PTON /**/
  3173.  
  3174. conftest.c:47:0: note: this is the location of the previous definition
  3175. #define HAVE_INET_PTON 1
  3176.  
  3177. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3178. #define HAVE_INET_NTOP /**/
  3179.  
  3180. conftest.c:49:0: note: this is the location of the previous definition
  3181. #define HAVE_INET_NTOP 1
  3182.  
  3183. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3184. #define HAVE_SYSLOG /**/
  3185.  
  3186. conftest.c:71:0: note: this is the location of the previous definition
  3187. #define HAVE_SYSLOG 1
  3188.  
  3189. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3190. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3191. configure:7395: $? = 0
  3192. configure:7410: result: yes
  3193. configure:7429: checking for dlopen
  3194. configure:7429: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3195. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3196. #define HAVE_SNPRINTF /**/
  3197.  
  3198. conftest.c:43:0: note: this is the location of the previous definition
  3199. #define HAVE_SNPRINTF 1
  3200.  
  3201. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3202. #define HAVE_VSNPRINTF /**/
  3203.  
  3204. conftest.c:45:0: note: this is the location of the previous definition
  3205. #define HAVE_VSNPRINTF 1
  3206.  
  3207. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3208. #define HAVE_INET_PTON /**/
  3209.  
  3210. conftest.c:47:0: note: this is the location of the previous definition
  3211. #define HAVE_INET_PTON 1
  3212.  
  3213. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3214. #define HAVE_INET_NTOP /**/
  3215.  
  3216. conftest.c:49:0: note: this is the location of the previous definition
  3217. #define HAVE_INET_NTOP 1
  3218.  
  3219. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3220. #define HAVE_SYSLOG /**/
  3221.  
  3222. conftest.c:71:0: note: this is the location of the previous definition
  3223. #define HAVE_SYSLOG 1
  3224.  
  3225. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3226. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3227. /tmp/cc48cHab.o: In function `main':
  3228. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:126: undefined reference to `dlopen'
  3229. collect2: error: ld returned 1 exit status
  3230. configure:7429: $? = 1
  3231. configure: failed program was:
  3232. | /* confdefs.h */
  3233. | #define PACKAGE_NAME "unrealircd"
  3234. | #define PACKAGE_TARNAME "unrealircd"
  3235. | #define PACKAGE_VERSION "4.2.1"
  3236. | #define PACKAGE_STRING "unrealircd 4.2.1"
  3237. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  3238. | #define PACKAGE_URL "http://unrealircd.org/"
  3239. | #define UNREAL_VERSION_GENERATION 4
  3240. | #define UNREAL_VERSION_MAJOR 2
  3241. | #define UNREAL_VERSION_MINOR 1
  3242. | #define UNREAL_VERSION_SUFFIX ""
  3243. | #define HAVE_CRYPT /**/
  3244. | #define STDC_HEADERS 1
  3245. | #define HAVE_SYS_TYPES_H 1
  3246. | #define HAVE_SYS_STAT_H 1
  3247. | #define HAVE_STDLIB_H 1
  3248. | #define HAVE_STRING_H 1
  3249. | #define HAVE_MEMORY_H 1
  3250. | #define HAVE_STRINGS_H 1
  3251. | #define HAVE_INTTYPES_H 1
  3252. | #define HAVE_STDINT_H 1
  3253. | #define HAVE_UNISTD_H 1
  3254. | #define PARAMH /**/
  3255. | #define STDLIBH /**/
  3256. | #define STDDEFH /**/
  3257. | #define SYSSYSLOGH /**/
  3258. | #define UNISTDH /**/
  3259. | #define STRINGH /**/
  3260. | #define STRINGSH /**/
  3261. | #define MALLOCH <malloc.h>
  3262. | #define GLOBH /**/
  3263. | #define HAVE_STDINT_H 1
  3264. | #define HAVE_INTTYPES_H 1
  3265. | #define HAVE_INTPTR_T 1
  3266. | #define TIME_WITH_SYS_TIME 1
  3267. | #define HAVE_SYS_WAIT_H 1
  3268. | #define SIZEOF_SHORT 2
  3269. | #define SIZEOF_INT 4
  3270. | #define SIZEOF_LONG 8
  3271. | #define SIZEOF_RLIM_T 0
  3272. | #define NBLOCK_POSIX /**/
  3273. | #define SETPGRP_VOID 1
  3274. | #define HAVE_SNPRINTF 1
  3275. | #define HAVE_SNPRINTF /**/
  3276. | #define HAVE_VSNPRINTF 1
  3277. | #define HAVE_VSNPRINTF /**/
  3278. | #define HAVE_INET_PTON 1
  3279. | #define HAVE_INET_PTON /**/
  3280. | #define HAVE_INET_NTOP 1
  3281. | #define HAVE_INET_NTOP /**/
  3282. | #define HAVE_C99_VARLEN_ARRAY /**/
  3283. | #define FORCE_CORE /**/
  3284. | #define HAVE_VPRINTF 1
  3285. | #define HAVE_GETTIMEOFDAY 1
  3286. | #define GETTIMEOFDAY /**/
  3287. | #define HAVE_GETRUSAGE 1
  3288. | #define GETRUSAGE_2 /**/
  3289. | #define POSIX_SIGNALS /**/
  3290. | #define NEED_STRTOKEN /**/
  3291. | #define HAVE_STRTOK 1
  3292. | #define HAVE_STRERROR 1
  3293. | #define HAVE_INDEX 1
  3294. | #define HAVE_STRTOUL 1
  3295. | #define HAVE_BCOPY 1
  3296. | #define HAVE_BCMP 1
  3297. | #define HAVE_BZERO 1
  3298. | #define HAVE_STRCASECMP 1
  3299. | #define GOT_STRCASECMP /**/
  3300. | #define HAVE_INET_ADDR 1
  3301. | #define HAVE_INET_NTOA 1
  3302. | #define HAVE_SYSLOG 1
  3303. | #define HAVE_SYSLOG /**/
  3304. | #define NICKNAMEHISTORYLENGTH 2000
  3305. | #define MAXSENDQLENGTH 3000000
  3306. | #define DEFAULT_PERMISSIONS 00600
  3307. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  3308. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  3309. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  3310. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  3311. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  3312. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  3313. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  3314. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  3315. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  3316. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  3317. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  3318. | #define MAXCONNECTIONS 1024
  3319. | #define PREFIX_AQ /**/
  3320. | #define LIST_SHOW_MODES /**/
  3321. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  3322. | /* end confdefs.h. */
  3323. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  3324. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3325. | #define dlopen innocuous_dlopen
  3326. |
  3327. | /* System header to define __stub macros and hopefully few prototypes,
  3328. | which can conflict with char dlopen (); below.
  3329. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3330. | <limits.h> exists even on freestanding compilers. */
  3331. |
  3332. | #ifdef __STDC__
  3333. | # include <limits.h>
  3334. | #else
  3335. | # include <assert.h>
  3336. | #endif
  3337. |
  3338. | #undef dlopen
  3339. |
  3340. | /* Override any GCC internal prototype to avoid an error.
  3341. | Use char because int might match the return type of a GCC
  3342. | builtin and then its argument prototype would still apply. */
  3343. | #ifdef __cplusplus
  3344. | extern "C"
  3345. | #endif
  3346. | char dlopen ();
  3347. | /* The GNU C library defines this for functions which it implements
  3348. | to always fail with ENOSYS. Some functions are actually named
  3349. | something starting with __ and the normal name is an alias. */
  3350. | #if defined __stub_dlopen || defined __stub___dlopen
  3351. | choke me
  3352. | #endif
  3353. |
  3354. | int
  3355. | main ()
  3356. | {
  3357. | return dlopen ();
  3358. | ;
  3359. | return 0;
  3360. | }
  3361. configure:7429: result: no
  3362. configure:7433: checking for dlopen in -ldl
  3363. configure:7458: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c -ldl >&5
  3364. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3365. #define HAVE_SNPRINTF /**/
  3366.  
  3367. conftest.c:43:0: note: this is the location of the previous definition
  3368. #define HAVE_SNPRINTF 1
  3369.  
  3370. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3371. #define HAVE_VSNPRINTF /**/
  3372.  
  3373. conftest.c:45:0: note: this is the location of the previous definition
  3374. #define HAVE_VSNPRINTF 1
  3375.  
  3376. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3377. #define HAVE_INET_PTON /**/
  3378.  
  3379. conftest.c:47:0: note: this is the location of the previous definition
  3380. #define HAVE_INET_PTON 1
  3381.  
  3382. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3383. #define HAVE_INET_NTOP /**/
  3384.  
  3385. conftest.c:49:0: note: this is the location of the previous definition
  3386. #define HAVE_INET_NTOP 1
  3387.  
  3388. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3389. #define HAVE_SYSLOG /**/
  3390.  
  3391. conftest.c:71:0: note: this is the location of the previous definition
  3392. #define HAVE_SYSLOG 1
  3393.  
  3394. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3395. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3396. configure:7458: $? = 0
  3397. configure:7467: result: yes
  3398. configure:7486: checking if we need the -export-dynamic flag
  3399. configure:7503: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-export-dynamic -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3400. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3401. #define HAVE_SNPRINTF /**/
  3402.  
  3403. conftest.c:43:0: note: this is the location of the previous definition
  3404. #define HAVE_SNPRINTF 1
  3405.  
  3406. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3407. #define HAVE_VSNPRINTF /**/
  3408.  
  3409. conftest.c:45:0: note: this is the location of the previous definition
  3410. #define HAVE_VSNPRINTF 1
  3411.  
  3412. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3413. #define HAVE_INET_PTON /**/
  3414.  
  3415. conftest.c:47:0: note: this is the location of the previous definition
  3416. #define HAVE_INET_PTON 1
  3417.  
  3418. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3419. #define HAVE_INET_NTOP /**/
  3420.  
  3421. conftest.c:49:0: note: this is the location of the previous definition
  3422. #define HAVE_INET_NTOP 1
  3423.  
  3424. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3425. #define HAVE_SYSLOG /**/
  3426.  
  3427. conftest.c:71:0: note: this is the location of the previous definition
  3428. #define HAVE_SYSLOG 1
  3429.  
  3430. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3431. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3432. configure:7503: $? = 0
  3433. configure:7511: result: yes
  3434. configure:7518: checking for compiler option to produce PIC
  3435. configure:7543: result: -fPIC -DPIC -shared
  3436. configure:7545: checking if your system prepends an underscore on symbols
  3437. configure:7565: result: no
  3438. configure:7589: checking if FD_SETSIZE is large enough to allow 1024 file descriptors
  3439. configure:7604: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation conftest.c >&5
  3440. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3441. #define HAVE_SNPRINTF /**/
  3442.  
  3443. conftest.c:43:0: note: this is the location of the previous definition
  3444. #define HAVE_SNPRINTF 1
  3445.  
  3446. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3447. #define HAVE_VSNPRINTF /**/
  3448.  
  3449. conftest.c:45:0: note: this is the location of the previous definition
  3450. #define HAVE_VSNPRINTF 1
  3451.  
  3452. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3453. #define HAVE_INET_PTON /**/
  3454.  
  3455. conftest.c:47:0: note: this is the location of the previous definition
  3456. #define HAVE_INET_PTON 1
  3457.  
  3458. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3459. #define HAVE_INET_NTOP /**/
  3460.  
  3461. conftest.c:49:0: note: this is the location of the previous definition
  3462. #define HAVE_INET_NTOP 1
  3463.  
  3464. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3465. #define HAVE_SYSLOG /**/
  3466.  
  3467. conftest.c:71:0: note: this is the location of the previous definition
  3468. #define HAVE_SYSLOG 1
  3469.  
  3470. conftest.c: In function 'main':
  3471. conftest.c:99:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  3472. exit(0);
  3473. ^~~~
  3474. conftest.c:99:1: warning: incompatible implicit declaration of built-in function 'exit'
  3475. conftest.c:99:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  3476. conftest.c: At top level:
  3477. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3478. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3479. configure:7604: $? = 0
  3480. configure:7605: result: yes
  3481. configure:7629: checking for poll
  3482. configure:7629: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3483. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3484. #define HAVE_SNPRINTF /**/
  3485.  
  3486. conftest.c:43:0: note: this is the location of the previous definition
  3487. #define HAVE_SNPRINTF 1
  3488.  
  3489. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3490. #define HAVE_VSNPRINTF /**/
  3491.  
  3492. conftest.c:45:0: note: this is the location of the previous definition
  3493. #define HAVE_VSNPRINTF 1
  3494.  
  3495. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3496. #define HAVE_INET_PTON /**/
  3497.  
  3498. conftest.c:47:0: note: this is the location of the previous definition
  3499. #define HAVE_INET_PTON 1
  3500.  
  3501. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3502. #define HAVE_INET_NTOP /**/
  3503.  
  3504. conftest.c:49:0: note: this is the location of the previous definition
  3505. #define HAVE_INET_NTOP 1
  3506.  
  3507. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3508. #define HAVE_SYSLOG /**/
  3509.  
  3510. conftest.c:71:0: note: this is the location of the previous definition
  3511. #define HAVE_SYSLOG 1
  3512.  
  3513. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3514. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3515. configure:7629: $? = 0
  3516. configure:7629: result: yes
  3517. configure:7643: checking for epoll_create
  3518. configure:7643: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3519. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3520. #define HAVE_SNPRINTF /**/
  3521.  
  3522. conftest.c:43:0: note: this is the location of the previous definition
  3523. #define HAVE_SNPRINTF 1
  3524.  
  3525. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3526. #define HAVE_VSNPRINTF /**/
  3527.  
  3528. conftest.c:45:0: note: this is the location of the previous definition
  3529. #define HAVE_VSNPRINTF 1
  3530.  
  3531. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3532. #define HAVE_INET_PTON /**/
  3533.  
  3534. conftest.c:47:0: note: this is the location of the previous definition
  3535. #define HAVE_INET_PTON 1
  3536.  
  3537. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3538. #define HAVE_INET_NTOP /**/
  3539.  
  3540. conftest.c:49:0: note: this is the location of the previous definition
  3541. #define HAVE_INET_NTOP 1
  3542.  
  3543. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3544. #define HAVE_SYSLOG /**/
  3545.  
  3546. conftest.c:71:0: note: this is the location of the previous definition
  3547. #define HAVE_SYSLOG 1
  3548.  
  3549. conftest.c:92:0: warning: "HAVE_POLL" redefined
  3550. #define HAVE_POLL /**/
  3551.  
  3552. conftest.c:91:0: note: this is the location of the previous definition
  3553. #define HAVE_POLL 1
  3554.  
  3555. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3556. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3557. configure:7643: $? = 0
  3558. configure:7643: result: yes
  3559. configure:7643: checking for epoll_ctl
  3560. configure:7643: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3561. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3562. #define HAVE_SNPRINTF /**/
  3563.  
  3564. conftest.c:43:0: note: this is the location of the previous definition
  3565. #define HAVE_SNPRINTF 1
  3566.  
  3567. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3568. #define HAVE_VSNPRINTF /**/
  3569.  
  3570. conftest.c:45:0: note: this is the location of the previous definition
  3571. #define HAVE_VSNPRINTF 1
  3572.  
  3573. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3574. #define HAVE_INET_PTON /**/
  3575.  
  3576. conftest.c:47:0: note: this is the location of the previous definition
  3577. #define HAVE_INET_PTON 1
  3578.  
  3579. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3580. #define HAVE_INET_NTOP /**/
  3581.  
  3582. conftest.c:49:0: note: this is the location of the previous definition
  3583. #define HAVE_INET_NTOP 1
  3584.  
  3585. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3586. #define HAVE_SYSLOG /**/
  3587.  
  3588. conftest.c:71:0: note: this is the location of the previous definition
  3589. #define HAVE_SYSLOG 1
  3590.  
  3591. conftest.c:92:0: warning: "HAVE_POLL" redefined
  3592. #define HAVE_POLL /**/
  3593.  
  3594. conftest.c:91:0: note: this is the location of the previous definition
  3595. #define HAVE_POLL 1
  3596.  
  3597. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3598. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3599. configure:7643: $? = 0
  3600. configure:7643: result: yes
  3601. configure:7643: checking for epoll_wait
  3602. configure:7643: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3603. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3604. #define HAVE_SNPRINTF /**/
  3605.  
  3606. conftest.c:43:0: note: this is the location of the previous definition
  3607. #define HAVE_SNPRINTF 1
  3608.  
  3609. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3610. #define HAVE_VSNPRINTF /**/
  3611.  
  3612. conftest.c:45:0: note: this is the location of the previous definition
  3613. #define HAVE_VSNPRINTF 1
  3614.  
  3615. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3616. #define HAVE_INET_PTON /**/
  3617.  
  3618. conftest.c:47:0: note: this is the location of the previous definition
  3619. #define HAVE_INET_PTON 1
  3620.  
  3621. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3622. #define HAVE_INET_NTOP /**/
  3623.  
  3624. conftest.c:49:0: note: this is the location of the previous definition
  3625. #define HAVE_INET_NTOP 1
  3626.  
  3627. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3628. #define HAVE_SYSLOG /**/
  3629.  
  3630. conftest.c:71:0: note: this is the location of the previous definition
  3631. #define HAVE_SYSLOG 1
  3632.  
  3633. conftest.c:92:0: warning: "HAVE_POLL" redefined
  3634. #define HAVE_POLL /**/
  3635.  
  3636. conftest.c:91:0: note: this is the location of the previous definition
  3637. #define HAVE_POLL 1
  3638.  
  3639. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3640. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3641. configure:7643: $? = 0
  3642. configure:7643: result: yes
  3643. configure:7657: checking for kqueue
  3644. configure:7657: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3645. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3646. #define HAVE_SNPRINTF /**/
  3647.  
  3648. conftest.c:43:0: note: this is the location of the previous definition
  3649. #define HAVE_SNPRINTF 1
  3650.  
  3651. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3652. #define HAVE_VSNPRINTF /**/
  3653.  
  3654. conftest.c:45:0: note: this is the location of the previous definition
  3655. #define HAVE_VSNPRINTF 1
  3656.  
  3657. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3658. #define HAVE_INET_PTON /**/
  3659.  
  3660. conftest.c:47:0: note: this is the location of the previous definition
  3661. #define HAVE_INET_PTON 1
  3662.  
  3663. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3664. #define HAVE_INET_NTOP /**/
  3665.  
  3666. conftest.c:49:0: note: this is the location of the previous definition
  3667. #define HAVE_INET_NTOP 1
  3668.  
  3669. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3670. #define HAVE_SYSLOG /**/
  3671.  
  3672. conftest.c:71:0: note: this is the location of the previous definition
  3673. #define HAVE_SYSLOG 1
  3674.  
  3675. conftest.c:92:0: warning: "HAVE_POLL" redefined
  3676. #define HAVE_POLL /**/
  3677.  
  3678. conftest.c:91:0: note: this is the location of the previous definition
  3679. #define HAVE_POLL 1
  3680.  
  3681. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3682. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3683. /tmp/ccPPTAco.o: In function `main':
  3684. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:134: undefined reference to `kqueue'
  3685. collect2: error: ld returned 1 exit status
  3686. configure:7657: $? = 1
  3687. configure: failed program was:
  3688. | /* confdefs.h */
  3689. | #define PACKAGE_NAME "unrealircd"
  3690. | #define PACKAGE_TARNAME "unrealircd"
  3691. | #define PACKAGE_VERSION "4.2.1"
  3692. | #define PACKAGE_STRING "unrealircd 4.2.1"
  3693. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  3694. | #define PACKAGE_URL "http://unrealircd.org/"
  3695. | #define UNREAL_VERSION_GENERATION 4
  3696. | #define UNREAL_VERSION_MAJOR 2
  3697. | #define UNREAL_VERSION_MINOR 1
  3698. | #define UNREAL_VERSION_SUFFIX ""
  3699. | #define HAVE_CRYPT /**/
  3700. | #define STDC_HEADERS 1
  3701. | #define HAVE_SYS_TYPES_H 1
  3702. | #define HAVE_SYS_STAT_H 1
  3703. | #define HAVE_STDLIB_H 1
  3704. | #define HAVE_STRING_H 1
  3705. | #define HAVE_MEMORY_H 1
  3706. | #define HAVE_STRINGS_H 1
  3707. | #define HAVE_INTTYPES_H 1
  3708. | #define HAVE_STDINT_H 1
  3709. | #define HAVE_UNISTD_H 1
  3710. | #define PARAMH /**/
  3711. | #define STDLIBH /**/
  3712. | #define STDDEFH /**/
  3713. | #define SYSSYSLOGH /**/
  3714. | #define UNISTDH /**/
  3715. | #define STRINGH /**/
  3716. | #define STRINGSH /**/
  3717. | #define MALLOCH <malloc.h>
  3718. | #define GLOBH /**/
  3719. | #define HAVE_STDINT_H 1
  3720. | #define HAVE_INTTYPES_H 1
  3721. | #define HAVE_INTPTR_T 1
  3722. | #define TIME_WITH_SYS_TIME 1
  3723. | #define HAVE_SYS_WAIT_H 1
  3724. | #define SIZEOF_SHORT 2
  3725. | #define SIZEOF_INT 4
  3726. | #define SIZEOF_LONG 8
  3727. | #define SIZEOF_RLIM_T 0
  3728. | #define NBLOCK_POSIX /**/
  3729. | #define SETPGRP_VOID 1
  3730. | #define HAVE_SNPRINTF 1
  3731. | #define HAVE_SNPRINTF /**/
  3732. | #define HAVE_VSNPRINTF 1
  3733. | #define HAVE_VSNPRINTF /**/
  3734. | #define HAVE_INET_PTON 1
  3735. | #define HAVE_INET_PTON /**/
  3736. | #define HAVE_INET_NTOP 1
  3737. | #define HAVE_INET_NTOP /**/
  3738. | #define HAVE_C99_VARLEN_ARRAY /**/
  3739. | #define FORCE_CORE /**/
  3740. | #define HAVE_VPRINTF 1
  3741. | #define HAVE_GETTIMEOFDAY 1
  3742. | #define GETTIMEOFDAY /**/
  3743. | #define HAVE_GETRUSAGE 1
  3744. | #define GETRUSAGE_2 /**/
  3745. | #define POSIX_SIGNALS /**/
  3746. | #define NEED_STRTOKEN /**/
  3747. | #define HAVE_STRTOK 1
  3748. | #define HAVE_STRERROR 1
  3749. | #define HAVE_INDEX 1
  3750. | #define HAVE_STRTOUL 1
  3751. | #define HAVE_BCOPY 1
  3752. | #define HAVE_BCMP 1
  3753. | #define HAVE_BZERO 1
  3754. | #define HAVE_STRCASECMP 1
  3755. | #define GOT_STRCASECMP /**/
  3756. | #define HAVE_INET_ADDR 1
  3757. | #define HAVE_INET_NTOA 1
  3758. | #define HAVE_SYSLOG 1
  3759. | #define HAVE_SYSLOG /**/
  3760. | #define NICKNAMEHISTORYLENGTH 2000
  3761. | #define MAXSENDQLENGTH 3000000
  3762. | #define DEFAULT_PERMISSIONS 00600
  3763. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  3764. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  3765. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  3766. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  3767. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  3768. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  3769. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  3770. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  3771. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  3772. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  3773. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  3774. | #define MAXCONNECTIONS 1024
  3775. | #define PREFIX_AQ /**/
  3776. | #define LIST_SHOW_MODES /**/
  3777. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  3778. | #define HAVE_POLL 1
  3779. | #define HAVE_POLL /**/
  3780. | #define HAVE_EPOLL_CREATE 1
  3781. | #define HAVE_EPOLL /**/
  3782. | #define HAVE_EPOLL_CTL 1
  3783. | #define HAVE_EPOLL /**/
  3784. | #define HAVE_EPOLL_WAIT 1
  3785. | #define HAVE_EPOLL /**/
  3786. | /* end confdefs.h. */
  3787. | /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
  3788. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3789. | #define kqueue innocuous_kqueue
  3790. |
  3791. | /* System header to define __stub macros and hopefully few prototypes,
  3792. | which can conflict with char kqueue (); below.
  3793. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3794. | <limits.h> exists even on freestanding compilers. */
  3795. |
  3796. | #ifdef __STDC__
  3797. | # include <limits.h>
  3798. | #else
  3799. | # include <assert.h>
  3800. | #endif
  3801. |
  3802. | #undef kqueue
  3803. |
  3804. | /* Override any GCC internal prototype to avoid an error.
  3805. | Use char because int might match the return type of a GCC
  3806. | builtin and then its argument prototype would still apply. */
  3807. | #ifdef __cplusplus
  3808. | extern "C"
  3809. | #endif
  3810. | char kqueue ();
  3811. | /* The GNU C library defines this for functions which it implements
  3812. | to always fail with ENOSYS. Some functions are actually named
  3813. | something starting with __ and the normal name is an alias. */
  3814. | #if defined __stub_kqueue || defined __stub___kqueue
  3815. | choke me
  3816. | #endif
  3817. |
  3818. | int
  3819. | main ()
  3820. | {
  3821. | return kqueue ();
  3822. | ;
  3823. | return 0;
  3824. | }
  3825. configure:7657: result: no
  3826. configure:7657: checking for kevent
  3827. configure:7657: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  3828. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  3829. #define HAVE_SNPRINTF /**/
  3830.  
  3831. conftest.c:43:0: note: this is the location of the previous definition
  3832. #define HAVE_SNPRINTF 1
  3833.  
  3834. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  3835. #define HAVE_VSNPRINTF /**/
  3836.  
  3837. conftest.c:45:0: note: this is the location of the previous definition
  3838. #define HAVE_VSNPRINTF 1
  3839.  
  3840. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  3841. #define HAVE_INET_PTON /**/
  3842.  
  3843. conftest.c:47:0: note: this is the location of the previous definition
  3844. #define HAVE_INET_PTON 1
  3845.  
  3846. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  3847. #define HAVE_INET_NTOP /**/
  3848.  
  3849. conftest.c:49:0: note: this is the location of the previous definition
  3850. #define HAVE_INET_NTOP 1
  3851.  
  3852. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  3853. #define HAVE_SYSLOG /**/
  3854.  
  3855. conftest.c:71:0: note: this is the location of the previous definition
  3856. #define HAVE_SYSLOG 1
  3857.  
  3858. conftest.c:92:0: warning: "HAVE_POLL" redefined
  3859. #define HAVE_POLL /**/
  3860.  
  3861. conftest.c:91:0: note: this is the location of the previous definition
  3862. #define HAVE_POLL 1
  3863.  
  3864. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  3865. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  3866. /tmp/ccbo83fq.o: In function `main':
  3867. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:134: undefined reference to `kevent'
  3868. collect2: error: ld returned 1 exit status
  3869. configure:7657: $? = 1
  3870. configure: failed program was:
  3871. | /* confdefs.h */
  3872. | #define PACKAGE_NAME "unrealircd"
  3873. | #define PACKAGE_TARNAME "unrealircd"
  3874. | #define PACKAGE_VERSION "4.2.1"
  3875. | #define PACKAGE_STRING "unrealircd 4.2.1"
  3876. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  3877. | #define PACKAGE_URL "http://unrealircd.org/"
  3878. | #define UNREAL_VERSION_GENERATION 4
  3879. | #define UNREAL_VERSION_MAJOR 2
  3880. | #define UNREAL_VERSION_MINOR 1
  3881. | #define UNREAL_VERSION_SUFFIX ""
  3882. | #define HAVE_CRYPT /**/
  3883. | #define STDC_HEADERS 1
  3884. | #define HAVE_SYS_TYPES_H 1
  3885. | #define HAVE_SYS_STAT_H 1
  3886. | #define HAVE_STDLIB_H 1
  3887. | #define HAVE_STRING_H 1
  3888. | #define HAVE_MEMORY_H 1
  3889. | #define HAVE_STRINGS_H 1
  3890. | #define HAVE_INTTYPES_H 1
  3891. | #define HAVE_STDINT_H 1
  3892. | #define HAVE_UNISTD_H 1
  3893. | #define PARAMH /**/
  3894. | #define STDLIBH /**/
  3895. | #define STDDEFH /**/
  3896. | #define SYSSYSLOGH /**/
  3897. | #define UNISTDH /**/
  3898. | #define STRINGH /**/
  3899. | #define STRINGSH /**/
  3900. | #define MALLOCH <malloc.h>
  3901. | #define GLOBH /**/
  3902. | #define HAVE_STDINT_H 1
  3903. | #define HAVE_INTTYPES_H 1
  3904. | #define HAVE_INTPTR_T 1
  3905. | #define TIME_WITH_SYS_TIME 1
  3906. | #define HAVE_SYS_WAIT_H 1
  3907. | #define SIZEOF_SHORT 2
  3908. | #define SIZEOF_INT 4
  3909. | #define SIZEOF_LONG 8
  3910. | #define SIZEOF_RLIM_T 0
  3911. | #define NBLOCK_POSIX /**/
  3912. | #define SETPGRP_VOID 1
  3913. | #define HAVE_SNPRINTF 1
  3914. | #define HAVE_SNPRINTF /**/
  3915. | #define HAVE_VSNPRINTF 1
  3916. | #define HAVE_VSNPRINTF /**/
  3917. | #define HAVE_INET_PTON 1
  3918. | #define HAVE_INET_PTON /**/
  3919. | #define HAVE_INET_NTOP 1
  3920. | #define HAVE_INET_NTOP /**/
  3921. | #define HAVE_C99_VARLEN_ARRAY /**/
  3922. | #define FORCE_CORE /**/
  3923. | #define HAVE_VPRINTF 1
  3924. | #define HAVE_GETTIMEOFDAY 1
  3925. | #define GETTIMEOFDAY /**/
  3926. | #define HAVE_GETRUSAGE 1
  3927. | #define GETRUSAGE_2 /**/
  3928. | #define POSIX_SIGNALS /**/
  3929. | #define NEED_STRTOKEN /**/
  3930. | #define HAVE_STRTOK 1
  3931. | #define HAVE_STRERROR 1
  3932. | #define HAVE_INDEX 1
  3933. | #define HAVE_STRTOUL 1
  3934. | #define HAVE_BCOPY 1
  3935. | #define HAVE_BCMP 1
  3936. | #define HAVE_BZERO 1
  3937. | #define HAVE_STRCASECMP 1
  3938. | #define GOT_STRCASECMP /**/
  3939. | #define HAVE_INET_ADDR 1
  3940. | #define HAVE_INET_NTOA 1
  3941. | #define HAVE_SYSLOG 1
  3942. | #define HAVE_SYSLOG /**/
  3943. | #define NICKNAMEHISTORYLENGTH 2000
  3944. | #define MAXSENDQLENGTH 3000000
  3945. | #define DEFAULT_PERMISSIONS 00600
  3946. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  3947. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  3948. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  3949. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  3950. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  3951. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  3952. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  3953. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  3954. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  3955. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  3956. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  3957. | #define MAXCONNECTIONS 1024
  3958. | #define PREFIX_AQ /**/
  3959. | #define LIST_SHOW_MODES /**/
  3960. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  3961. | #define HAVE_POLL 1
  3962. | #define HAVE_POLL /**/
  3963. | #define HAVE_EPOLL_CREATE 1
  3964. | #define HAVE_EPOLL /**/
  3965. | #define HAVE_EPOLL_CTL 1
  3966. | #define HAVE_EPOLL /**/
  3967. | #define HAVE_EPOLL_WAIT 1
  3968. | #define HAVE_EPOLL /**/
  3969. | /* end confdefs.h. */
  3970. | /* Define kevent to an innocuous variant, in case <limits.h> declares kevent.
  3971. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3972. | #define kevent innocuous_kevent
  3973. |
  3974. | /* System header to define __stub macros and hopefully few prototypes,
  3975. | which can conflict with char kevent (); below.
  3976. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3977. | <limits.h> exists even on freestanding compilers. */
  3978. |
  3979. | #ifdef __STDC__
  3980. | # include <limits.h>
  3981. | #else
  3982. | # include <assert.h>
  3983. | #endif
  3984. |
  3985. | #undef kevent
  3986. |
  3987. | /* Override any GCC internal prototype to avoid an error.
  3988. | Use char because int might match the return type of a GCC
  3989. | builtin and then its argument prototype would still apply. */
  3990. | #ifdef __cplusplus
  3991. | extern "C"
  3992. | #endif
  3993. | char kevent ();
  3994. | /* The GNU C library defines this for functions which it implements
  3995. | to always fail with ENOSYS. Some functions are actually named
  3996. | something starting with __ and the normal name is an alias. */
  3997. | #if defined __stub_kevent || defined __stub___kevent
  3998. | choke me
  3999. | #endif
  4000. |
  4001. | int
  4002. | main ()
  4003. | {
  4004. | return kevent ();
  4005. | ;
  4006. | return 0;
  4007. | }
  4008. configure:7657: result: no
  4009. configure:7725: checking for pkg-config
  4010. configure:7743: found /usr/bin/pkg-config
  4011. configure:7755: result: /usr/bin/pkg-config
  4012. configure:7780: checking pkg-config is at least version 0.9.0
  4013. configure:7783: result: yes
  4014. configure:7834: checking for TRE
  4015. configure:7841: $PKG_CONFIG --exists --print-errors "tre >= 0.7.5"
  4016. configure:7844: $? = 0
  4017. configure:7858: $PKG_CONFIG --exists --print-errors "tre >= 0.7.5"
  4018. configure:7861: $? = 0
  4019. configure:7919: result: yes
  4020. configure:7969: checking for PCRE2
  4021. configure:7976: $PKG_CONFIG --exists --print-errors "libpcre2-8 >= 10.00"
  4022. configure:7979: $? = 0
  4023. configure:7993: $PKG_CONFIG --exists --print-errors "libpcre2-8 >= 10.00"
  4024. configure:7996: $? = 0
  4025. configure:8054: result: yes
  4026. configure:8066: checking for ARGON2
  4027. configure:8073: $PKG_CONFIG --exists --print-errors "libargon2"
  4028. configure:8076: $? = 0
  4029. configure:8090: $PKG_CONFIG --exists --print-errors "libargon2"
  4030. configure:8093: $? = 0
  4031. configure:8131: result: yes
  4032. configure:8179: checking for CARES
  4033. configure:8186: $PKG_CONFIG --exists --print-errors "libcares >= 1.6.0"
  4034. configure:8189: $? = 0
  4035. configure:8203: $PKG_CONFIG --exists --print-errors "libcares >= 1.6.0"
  4036. configure:8206: $? = 0
  4037. configure:8244: result: yes
  4038. configure:8320: checking build system type
  4039. configure:8334: result: x86_64-unknown-linux-gnu
  4040. configure:8354: checking host system type
  4041. configure:8367: result: x86_64-unknown-linux-gnu
  4042. configure:8499: checking if compiler needs -Werror to reject unknown flags
  4043. configure:8515: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
  4044. gcc: error: unrecognized command line option '-Wunknown-warning-option'; did you mean '-Wno-warning-token'?
  4045. configure:8515: $? = 1
  4046. configure: failed program was:
  4047. | /* confdefs.h */
  4048. | #define PACKAGE_NAME "unrealircd"
  4049. | #define PACKAGE_TARNAME "unrealircd"
  4050. | #define PACKAGE_VERSION "4.2.1"
  4051. | #define PACKAGE_STRING "unrealircd 4.2.1"
  4052. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  4053. | #define PACKAGE_URL "http://unrealircd.org/"
  4054. | #define UNREAL_VERSION_GENERATION 4
  4055. | #define UNREAL_VERSION_MAJOR 2
  4056. | #define UNREAL_VERSION_MINOR 1
  4057. | #define UNREAL_VERSION_SUFFIX ""
  4058. | #define HAVE_CRYPT /**/
  4059. | #define STDC_HEADERS 1
  4060. | #define HAVE_SYS_TYPES_H 1
  4061. | #define HAVE_SYS_STAT_H 1
  4062. | #define HAVE_STDLIB_H 1
  4063. | #define HAVE_STRING_H 1
  4064. | #define HAVE_MEMORY_H 1
  4065. | #define HAVE_STRINGS_H 1
  4066. | #define HAVE_INTTYPES_H 1
  4067. | #define HAVE_STDINT_H 1
  4068. | #define HAVE_UNISTD_H 1
  4069. | #define PARAMH /**/
  4070. | #define STDLIBH /**/
  4071. | #define STDDEFH /**/
  4072. | #define SYSSYSLOGH /**/
  4073. | #define UNISTDH /**/
  4074. | #define STRINGH /**/
  4075. | #define STRINGSH /**/
  4076. | #define MALLOCH <malloc.h>
  4077. | #define GLOBH /**/
  4078. | #define HAVE_STDINT_H 1
  4079. | #define HAVE_INTTYPES_H 1
  4080. | #define HAVE_INTPTR_T 1
  4081. | #define TIME_WITH_SYS_TIME 1
  4082. | #define HAVE_SYS_WAIT_H 1
  4083. | #define SIZEOF_SHORT 2
  4084. | #define SIZEOF_INT 4
  4085. | #define SIZEOF_LONG 8
  4086. | #define SIZEOF_RLIM_T 0
  4087. | #define NBLOCK_POSIX /**/
  4088. | #define SETPGRP_VOID 1
  4089. | #define HAVE_SNPRINTF 1
  4090. | #define HAVE_SNPRINTF /**/
  4091. | #define HAVE_VSNPRINTF 1
  4092. | #define HAVE_VSNPRINTF /**/
  4093. | #define HAVE_INET_PTON 1
  4094. | #define HAVE_INET_PTON /**/
  4095. | #define HAVE_INET_NTOP 1
  4096. | #define HAVE_INET_NTOP /**/
  4097. | #define HAVE_C99_VARLEN_ARRAY /**/
  4098. | #define FORCE_CORE /**/
  4099. | #define HAVE_VPRINTF 1
  4100. | #define HAVE_GETTIMEOFDAY 1
  4101. | #define GETTIMEOFDAY /**/
  4102. | #define HAVE_GETRUSAGE 1
  4103. | #define GETRUSAGE_2 /**/
  4104. | #define POSIX_SIGNALS /**/
  4105. | #define NEED_STRTOKEN /**/
  4106. | #define HAVE_STRTOK 1
  4107. | #define HAVE_STRERROR 1
  4108. | #define HAVE_INDEX 1
  4109. | #define HAVE_STRTOUL 1
  4110. | #define HAVE_BCOPY 1
  4111. | #define HAVE_BCMP 1
  4112. | #define HAVE_BZERO 1
  4113. | #define HAVE_STRCASECMP 1
  4114. | #define GOT_STRCASECMP /**/
  4115. | #define HAVE_INET_ADDR 1
  4116. | #define HAVE_INET_NTOA 1
  4117. | #define HAVE_SYSLOG 1
  4118. | #define HAVE_SYSLOG /**/
  4119. | #define NICKNAMEHISTORYLENGTH 2000
  4120. | #define MAXSENDQLENGTH 3000000
  4121. | #define DEFAULT_PERMISSIONS 00600
  4122. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  4123. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  4124. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  4125. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  4126. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  4127. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  4128. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  4129. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  4130. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  4131. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  4132. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  4133. | #define MAXCONNECTIONS 1024
  4134. | #define PREFIX_AQ /**/
  4135. | #define LIST_SHOW_MODES /**/
  4136. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  4137. | #define HAVE_POLL 1
  4138. | #define HAVE_POLL /**/
  4139. | #define HAVE_EPOLL_CREATE 1
  4140. | #define HAVE_EPOLL /**/
  4141. | #define HAVE_EPOLL_CTL 1
  4142. | #define HAVE_EPOLL /**/
  4143. | #define HAVE_EPOLL_WAIT 1
  4144. | #define HAVE_EPOLL /**/
  4145. | /* end confdefs.h. */
  4146. | int foo(void);
  4147. | int
  4148. | main ()
  4149. | {
  4150. | foo()
  4151. | ;
  4152. | return 0;
  4153. | }
  4154. configure:8520: result: no
  4155. configure:8586: checking for the pthreads library -lpthreads
  4156. configure:8624: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c -lpthreads >&5
  4157. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  4158. #define HAVE_SNPRINTF /**/
  4159.  
  4160. conftest.c:43:0: note: this is the location of the previous definition
  4161. #define HAVE_SNPRINTF 1
  4162.  
  4163. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  4164. #define HAVE_VSNPRINTF /**/
  4165.  
  4166. conftest.c:45:0: note: this is the location of the previous definition
  4167. #define HAVE_VSNPRINTF 1
  4168.  
  4169. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  4170. #define HAVE_INET_PTON /**/
  4171.  
  4172. conftest.c:47:0: note: this is the location of the previous definition
  4173. #define HAVE_INET_PTON 1
  4174.  
  4175. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  4176. #define HAVE_INET_NTOP /**/
  4177.  
  4178. conftest.c:49:0: note: this is the location of the previous definition
  4179. #define HAVE_INET_NTOP 1
  4180.  
  4181. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  4182. #define HAVE_SYSLOG /**/
  4183.  
  4184. conftest.c:71:0: note: this is the location of the previous definition
  4185. #define HAVE_SYSLOG 1
  4186.  
  4187. conftest.c:92:0: warning: "HAVE_POLL" redefined
  4188. #define HAVE_POLL /**/
  4189.  
  4190. conftest.c:91:0: note: this is the location of the previous definition
  4191. #define HAVE_POLL 1
  4192.  
  4193. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  4194. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  4195. /usr/bin/ld: cannot find -lpthreads
  4196. collect2: error: ld returned 1 exit status
  4197. configure:8624: $? = 1
  4198. configure: failed program was:
  4199. | /* confdefs.h */
  4200. | #define PACKAGE_NAME "unrealircd"
  4201. | #define PACKAGE_TARNAME "unrealircd"
  4202. | #define PACKAGE_VERSION "4.2.1"
  4203. | #define PACKAGE_STRING "unrealircd 4.2.1"
  4204. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  4205. | #define PACKAGE_URL "http://unrealircd.org/"
  4206. | #define UNREAL_VERSION_GENERATION 4
  4207. | #define UNREAL_VERSION_MAJOR 2
  4208. | #define UNREAL_VERSION_MINOR 1
  4209. | #define UNREAL_VERSION_SUFFIX ""
  4210. | #define HAVE_CRYPT /**/
  4211. | #define STDC_HEADERS 1
  4212. | #define HAVE_SYS_TYPES_H 1
  4213. | #define HAVE_SYS_STAT_H 1
  4214. | #define HAVE_STDLIB_H 1
  4215. | #define HAVE_STRING_H 1
  4216. | #define HAVE_MEMORY_H 1
  4217. | #define HAVE_STRINGS_H 1
  4218. | #define HAVE_INTTYPES_H 1
  4219. | #define HAVE_STDINT_H 1
  4220. | #define HAVE_UNISTD_H 1
  4221. | #define PARAMH /**/
  4222. | #define STDLIBH /**/
  4223. | #define STDDEFH /**/
  4224. | #define SYSSYSLOGH /**/
  4225. | #define UNISTDH /**/
  4226. | #define STRINGH /**/
  4227. | #define STRINGSH /**/
  4228. | #define MALLOCH <malloc.h>
  4229. | #define GLOBH /**/
  4230. | #define HAVE_STDINT_H 1
  4231. | #define HAVE_INTTYPES_H 1
  4232. | #define HAVE_INTPTR_T 1
  4233. | #define TIME_WITH_SYS_TIME 1
  4234. | #define HAVE_SYS_WAIT_H 1
  4235. | #define SIZEOF_SHORT 2
  4236. | #define SIZEOF_INT 4
  4237. | #define SIZEOF_LONG 8
  4238. | #define SIZEOF_RLIM_T 0
  4239. | #define NBLOCK_POSIX /**/
  4240. | #define SETPGRP_VOID 1
  4241. | #define HAVE_SNPRINTF 1
  4242. | #define HAVE_SNPRINTF /**/
  4243. | #define HAVE_VSNPRINTF 1
  4244. | #define HAVE_VSNPRINTF /**/
  4245. | #define HAVE_INET_PTON 1
  4246. | #define HAVE_INET_PTON /**/
  4247. | #define HAVE_INET_NTOP 1
  4248. | #define HAVE_INET_NTOP /**/
  4249. | #define HAVE_C99_VARLEN_ARRAY /**/
  4250. | #define FORCE_CORE /**/
  4251. | #define HAVE_VPRINTF 1
  4252. | #define HAVE_GETTIMEOFDAY 1
  4253. | #define GETTIMEOFDAY /**/
  4254. | #define HAVE_GETRUSAGE 1
  4255. | #define GETRUSAGE_2 /**/
  4256. | #define POSIX_SIGNALS /**/
  4257. | #define NEED_STRTOKEN /**/
  4258. | #define HAVE_STRTOK 1
  4259. | #define HAVE_STRERROR 1
  4260. | #define HAVE_INDEX 1
  4261. | #define HAVE_STRTOUL 1
  4262. | #define HAVE_BCOPY 1
  4263. | #define HAVE_BCMP 1
  4264. | #define HAVE_BZERO 1
  4265. | #define HAVE_STRCASECMP 1
  4266. | #define GOT_STRCASECMP /**/
  4267. | #define HAVE_INET_ADDR 1
  4268. | #define HAVE_INET_NTOA 1
  4269. | #define HAVE_SYSLOG 1
  4270. | #define HAVE_SYSLOG /**/
  4271. | #define NICKNAMEHISTORYLENGTH 2000
  4272. | #define MAXSENDQLENGTH 3000000
  4273. | #define DEFAULT_PERMISSIONS 00600
  4274. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  4275. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  4276. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  4277. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  4278. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  4279. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  4280. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  4281. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  4282. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  4283. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  4284. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  4285. | #define MAXCONNECTIONS 1024
  4286. | #define PREFIX_AQ /**/
  4287. | #define LIST_SHOW_MODES /**/
  4288. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  4289. | #define HAVE_POLL 1
  4290. | #define HAVE_POLL /**/
  4291. | #define HAVE_EPOLL_CREATE 1
  4292. | #define HAVE_EPOLL /**/
  4293. | #define HAVE_EPOLL_CTL 1
  4294. | #define HAVE_EPOLL /**/
  4295. | #define HAVE_EPOLL_WAIT 1
  4296. | #define HAVE_EPOLL /**/
  4297. | /* end confdefs.h. */
  4298. | #include <pthread.h>
  4299. | static void routine(void *a) { a = 0; }
  4300. | static void *start_routine(void *a) { return a; }
  4301. | int
  4302. | main ()
  4303. | {
  4304. | pthread_t th; pthread_attr_t attr;
  4305. | pthread_create(&th, 0, start_routine, 0);
  4306. | pthread_join(th, 0);
  4307. | pthread_attr_init(&attr);
  4308. | pthread_cleanup_push(routine, 0);
  4309. | pthread_cleanup_pop(0) /* ; */
  4310. | ;
  4311. | return 0;
  4312. | }
  4313. configure:8633: result: no
  4314. configure:8531: checking whether pthreads work without any flags
  4315. configure:8624: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  4316. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  4317. #define HAVE_SNPRINTF /**/
  4318.  
  4319. conftest.c:43:0: note: this is the location of the previous definition
  4320. #define HAVE_SNPRINTF 1
  4321.  
  4322. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  4323. #define HAVE_VSNPRINTF /**/
  4324.  
  4325. conftest.c:45:0: note: this is the location of the previous definition
  4326. #define HAVE_VSNPRINTF 1
  4327.  
  4328. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  4329. #define HAVE_INET_PTON /**/
  4330.  
  4331. conftest.c:47:0: note: this is the location of the previous definition
  4332. #define HAVE_INET_PTON 1
  4333.  
  4334. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  4335. #define HAVE_INET_NTOP /**/
  4336.  
  4337. conftest.c:49:0: note: this is the location of the previous definition
  4338. #define HAVE_INET_NTOP 1
  4339.  
  4340. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  4341. #define HAVE_SYSLOG /**/
  4342.  
  4343. conftest.c:71:0: note: this is the location of the previous definition
  4344. #define HAVE_SYSLOG 1
  4345.  
  4346. conftest.c:92:0: warning: "HAVE_POLL" redefined
  4347. #define HAVE_POLL /**/
  4348.  
  4349. conftest.c:91:0: note: this is the location of the previous definition
  4350. #define HAVE_POLL 1
  4351.  
  4352. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  4353. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  4354. /tmp/ccEURPxD.o: In function `main':
  4355. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:107: undefined reference to `pthread_create'
  4356. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:108: undefined reference to `pthread_join'
  4357. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:110: undefined reference to `__pthread_register_cancel'
  4358. /home/vectr0n/src/unrealircd-4.2.1/conftest.c:111: undefined reference to `__pthread_unregister_cancel'
  4359. collect2: error: ld returned 1 exit status
  4360. configure:8624: $? = 1
  4361. configure: failed program was:
  4362. | /* confdefs.h */
  4363. | #define PACKAGE_NAME "unrealircd"
  4364. | #define PACKAGE_TARNAME "unrealircd"
  4365. | #define PACKAGE_VERSION "4.2.1"
  4366. | #define PACKAGE_STRING "unrealircd 4.2.1"
  4367. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  4368. | #define PACKAGE_URL "http://unrealircd.org/"
  4369. | #define UNREAL_VERSION_GENERATION 4
  4370. | #define UNREAL_VERSION_MAJOR 2
  4371. | #define UNREAL_VERSION_MINOR 1
  4372. | #define UNREAL_VERSION_SUFFIX ""
  4373. | #define HAVE_CRYPT /**/
  4374. | #define STDC_HEADERS 1
  4375. | #define HAVE_SYS_TYPES_H 1
  4376. | #define HAVE_SYS_STAT_H 1
  4377. | #define HAVE_STDLIB_H 1
  4378. | #define HAVE_STRING_H 1
  4379. | #define HAVE_MEMORY_H 1
  4380. | #define HAVE_STRINGS_H 1
  4381. | #define HAVE_INTTYPES_H 1
  4382. | #define HAVE_STDINT_H 1
  4383. | #define HAVE_UNISTD_H 1
  4384. | #define PARAMH /**/
  4385. | #define STDLIBH /**/
  4386. | #define STDDEFH /**/
  4387. | #define SYSSYSLOGH /**/
  4388. | #define UNISTDH /**/
  4389. | #define STRINGH /**/
  4390. | #define STRINGSH /**/
  4391. | #define MALLOCH <malloc.h>
  4392. | #define GLOBH /**/
  4393. | #define HAVE_STDINT_H 1
  4394. | #define HAVE_INTTYPES_H 1
  4395. | #define HAVE_INTPTR_T 1
  4396. | #define TIME_WITH_SYS_TIME 1
  4397. | #define HAVE_SYS_WAIT_H 1
  4398. | #define SIZEOF_SHORT 2
  4399. | #define SIZEOF_INT 4
  4400. | #define SIZEOF_LONG 8
  4401. | #define SIZEOF_RLIM_T 0
  4402. | #define NBLOCK_POSIX /**/
  4403. | #define SETPGRP_VOID 1
  4404. | #define HAVE_SNPRINTF 1
  4405. | #define HAVE_SNPRINTF /**/
  4406. | #define HAVE_VSNPRINTF 1
  4407. | #define HAVE_VSNPRINTF /**/
  4408. | #define HAVE_INET_PTON 1
  4409. | #define HAVE_INET_PTON /**/
  4410. | #define HAVE_INET_NTOP 1
  4411. | #define HAVE_INET_NTOP /**/
  4412. | #define HAVE_C99_VARLEN_ARRAY /**/
  4413. | #define FORCE_CORE /**/
  4414. | #define HAVE_VPRINTF 1
  4415. | #define HAVE_GETTIMEOFDAY 1
  4416. | #define GETTIMEOFDAY /**/
  4417. | #define HAVE_GETRUSAGE 1
  4418. | #define GETRUSAGE_2 /**/
  4419. | #define POSIX_SIGNALS /**/
  4420. | #define NEED_STRTOKEN /**/
  4421. | #define HAVE_STRTOK 1
  4422. | #define HAVE_STRERROR 1
  4423. | #define HAVE_INDEX 1
  4424. | #define HAVE_STRTOUL 1
  4425. | #define HAVE_BCOPY 1
  4426. | #define HAVE_BCMP 1
  4427. | #define HAVE_BZERO 1
  4428. | #define HAVE_STRCASECMP 1
  4429. | #define GOT_STRCASECMP /**/
  4430. | #define HAVE_INET_ADDR 1
  4431. | #define HAVE_INET_NTOA 1
  4432. | #define HAVE_SYSLOG 1
  4433. | #define HAVE_SYSLOG /**/
  4434. | #define NICKNAMEHISTORYLENGTH 2000
  4435. | #define MAXSENDQLENGTH 3000000
  4436. | #define DEFAULT_PERMISSIONS 00600
  4437. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  4438. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  4439. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  4440. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  4441. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  4442. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  4443. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  4444. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  4445. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  4446. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  4447. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  4448. | #define MAXCONNECTIONS 1024
  4449. | #define PREFIX_AQ /**/
  4450. | #define LIST_SHOW_MODES /**/
  4451. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  4452. | #define HAVE_POLL 1
  4453. | #define HAVE_POLL /**/
  4454. | #define HAVE_EPOLL_CREATE 1
  4455. | #define HAVE_EPOLL /**/
  4456. | #define HAVE_EPOLL_CTL 1
  4457. | #define HAVE_EPOLL /**/
  4458. | #define HAVE_EPOLL_WAIT 1
  4459. | #define HAVE_EPOLL /**/
  4460. | /* end confdefs.h. */
  4461. | #include <pthread.h>
  4462. | static void routine(void *a) { a = 0; }
  4463. | static void *start_routine(void *a) { return a; }
  4464. | int
  4465. | main ()
  4466. | {
  4467. | pthread_t th; pthread_attr_t attr;
  4468. | pthread_create(&th, 0, start_routine, 0);
  4469. | pthread_join(th, 0);
  4470. | pthread_attr_init(&attr);
  4471. | pthread_cleanup_push(routine, 0);
  4472. | pthread_cleanup_pop(0) /* ; */
  4473. | ;
  4474. | return 0;
  4475. | }
  4476. configure:8633: result: no
  4477. configure:8536: checking whether pthreads work with -Kthread
  4478. configure:8624: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Kthread -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  4479. gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
  4480. configure:8624: $? = 1
  4481. configure: failed program was:
  4482. | /* confdefs.h */
  4483. | #define PACKAGE_NAME "unrealircd"
  4484. | #define PACKAGE_TARNAME "unrealircd"
  4485. | #define PACKAGE_VERSION "4.2.1"
  4486. | #define PACKAGE_STRING "unrealircd 4.2.1"
  4487. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  4488. | #define PACKAGE_URL "http://unrealircd.org/"
  4489. | #define UNREAL_VERSION_GENERATION 4
  4490. | #define UNREAL_VERSION_MAJOR 2
  4491. | #define UNREAL_VERSION_MINOR 1
  4492. | #define UNREAL_VERSION_SUFFIX ""
  4493. | #define HAVE_CRYPT /**/
  4494. | #define STDC_HEADERS 1
  4495. | #define HAVE_SYS_TYPES_H 1
  4496. | #define HAVE_SYS_STAT_H 1
  4497. | #define HAVE_STDLIB_H 1
  4498. | #define HAVE_STRING_H 1
  4499. | #define HAVE_MEMORY_H 1
  4500. | #define HAVE_STRINGS_H 1
  4501. | #define HAVE_INTTYPES_H 1
  4502. | #define HAVE_STDINT_H 1
  4503. | #define HAVE_UNISTD_H 1
  4504. | #define PARAMH /**/
  4505. | #define STDLIBH /**/
  4506. | #define STDDEFH /**/
  4507. | #define SYSSYSLOGH /**/
  4508. | #define UNISTDH /**/
  4509. | #define STRINGH /**/
  4510. | #define STRINGSH /**/
  4511. | #define MALLOCH <malloc.h>
  4512. | #define GLOBH /**/
  4513. | #define HAVE_STDINT_H 1
  4514. | #define HAVE_INTTYPES_H 1
  4515. | #define HAVE_INTPTR_T 1
  4516. | #define TIME_WITH_SYS_TIME 1
  4517. | #define HAVE_SYS_WAIT_H 1
  4518. | #define SIZEOF_SHORT 2
  4519. | #define SIZEOF_INT 4
  4520. | #define SIZEOF_LONG 8
  4521. | #define SIZEOF_RLIM_T 0
  4522. | #define NBLOCK_POSIX /**/
  4523. | #define SETPGRP_VOID 1
  4524. | #define HAVE_SNPRINTF 1
  4525. | #define HAVE_SNPRINTF /**/
  4526. | #define HAVE_VSNPRINTF 1
  4527. | #define HAVE_VSNPRINTF /**/
  4528. | #define HAVE_INET_PTON 1
  4529. | #define HAVE_INET_PTON /**/
  4530. | #define HAVE_INET_NTOP 1
  4531. | #define HAVE_INET_NTOP /**/
  4532. | #define HAVE_C99_VARLEN_ARRAY /**/
  4533. | #define FORCE_CORE /**/
  4534. | #define HAVE_VPRINTF 1
  4535. | #define HAVE_GETTIMEOFDAY 1
  4536. | #define GETTIMEOFDAY /**/
  4537. | #define HAVE_GETRUSAGE 1
  4538. | #define GETRUSAGE_2 /**/
  4539. | #define POSIX_SIGNALS /**/
  4540. | #define NEED_STRTOKEN /**/
  4541. | #define HAVE_STRTOK 1
  4542. | #define HAVE_STRERROR 1
  4543. | #define HAVE_INDEX 1
  4544. | #define HAVE_STRTOUL 1
  4545. | #define HAVE_BCOPY 1
  4546. | #define HAVE_BCMP 1
  4547. | #define HAVE_BZERO 1
  4548. | #define HAVE_STRCASECMP 1
  4549. | #define GOT_STRCASECMP /**/
  4550. | #define HAVE_INET_ADDR 1
  4551. | #define HAVE_INET_NTOA 1
  4552. | #define HAVE_SYSLOG 1
  4553. | #define HAVE_SYSLOG /**/
  4554. | #define NICKNAMEHISTORYLENGTH 2000
  4555. | #define MAXSENDQLENGTH 3000000
  4556. | #define DEFAULT_PERMISSIONS 00600
  4557. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  4558. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  4559. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  4560. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  4561. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  4562. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  4563. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  4564. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  4565. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  4566. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  4567. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  4568. | #define MAXCONNECTIONS 1024
  4569. | #define PREFIX_AQ /**/
  4570. | #define LIST_SHOW_MODES /**/
  4571. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  4572. | #define HAVE_POLL 1
  4573. | #define HAVE_POLL /**/
  4574. | #define HAVE_EPOLL_CREATE 1
  4575. | #define HAVE_EPOLL /**/
  4576. | #define HAVE_EPOLL_CTL 1
  4577. | #define HAVE_EPOLL /**/
  4578. | #define HAVE_EPOLL_WAIT 1
  4579. | #define HAVE_EPOLL /**/
  4580. | /* end confdefs.h. */
  4581. | #include <pthread.h>
  4582. | static void routine(void *a) { a = 0; }
  4583. | static void *start_routine(void *a) { return a; }
  4584. | int
  4585. | main ()
  4586. | {
  4587. | pthread_t th; pthread_attr_t attr;
  4588. | pthread_create(&th, 0, start_routine, 0);
  4589. | pthread_join(th, 0);
  4590. | pthread_attr_init(&attr);
  4591. | pthread_cleanup_push(routine, 0);
  4592. | pthread_cleanup_pop(0) /* ; */
  4593. | ;
  4594. | return 0;
  4595. | }
  4596. configure:8633: result: no
  4597. configure:8536: checking whether pthreads work with -kthread
  4598. configure:8624: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -kthread -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  4599. gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
  4600. configure:8624: $? = 1
  4601. configure: failed program was:
  4602. | /* confdefs.h */
  4603. | #define PACKAGE_NAME "unrealircd"
  4604. | #define PACKAGE_TARNAME "unrealircd"
  4605. | #define PACKAGE_VERSION "4.2.1"
  4606. | #define PACKAGE_STRING "unrealircd 4.2.1"
  4607. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  4608. | #define PACKAGE_URL "http://unrealircd.org/"
  4609. | #define UNREAL_VERSION_GENERATION 4
  4610. | #define UNREAL_VERSION_MAJOR 2
  4611. | #define UNREAL_VERSION_MINOR 1
  4612. | #define UNREAL_VERSION_SUFFIX ""
  4613. | #define HAVE_CRYPT /**/
  4614. | #define STDC_HEADERS 1
  4615. | #define HAVE_SYS_TYPES_H 1
  4616. | #define HAVE_SYS_STAT_H 1
  4617. | #define HAVE_STDLIB_H 1
  4618. | #define HAVE_STRING_H 1
  4619. | #define HAVE_MEMORY_H 1
  4620. | #define HAVE_STRINGS_H 1
  4621. | #define HAVE_INTTYPES_H 1
  4622. | #define HAVE_STDINT_H 1
  4623. | #define HAVE_UNISTD_H 1
  4624. | #define PARAMH /**/
  4625. | #define STDLIBH /**/
  4626. | #define STDDEFH /**/
  4627. | #define SYSSYSLOGH /**/
  4628. | #define UNISTDH /**/
  4629. | #define STRINGH /**/
  4630. | #define STRINGSH /**/
  4631. | #define MALLOCH <malloc.h>
  4632. | #define GLOBH /**/
  4633. | #define HAVE_STDINT_H 1
  4634. | #define HAVE_INTTYPES_H 1
  4635. | #define HAVE_INTPTR_T 1
  4636. | #define TIME_WITH_SYS_TIME 1
  4637. | #define HAVE_SYS_WAIT_H 1
  4638. | #define SIZEOF_SHORT 2
  4639. | #define SIZEOF_INT 4
  4640. | #define SIZEOF_LONG 8
  4641. | #define SIZEOF_RLIM_T 0
  4642. | #define NBLOCK_POSIX /**/
  4643. | #define SETPGRP_VOID 1
  4644. | #define HAVE_SNPRINTF 1
  4645. | #define HAVE_SNPRINTF /**/
  4646. | #define HAVE_VSNPRINTF 1
  4647. | #define HAVE_VSNPRINTF /**/
  4648. | #define HAVE_INET_PTON 1
  4649. | #define HAVE_INET_PTON /**/
  4650. | #define HAVE_INET_NTOP 1
  4651. | #define HAVE_INET_NTOP /**/
  4652. | #define HAVE_C99_VARLEN_ARRAY /**/
  4653. | #define FORCE_CORE /**/
  4654. | #define HAVE_VPRINTF 1
  4655. | #define HAVE_GETTIMEOFDAY 1
  4656. | #define GETTIMEOFDAY /**/
  4657. | #define HAVE_GETRUSAGE 1
  4658. | #define GETRUSAGE_2 /**/
  4659. | #define POSIX_SIGNALS /**/
  4660. | #define NEED_STRTOKEN /**/
  4661. | #define HAVE_STRTOK 1
  4662. | #define HAVE_STRERROR 1
  4663. | #define HAVE_INDEX 1
  4664. | #define HAVE_STRTOUL 1
  4665. | #define HAVE_BCOPY 1
  4666. | #define HAVE_BCMP 1
  4667. | #define HAVE_BZERO 1
  4668. | #define HAVE_STRCASECMP 1
  4669. | #define GOT_STRCASECMP /**/
  4670. | #define HAVE_INET_ADDR 1
  4671. | #define HAVE_INET_NTOA 1
  4672. | #define HAVE_SYSLOG 1
  4673. | #define HAVE_SYSLOG /**/
  4674. | #define NICKNAMEHISTORYLENGTH 2000
  4675. | #define MAXSENDQLENGTH 3000000
  4676. | #define DEFAULT_PERMISSIONS 00600
  4677. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  4678. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  4679. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  4680. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  4681. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  4682. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  4683. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  4684. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  4685. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  4686. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  4687. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  4688. | #define MAXCONNECTIONS 1024
  4689. | #define PREFIX_AQ /**/
  4690. | #define LIST_SHOW_MODES /**/
  4691. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  4692. | #define HAVE_POLL 1
  4693. | #define HAVE_POLL /**/
  4694. | #define HAVE_EPOLL_CREATE 1
  4695. | #define HAVE_EPOLL /**/
  4696. | #define HAVE_EPOLL_CTL 1
  4697. | #define HAVE_EPOLL /**/
  4698. | #define HAVE_EPOLL_WAIT 1
  4699. | #define HAVE_EPOLL /**/
  4700. | /* end confdefs.h. */
  4701. | #include <pthread.h>
  4702. | static void routine(void *a) { a = 0; }
  4703. | static void *start_routine(void *a) { return a; }
  4704. | int
  4705. | main ()
  4706. | {
  4707. | pthread_t th; pthread_attr_t attr;
  4708. | pthread_create(&th, 0, start_routine, 0);
  4709. | pthread_join(th, 0);
  4710. | pthread_attr_init(&attr);
  4711. | pthread_cleanup_push(routine, 0);
  4712. | pthread_cleanup_pop(0) /* ; */
  4713. | ;
  4714. | return 0;
  4715. | }
  4716. configure:8633: result: no
  4717. configure:8586: checking for the pthreads library -llthread
  4718. configure:8624: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c -llthread >&5
  4719. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  4720. #define HAVE_SNPRINTF /**/
  4721.  
  4722. conftest.c:43:0: note: this is the location of the previous definition
  4723. #define HAVE_SNPRINTF 1
  4724.  
  4725. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  4726. #define HAVE_VSNPRINTF /**/
  4727.  
  4728. conftest.c:45:0: note: this is the location of the previous definition
  4729. #define HAVE_VSNPRINTF 1
  4730.  
  4731. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  4732. #define HAVE_INET_PTON /**/
  4733.  
  4734. conftest.c:47:0: note: this is the location of the previous definition
  4735. #define HAVE_INET_PTON 1
  4736.  
  4737. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  4738. #define HAVE_INET_NTOP /**/
  4739.  
  4740. conftest.c:49:0: note: this is the location of the previous definition
  4741. #define HAVE_INET_NTOP 1
  4742.  
  4743. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  4744. #define HAVE_SYSLOG /**/
  4745.  
  4746. conftest.c:71:0: note: this is the location of the previous definition
  4747. #define HAVE_SYSLOG 1
  4748.  
  4749. conftest.c:92:0: warning: "HAVE_POLL" redefined
  4750. #define HAVE_POLL /**/
  4751.  
  4752. conftest.c:91:0: note: this is the location of the previous definition
  4753. #define HAVE_POLL 1
  4754.  
  4755. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  4756. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  4757. /usr/bin/ld: cannot find -llthread
  4758. collect2: error: ld returned 1 exit status
  4759. configure:8624: $? = 1
  4760. configure: failed program was:
  4761. | /* confdefs.h */
  4762. | #define PACKAGE_NAME "unrealircd"
  4763. | #define PACKAGE_TARNAME "unrealircd"
  4764. | #define PACKAGE_VERSION "4.2.1"
  4765. | #define PACKAGE_STRING "unrealircd 4.2.1"
  4766. | #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  4767. | #define PACKAGE_URL "http://unrealircd.org/"
  4768. | #define UNREAL_VERSION_GENERATION 4
  4769. | #define UNREAL_VERSION_MAJOR 2
  4770. | #define UNREAL_VERSION_MINOR 1
  4771. | #define UNREAL_VERSION_SUFFIX ""
  4772. | #define HAVE_CRYPT /**/
  4773. | #define STDC_HEADERS 1
  4774. | #define HAVE_SYS_TYPES_H 1
  4775. | #define HAVE_SYS_STAT_H 1
  4776. | #define HAVE_STDLIB_H 1
  4777. | #define HAVE_STRING_H 1
  4778. | #define HAVE_MEMORY_H 1
  4779. | #define HAVE_STRINGS_H 1
  4780. | #define HAVE_INTTYPES_H 1
  4781. | #define HAVE_STDINT_H 1
  4782. | #define HAVE_UNISTD_H 1
  4783. | #define PARAMH /**/
  4784. | #define STDLIBH /**/
  4785. | #define STDDEFH /**/
  4786. | #define SYSSYSLOGH /**/
  4787. | #define UNISTDH /**/
  4788. | #define STRINGH /**/
  4789. | #define STRINGSH /**/
  4790. | #define MALLOCH <malloc.h>
  4791. | #define GLOBH /**/
  4792. | #define HAVE_STDINT_H 1
  4793. | #define HAVE_INTTYPES_H 1
  4794. | #define HAVE_INTPTR_T 1
  4795. | #define TIME_WITH_SYS_TIME 1
  4796. | #define HAVE_SYS_WAIT_H 1
  4797. | #define SIZEOF_SHORT 2
  4798. | #define SIZEOF_INT 4
  4799. | #define SIZEOF_LONG 8
  4800. | #define SIZEOF_RLIM_T 0
  4801. | #define NBLOCK_POSIX /**/
  4802. | #define SETPGRP_VOID 1
  4803. | #define HAVE_SNPRINTF 1
  4804. | #define HAVE_SNPRINTF /**/
  4805. | #define HAVE_VSNPRINTF 1
  4806. | #define HAVE_VSNPRINTF /**/
  4807. | #define HAVE_INET_PTON 1
  4808. | #define HAVE_INET_PTON /**/
  4809. | #define HAVE_INET_NTOP 1
  4810. | #define HAVE_INET_NTOP /**/
  4811. | #define HAVE_C99_VARLEN_ARRAY /**/
  4812. | #define FORCE_CORE /**/
  4813. | #define HAVE_VPRINTF 1
  4814. | #define HAVE_GETTIMEOFDAY 1
  4815. | #define GETTIMEOFDAY /**/
  4816. | #define HAVE_GETRUSAGE 1
  4817. | #define GETRUSAGE_2 /**/
  4818. | #define POSIX_SIGNALS /**/
  4819. | #define NEED_STRTOKEN /**/
  4820. | #define HAVE_STRTOK 1
  4821. | #define HAVE_STRERROR 1
  4822. | #define HAVE_INDEX 1
  4823. | #define HAVE_STRTOUL 1
  4824. | #define HAVE_BCOPY 1
  4825. | #define HAVE_BCMP 1
  4826. | #define HAVE_BZERO 1
  4827. | #define HAVE_STRCASECMP 1
  4828. | #define GOT_STRCASECMP /**/
  4829. | #define HAVE_INET_ADDR 1
  4830. | #define HAVE_INET_NTOA 1
  4831. | #define HAVE_SYSLOG 1
  4832. | #define HAVE_SYSLOG /**/
  4833. | #define NICKNAMEHISTORYLENGTH 2000
  4834. | #define MAXSENDQLENGTH 3000000
  4835. | #define DEFAULT_PERMISSIONS 00600
  4836. | #define BINDIR "/home/vectr0n/unrealircd/bin"
  4837. | #define SCRIPTDIR "/home/vectr0n/unrealircd"
  4838. | #define CONFDIR "/home/vectr0n/unrealircd/conf"
  4839. | #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  4840. | #define LOGDIR "/home/vectr0n/unrealircd/logs"
  4841. | #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  4842. | #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  4843. | #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  4844. | #define DOCDIR "/home/vectr0n/unrealircd/doc"
  4845. | #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  4846. | #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  4847. | #define MAXCONNECTIONS 1024
  4848. | #define PREFIX_AQ /**/
  4849. | #define LIST_SHOW_MODES /**/
  4850. | #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  4851. | #define HAVE_POLL 1
  4852. | #define HAVE_POLL /**/
  4853. | #define HAVE_EPOLL_CREATE 1
  4854. | #define HAVE_EPOLL /**/
  4855. | #define HAVE_EPOLL_CTL 1
  4856. | #define HAVE_EPOLL /**/
  4857. | #define HAVE_EPOLL_WAIT 1
  4858. | #define HAVE_EPOLL /**/
  4859. | /* end confdefs.h. */
  4860. | #include <pthread.h>
  4861. | static void routine(void *a) { a = 0; }
  4862. | static void *start_routine(void *a) { return a; }
  4863. | int
  4864. | main ()
  4865. | {
  4866. | pthread_t th; pthread_attr_t attr;
  4867. | pthread_create(&th, 0, start_routine, 0);
  4868. | pthread_join(th, 0);
  4869. | pthread_attr_init(&attr);
  4870. | pthread_cleanup_push(routine, 0);
  4871. | pthread_cleanup_pop(0) /* ; */
  4872. | ;
  4873. | return 0;
  4874. | }
  4875. configure:8633: result: no
  4876. configure:8536: checking whether pthreads work with -pthread
  4877. configure:8624: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -pthread -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  4878. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  4879. #define HAVE_SNPRINTF /**/
  4880.  
  4881. conftest.c:43:0: note: this is the location of the previous definition
  4882. #define HAVE_SNPRINTF 1
  4883.  
  4884. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  4885. #define HAVE_VSNPRINTF /**/
  4886.  
  4887. conftest.c:45:0: note: this is the location of the previous definition
  4888. #define HAVE_VSNPRINTF 1
  4889.  
  4890. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  4891. #define HAVE_INET_PTON /**/
  4892.  
  4893. conftest.c:47:0: note: this is the location of the previous definition
  4894. #define HAVE_INET_PTON 1
  4895.  
  4896. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  4897. #define HAVE_INET_NTOP /**/
  4898.  
  4899. conftest.c:49:0: note: this is the location of the previous definition
  4900. #define HAVE_INET_NTOP 1
  4901.  
  4902. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  4903. #define HAVE_SYSLOG /**/
  4904.  
  4905. conftest.c:71:0: note: this is the location of the previous definition
  4906. #define HAVE_SYSLOG 1
  4907.  
  4908. conftest.c:92:0: warning: "HAVE_POLL" redefined
  4909. #define HAVE_POLL /**/
  4910.  
  4911. conftest.c:91:0: note: this is the location of the previous definition
  4912. #define HAVE_POLL 1
  4913.  
  4914. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  4915. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  4916. configure:8624: $? = 0
  4917. configure:8633: result: yes
  4918. configure:8652: checking for joinable pthread attribute
  4919. configure:8667: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -pthread -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  4920. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  4921. #define HAVE_SNPRINTF /**/
  4922.  
  4923. conftest.c:43:0: note: this is the location of the previous definition
  4924. #define HAVE_SNPRINTF 1
  4925.  
  4926. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  4927. #define HAVE_VSNPRINTF /**/
  4928.  
  4929. conftest.c:45:0: note: this is the location of the previous definition
  4930. #define HAVE_VSNPRINTF 1
  4931.  
  4932. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  4933. #define HAVE_INET_PTON /**/
  4934.  
  4935. conftest.c:47:0: note: this is the location of the previous definition
  4936. #define HAVE_INET_PTON 1
  4937.  
  4938. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  4939. #define HAVE_INET_NTOP /**/
  4940.  
  4941. conftest.c:49:0: note: this is the location of the previous definition
  4942. #define HAVE_INET_NTOP 1
  4943.  
  4944. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  4945. #define HAVE_SYSLOG /**/
  4946.  
  4947. conftest.c:71:0: note: this is the location of the previous definition
  4948. #define HAVE_SYSLOG 1
  4949.  
  4950. conftest.c:92:0: warning: "HAVE_POLL" redefined
  4951. #define HAVE_POLL /**/
  4952.  
  4953. conftest.c:91:0: note: this is the location of the previous definition
  4954. #define HAVE_POLL 1
  4955.  
  4956. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  4957. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  4958. configure:8667: $? = 0
  4959. configure:8673: result: PTHREAD_CREATE_JOINABLE
  4960. configure:8683: checking if more special flags are required for pthreads
  4961. configure:8698: result: no
  4962. configure:8704: checking for PTHREAD_PRIO_INHERIT
  4963. configure:8721: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -pthread -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c >&5
  4964. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  4965. #define HAVE_SNPRINTF /**/
  4966.  
  4967. conftest.c:43:0: note: this is the location of the previous definition
  4968. #define HAVE_SNPRINTF 1
  4969.  
  4970. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  4971. #define HAVE_VSNPRINTF /**/
  4972.  
  4973. conftest.c:45:0: note: this is the location of the previous definition
  4974. #define HAVE_VSNPRINTF 1
  4975.  
  4976. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  4977. #define HAVE_INET_PTON /**/
  4978.  
  4979. conftest.c:47:0: note: this is the location of the previous definition
  4980. #define HAVE_INET_PTON 1
  4981.  
  4982. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  4983. #define HAVE_INET_NTOP /**/
  4984.  
  4985. conftest.c:49:0: note: this is the location of the previous definition
  4986. #define HAVE_INET_NTOP 1
  4987.  
  4988. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  4989. #define HAVE_SYSLOG /**/
  4990.  
  4991. conftest.c:71:0: note: this is the location of the previous definition
  4992. #define HAVE_SYSLOG 1
  4993.  
  4994. conftest.c:92:0: warning: "HAVE_POLL" redefined
  4995. #define HAVE_POLL /**/
  4996.  
  4997. conftest.c:91:0: note: this is the location of the previous definition
  4998. #define HAVE_POLL 1
  4999.  
  5000. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  5001. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  5002. configure:8721: $? = 0
  5003. configure:8730: result: yes
  5004. configure:8846: checking /usr/bin/curl-config
  5005. configure:8849: result: yes
  5006. configure:8901: checking curl_easy_init() in -lcurl
  5007. configure:8921: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation -Wl,-rpath,/home/vectr0n/unrealircd/lib conftest.c -lcrypt -lnsl -ldl -lcurl >&5
  5008. conftest.c:44:0: warning: "HAVE_SNPRINTF" redefined
  5009. #define HAVE_SNPRINTF /**/
  5010.  
  5011. conftest.c:43:0: note: this is the location of the previous definition
  5012. #define HAVE_SNPRINTF 1
  5013.  
  5014. conftest.c:46:0: warning: "HAVE_VSNPRINTF" redefined
  5015. #define HAVE_VSNPRINTF /**/
  5016.  
  5017. conftest.c:45:0: note: this is the location of the previous definition
  5018. #define HAVE_VSNPRINTF 1
  5019.  
  5020. conftest.c:48:0: warning: "HAVE_INET_PTON" redefined
  5021. #define HAVE_INET_PTON /**/
  5022.  
  5023. conftest.c:47:0: note: this is the location of the previous definition
  5024. #define HAVE_INET_PTON 1
  5025.  
  5026. conftest.c:50:0: warning: "HAVE_INET_NTOP" redefined
  5027. #define HAVE_INET_NTOP /**/
  5028.  
  5029. conftest.c:49:0: note: this is the location of the previous definition
  5030. #define HAVE_INET_NTOP 1
  5031.  
  5032. conftest.c:72:0: warning: "HAVE_SYSLOG" redefined
  5033. #define HAVE_SYSLOG /**/
  5034.  
  5035. conftest.c:71:0: note: this is the location of the previous definition
  5036. #define HAVE_SYSLOG 1
  5037.  
  5038. conftest.c:92:0: warning: "HAVE_POLL" redefined
  5039. #define HAVE_POLL /**/
  5040.  
  5041. conftest.c:91:0: note: this is the location of the previous definition
  5042. #define HAVE_POLL 1
  5043.  
  5044. cc1: warning: unrecognized command line option '-Wno-format-truncation'
  5045. cc1: warning: unrecognized command line option '-Wno-invalid-source-encoding'
  5046. configure:8921: $? = 0
  5047. configure:8922: result: yes
  5048. configure:9067: creating ./config.status
  5049.  
  5050. ## ---------------------- ##
  5051. ## Running config.status. ##
  5052. ## ---------------------- ##
  5053.  
  5054. This file was extended by unrealircd config.status 4.2.1, which was
  5055. generated by GNU Autoconf 2.69. Invocation command line was
  5056.  
  5057. CONFIG_FILES =
  5058. CONFIG_HEADERS =
  5059. CONFIG_LINKS =
  5060. CONFIG_COMMANDS =
  5061. $ ./config.status
  5062.  
  5063. on ircd1.<redacted>
  5064.  
  5065. config.status:949: creating Makefile
  5066. config.status:949: creating src/Makefile
  5067. config.status:949: creating src/modules/Makefile
  5068. config.status:949: creating src/modules/chanmodes/Makefile
  5069. config.status:949: creating src/modules/usermodes/Makefile
  5070. config.status:949: creating src/modules/snomasks/Makefile
  5071. config.status:949: creating src/modules/extbans/Makefile
  5072. config.status:949: creating src/modules/cap/Makefile
  5073. config.status:949: creating src/modules/third/Makefile
  5074. config.status:949: creating unrealircd
  5075. config.status:949: creating include/setup.h
  5076.  
  5077. ## ---------------- ##
  5078. ## Cache variables. ##
  5079. ## ---------------- ##
  5080.  
  5081. ac_cv_build=x86_64-unknown-linux-gnu
  5082. ac_cv_c_compiler_gnu=yes
  5083. ac_cv_c_const=yes
  5084. ac_cv_c_inline=inline
  5085. ac_cv_env_ARGON2_CFLAGS_set=
  5086. ac_cv_env_ARGON2_CFLAGS_value=
  5087. ac_cv_env_ARGON2_LIBS_set=
  5088. ac_cv_env_ARGON2_LIBS_value=
  5089. ac_cv_env_CARES_CFLAGS_set=
  5090. ac_cv_env_CARES_CFLAGS_value=
  5091. ac_cv_env_CARES_LIBS_set=
  5092. ac_cv_env_CARES_LIBS_value=
  5093. ac_cv_env_CC_set=
  5094. ac_cv_env_CC_value=
  5095. ac_cv_env_CFLAGS_set=
  5096. ac_cv_env_CFLAGS_value=
  5097. ac_cv_env_CPPFLAGS_set=
  5098. ac_cv_env_CPPFLAGS_value=
  5099. ac_cv_env_CPP_set=
  5100. ac_cv_env_CPP_value=
  5101. ac_cv_env_LDFLAGS_set=
  5102. ac_cv_env_LDFLAGS_value=
  5103. ac_cv_env_LIBS_set=
  5104. ac_cv_env_LIBS_value=
  5105. ac_cv_env_PCRE2_CFLAGS_set=
  5106. ac_cv_env_PCRE2_CFLAGS_value=
  5107. ac_cv_env_PCRE2_LIBS_set=
  5108. ac_cv_env_PCRE2_LIBS_value=
  5109. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  5110. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  5111. ac_cv_env_PKG_CONFIG_PATH_set=
  5112. ac_cv_env_PKG_CONFIG_PATH_value=
  5113. ac_cv_env_PKG_CONFIG_set=
  5114. ac_cv_env_PKG_CONFIG_value=
  5115. ac_cv_env_TRE_CFLAGS_set=
  5116. ac_cv_env_TRE_CFLAGS_value=
  5117. ac_cv_env_TRE_LIBS_set=
  5118. ac_cv_env_TRE_LIBS_value=
  5119. ac_cv_env_build_alias_set=
  5120. ac_cv_env_build_alias_value=
  5121. ac_cv_env_host_alias_set=
  5122. ac_cv_env_host_alias_value=
  5123. ac_cv_env_target_alias_set=
  5124. ac_cv_env_target_alias_value=
  5125. ac_cv_export_dynamic=yes
  5126. ac_cv_force_core=yes
  5127. ac_cv_func__doprnt=no
  5128. ac_cv_func_bcmp=yes
  5129. ac_cv_func_bcopy=yes
  5130. ac_cv_func_bzero=yes
  5131. ac_cv_func_dlopen=no
  5132. ac_cv_func_epoll_create=yes
  5133. ac_cv_func_epoll_ctl=yes
  5134. ac_cv_func_epoll_wait=yes
  5135. ac_cv_func_getrusage=yes
  5136. ac_cv_func_gettimeofday=yes
  5137. ac_cv_func_index=yes
  5138. ac_cv_func_inet_addr=yes
  5139. ac_cv_func_inet_ntoa=yes
  5140. ac_cv_func_inet_ntop=yes
  5141. ac_cv_func_inet_pton=yes
  5142. ac_cv_func_kevent=no
  5143. ac_cv_func_kqueue=no
  5144. ac_cv_func_poll=yes
  5145. ac_cv_func_pstat=no
  5146. ac_cv_func_setpgrp_void=yes
  5147. ac_cv_func_setproctitle=no
  5148. ac_cv_func_setvbuf_reversed=no
  5149. ac_cv_func_snprintf=yes
  5150. ac_cv_func_strcasecmp=yes
  5151. ac_cv_func_strerror=yes
  5152. ac_cv_func_strlcat=no
  5153. ac_cv_func_strlcpy=no
  5154. ac_cv_func_strlncat=no
  5155. ac_cv_func_strtok=yes
  5156. ac_cv_func_strtoken=no
  5157. ac_cv_func_strtoul=yes
  5158. ac_cv_func_syslog=yes
  5159. ac_cv_func_vprintf=yes
  5160. ac_cv_func_vsnprintf=yes
  5161. ac_cv_header_glob_h=yes
  5162. ac_cv_header_inttypes_h=yes
  5163. ac_cv_header_malloc_h=yes
  5164. ac_cv_header_memory_h=yes
  5165. ac_cv_header_stdc=yes
  5166. ac_cv_header_stddef_h=yes
  5167. ac_cv_header_stdint_h=yes
  5168. ac_cv_header_stdlib_h=yes
  5169. ac_cv_header_string_h=yes
  5170. ac_cv_header_strings_h=yes
  5171. ac_cv_header_sys_param_h=yes
  5172. ac_cv_header_sys_rusage_h=no
  5173. ac_cv_header_sys_stat_h=yes
  5174. ac_cv_header_sys_syslog_h=yes
  5175. ac_cv_header_sys_types_h=yes
  5176. ac_cv_header_sys_wait_h=yes
  5177. ac_cv_header_time=yes
  5178. ac_cv_header_unistd_h=yes
  5179. ac_cv_host=x86_64-unknown-linux-gnu
  5180. ac_cv_ip6=yes
  5181. ac_cv_lib_crypt_crypt=yes
  5182. ac_cv_lib_crypto_RAND_egd=no
  5183. ac_cv_lib_descrypt_crypt=no
  5184. ac_cv_lib_dl_dlopen=yes
  5185. ac_cv_lib_nsl_inet_ntoa=yes
  5186. ac_cv_lib_socket_socket=no
  5187. ac_cv_lib_util_setproctitle=no
  5188. ac_cv_nft=yes
  5189. ac_cv_nfzl=yes
  5190. ac_cv_nise=yes
  5191. ac_cv_nonblocking=O_NONBLOCK
  5192. ac_cv_nps=yes
  5193. ac_cv_nsa=yes
  5194. ac_cv_objext=o
  5195. ac_cv_path_CP=/bin/cp
  5196. ac_cv_path_EGREP='/bin/grep -E'
  5197. ac_cv_path_GREP=/bin/grep
  5198. ac_cv_path_GUNZIP=/bin/gunzip
  5199. ac_cv_path_INSTALL=/usr/bin/install
  5200. ac_cv_path_OPENSSLPATH=/usr/bin/openssl
  5201. ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
  5202. ac_cv_path_RM=/bin/rm
  5203. ac_cv_path_TOUCH=/usr/bin/touch
  5204. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  5205. ac_cv_pic='-fPIC -DPIC -shared'
  5206. ac_cv_pipe=yes
  5207. ac_cv_prog_CPP='gcc -E'
  5208. ac_cv_prog_MAKER=make
  5209. ac_cv_prog_ac_ct_CC=gcc
  5210. ac_cv_prog_cc_c89=
  5211. ac_cv_prog_cc_g=yes
  5212. ac_cv_prog_gcc_traditional=no
  5213. ac_cv_sigtype=POSIX
  5214. ac_cv_sizeof_int=4
  5215. ac_cv_sizeof_long=8
  5216. ac_cv_sizeof_rlim_t=0
  5217. ac_cv_sizeof_short=2
  5218. ac_cv_struct_tm=time.h
  5219. ac_cv_type_int16_t=yes
  5220. ac_cv_type_int32_t=yes
  5221. ac_cv_type_intptr_t=yes
  5222. ac_cv_type_mode_t=yes
  5223. ac_cv_type_size_t=yes
  5224. ac_cv_type_u_int16_t=yes
  5225. ac_cv_type_u_int32_t=yes
  5226. ac_cv_type_uid_t=yes
  5227. ac_cv_underscore=no
  5228. ac_cv_varlen_arrays=yes
  5229. ac_cv_werror=no
  5230. ax_cv_PTHREAD_PRIO_INHERIT=yes
  5231. ax_cv_check_cflags__Werror___D_FORTIFY_SOURCE_2=yes
  5232. ax_cv_check_cflags__Werror___fPIE=yes
  5233. ax_cv_check_cflags__Werror___fno_strict_overflow=yes
  5234. ax_cv_check_cflags__Werror___fstack_protector_all=yes
  5235. ax_cv_check_cflags__Werror__fstack_protector_all__Wstack_protector=yes
  5236. ax_cv_check_cflags__Werror__fstack_protector_all___param_ssp_buffer_size_1=yes
  5237. ax_cv_check_ldflags__Werror___Wl__z_now=yes
  5238. ax_cv_check_ldflags__Werror___Wl__z_relro=yes
  5239. ax_cv_check_ldflags__Werror___fPIE__pie=yes
  5240. ax_cv_check_ldflags__Werror___fstack_protector_all=yes
  5241. pkg_cv_ARGON2_CFLAGS=
  5242. pkg_cv_ARGON2_LIBS='-largon2 -lrt -ldl'
  5243. pkg_cv_CARES_CFLAGS=
  5244. pkg_cv_CARES_LIBS=-lcares
  5245. pkg_cv_PCRE2_CFLAGS=
  5246. pkg_cv_PCRE2_LIBS=-lpcre2-8
  5247. pkg_cv_TRE_CFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
  5248. pkg_cv_TRE_LIBS='-ltre -Wl,-z,relro'
  5249.  
  5250. ## ----------------- ##
  5251. ## Output variables. ##
  5252. ## ----------------- ##
  5253.  
  5254. ARGON2_CFLAGS=''
  5255. ARGON2_LIBS='-largon2 -lrt -ldl'
  5256. BINDIR='/home/vectr0n/unrealircd/bin'
  5257. BUILDDIR='/home/vectr0n/src/unrealircd-4.2.1'
  5258. CACHEDIR='/home/vectr0n/unrealircd/cache'
  5259. CARES_CFLAGS=''
  5260. CARES_LIBS='-lcares'
  5261. CC='gcc'
  5262. CFLAGS='-pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -Wno-invalid-source-encoding -Wno-format-zero-length -Wno-format-truncation '
  5263. CONFDIR='/home/vectr0n/unrealircd/conf'
  5264. CP='/bin/cp'
  5265. CPP='gcc -E'
  5266. CPPFLAGS=''
  5267. CRYPTOLIB='-lssl -lcrypto'
  5268. DEFS='-DHAVE_CONFIG_H'
  5269. DOCDIR='/home/vectr0n/unrealircd/doc'
  5270. DYNAMIC_LDFLAGS='-Wl,-export-dynamic'
  5271. ECHO_C=''
  5272. ECHO_N='-n'
  5273. ECHO_T=''
  5274. EGREP='/bin/grep -E'
  5275. EXEEXT=''
  5276. FD_SETSIZE=''
  5277. GMAKE=''
  5278. GREP='/bin/grep'
  5279. GUNZIP='/bin/gunzip'
  5280. HARDEN_BINCFLAGS='-fPIE'
  5281. HARDEN_BINLDFLAGS='-pie'
  5282. HARDEN_CFLAGS=' -fno-strict-overflow -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector --param ssp-buffer-size=1'
  5283. HARDEN_LDFLAGS=' -Wl,-z,relro -Wl,-z,now'
  5284. INSTALL='/usr/bin/install'
  5285. IRCDLIBS='-lcrypt -lnsl -ldl -lcurl'
  5286. LDFLAGS=' -Wl,-rpath,/home/vectr0n/unrealircd/lib'
  5287. LDFLAGS_PRIVATELIBS='-Wl,-rpath,/home/vectr0n/unrealircd/lib'
  5288. LIBOBJS=''
  5289. LIBS=''
  5290. LOGDIR='/home/vectr0n/unrealircd/logs'
  5291. LTLIBOBJS=''
  5292. MAKER='make'
  5293. MKPASSWDLIBS='-lcrypt'
  5294. MODULEFLAGS='-fPIC -DPIC -shared -Wl,-export-dynamic'
  5295. MODULESDIR='/home/vectr0n/unrealircd/modules'
  5296. OBJEXT='o'
  5297. OPENSSLPATH='/usr/bin/openssl'
  5298. PACKAGE_BUGREPORT='http://bugs.unrealircd.org/'
  5299. PACKAGE_NAME='unrealircd'
  5300. PACKAGE_STRING='unrealircd 4.2.1'
  5301. PACKAGE_TARNAME='unrealircd'
  5302. PACKAGE_URL='http://unrealircd.org/'
  5303. PACKAGE_VERSION='4.2.1'
  5304. PATH_SEPARATOR=':'
  5305. PCRE2_CFLAGS=''
  5306. PCRE2_LIBS='-lpcre2-8'
  5307. PERMDATADIR='/home/vectr0n/unrealircd/data'
  5308. PIDFILE='/home/vectr0n/unrealircd/data/unrealircd.pid'
  5309. PKGCONFIG='/usr/bin/pkg-config'
  5310. PKG_CONFIG='/usr/bin/pkg-config'
  5311. PKG_CONFIG_LIBDIR=''
  5312. PKG_CONFIG_PATH=''
  5313. PTHREAD_CC='gcc'
  5314. PTHREAD_CFLAGS='-pthread'
  5315. PTHREAD_LIBS=''
  5316. RM='/bin/rm'
  5317. SCRIPTDIR='/home/vectr0n/unrealircd'
  5318. SHELL='/bin/bash'
  5319. STRTOUL=''
  5320. TMPDIR='/home/vectr0n/unrealircd/tmp'
  5321. TOUCH='/usr/bin/touch'
  5322. TRE_CFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
  5323. TRE_LIBS='-ltre -Wl,-z,relro'
  5324. UNRLINCDIR='/home/vectr0n/src/unrealircd-4.2.1/include'
  5325. URL='url.o'
  5326. ac_ct_CC='gcc'
  5327. ax_pthread_config=''
  5328. bindir='${exec_prefix}/bin'
  5329. build='x86_64-unknown-linux-gnu'
  5330. build_alias=''
  5331. build_cpu='x86_64'
  5332. build_os='linux-gnu'
  5333. build_vendor='unknown'
  5334. datadir='${datarootdir}'
  5335. datarootdir='${prefix}/share'
  5336. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5337. dvidir='${docdir}'
  5338. exec_prefix='${prefix}'
  5339. host='x86_64-unknown-linux-gnu'
  5340. host_alias=''
  5341. host_cpu='x86_64'
  5342. host_os='linux-gnu'
  5343. host_vendor='unknown'
  5344. htmldir='${docdir}'
  5345. includedir='${prefix}/include'
  5346. infodir='${datarootdir}/info'
  5347. libdir='${exec_prefix}/lib'
  5348. libexecdir='${exec_prefix}/libexec'
  5349. localedir='${datarootdir}/locale'
  5350. localstatedir='${prefix}/var'
  5351. mandir='${datarootdir}/man'
  5352. oldincludedir='/usr/include'
  5353. pdfdir='${docdir}'
  5354. prefix='/usr/local'
  5355. program_transform_name='s,x,x,'
  5356. psdir='${docdir}'
  5357. runstatedir='${localstatedir}/run'
  5358. sbindir='${exec_prefix}/sbin'
  5359. sharedstatedir='${prefix}/com'
  5360. sysconfdir='${prefix}/etc'
  5361. target_alias=''
  5362.  
  5363. ## ----------- ##
  5364. ## confdefs.h. ##
  5365. ## ----------- ##
  5366.  
  5367. /* confdefs.h */
  5368. #define PACKAGE_NAME "unrealircd"
  5369. #define PACKAGE_TARNAME "unrealircd"
  5370. #define PACKAGE_VERSION "4.2.1"
  5371. #define PACKAGE_STRING "unrealircd 4.2.1"
  5372. #define PACKAGE_BUGREPORT "http://bugs.unrealircd.org/"
  5373. #define PACKAGE_URL "http://unrealircd.org/"
  5374. #define UNREAL_VERSION_GENERATION 4
  5375. #define UNREAL_VERSION_MAJOR 2
  5376. #define UNREAL_VERSION_MINOR 1
  5377. #define UNREAL_VERSION_SUFFIX ""
  5378. #define HAVE_CRYPT /**/
  5379. #define STDC_HEADERS 1
  5380. #define HAVE_SYS_TYPES_H 1
  5381. #define HAVE_SYS_STAT_H 1
  5382. #define HAVE_STDLIB_H 1
  5383. #define HAVE_STRING_H 1
  5384. #define HAVE_MEMORY_H 1
  5385. #define HAVE_STRINGS_H 1
  5386. #define HAVE_INTTYPES_H 1
  5387. #define HAVE_STDINT_H 1
  5388. #define HAVE_UNISTD_H 1
  5389. #define PARAMH /**/
  5390. #define STDLIBH /**/
  5391. #define STDDEFH /**/
  5392. #define SYSSYSLOGH /**/
  5393. #define UNISTDH /**/
  5394. #define STRINGH /**/
  5395. #define STRINGSH /**/
  5396. #define MALLOCH <malloc.h>
  5397. #define GLOBH /**/
  5398. #define HAVE_STDINT_H 1
  5399. #define HAVE_INTTYPES_H 1
  5400. #define HAVE_INTPTR_T 1
  5401. #define TIME_WITH_SYS_TIME 1
  5402. #define HAVE_SYS_WAIT_H 1
  5403. #define SIZEOF_SHORT 2
  5404. #define SIZEOF_INT 4
  5405. #define SIZEOF_LONG 8
  5406. #define SIZEOF_RLIM_T 0
  5407. #define NBLOCK_POSIX /**/
  5408. #define SETPGRP_VOID 1
  5409. #define HAVE_SNPRINTF 1
  5410. #define HAVE_SNPRINTF /**/
  5411. #define HAVE_VSNPRINTF 1
  5412. #define HAVE_VSNPRINTF /**/
  5413. #define HAVE_INET_PTON 1
  5414. #define HAVE_INET_PTON /**/
  5415. #define HAVE_INET_NTOP 1
  5416. #define HAVE_INET_NTOP /**/
  5417. #define HAVE_C99_VARLEN_ARRAY /**/
  5418. #define FORCE_CORE /**/
  5419. #define HAVE_VPRINTF 1
  5420. #define HAVE_GETTIMEOFDAY 1
  5421. #define GETTIMEOFDAY /**/
  5422. #define HAVE_GETRUSAGE 1
  5423. #define GETRUSAGE_2 /**/
  5424. #define POSIX_SIGNALS /**/
  5425. #define NEED_STRTOKEN /**/
  5426. #define HAVE_STRTOK 1
  5427. #define HAVE_STRERROR 1
  5428. #define HAVE_INDEX 1
  5429. #define HAVE_STRTOUL 1
  5430. #define HAVE_BCOPY 1
  5431. #define HAVE_BCMP 1
  5432. #define HAVE_BZERO 1
  5433. #define HAVE_STRCASECMP 1
  5434. #define GOT_STRCASECMP /**/
  5435. #define HAVE_INET_ADDR 1
  5436. #define HAVE_INET_NTOA 1
  5437. #define HAVE_SYSLOG 1
  5438. #define HAVE_SYSLOG /**/
  5439. #define NICKNAMEHISTORYLENGTH 2000
  5440. #define MAXSENDQLENGTH 3000000
  5441. #define DEFAULT_PERMISSIONS 00600
  5442. #define BINDIR "/home/vectr0n/unrealircd/bin"
  5443. #define SCRIPTDIR "/home/vectr0n/unrealircd"
  5444. #define CONFDIR "/home/vectr0n/unrealircd/conf"
  5445. #define MODULESDIR "/home/vectr0n/unrealircd/modules"
  5446. #define LOGDIR "/home/vectr0n/unrealircd/logs"
  5447. #define CACHEDIR "/home/vectr0n/unrealircd/cache"
  5448. #define TMPDIR "/home/vectr0n/unrealircd/tmp"
  5449. #define PERMDATADIR "/home/vectr0n/unrealircd/data"
  5450. #define DOCDIR "/home/vectr0n/unrealircd/doc"
  5451. #define PIDFILE "/home/vectr0n/unrealircd/data/unrealircd.pid"
  5452. #define PRIVATELIBDIR "/home/vectr0n/unrealircd/lib"
  5453. #define MAXCONNECTIONS 1024
  5454. #define PREFIX_AQ /**/
  5455. #define LIST_SHOW_MODES /**/
  5456. #define HAS_SSL_CTX_SET1_CURVES_LIST /**/
  5457. #define HAVE_POLL 1
  5458. #define HAVE_POLL /**/
  5459. #define HAVE_EPOLL_CREATE 1
  5460. #define HAVE_EPOLL /**/
  5461. #define HAVE_EPOLL_CTL 1
  5462. #define HAVE_EPOLL /**/
  5463. #define HAVE_EPOLL_WAIT 1
  5464. #define HAVE_EPOLL /**/
  5465. #define HAVE_PTHREAD_PRIO_INHERIT 1
  5466. #define HAVE_PTHREAD 1
  5467. #define USE_LIBCURL /**/
  5468.  
  5469. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement