summary refs log tree commit diff
path: root/configure.in
AgeCommit message (Collapse)Author
2009-04-20ngIRCd release 14 rel-14Alexander Barton
2009-03-29ngIRCd release 14~rc1 rel-14-rc1Alexander Barton
2008-12-25ngIRCd release 13 rel-13Alexander Barton
2008-11-21ngIRCd release 13~rc1 rel-13-rc1Alexander Barton
2008-09-13TLS/SSL support: code changes.Florian Westphal
This adds the required code to enable ssl/tls support during compile and run time, respectively.
2008-08-13Enable GNU libc "memory tracing" when compiled with debug code.Alexander Barton
This patch lets ngIRCd activate "memory tracing" of the GNU libc when compiled with debug code (configure: --enable-debug) and the functionality is available on the system. (http://www.gnu.org/software/libc/manual/html_node/Allocation-Debugging.html)
2008-08-12New make target: "osxpkg" to create an Mac OS X installer package.Alexander Barton
This patch adds a new make target, "osxpkg", to the main Makefile which gereates a Apple Mac OS X installer package of ngIRCd. The packagemaker(1) project bundle is stored in contrib/MacOSX/ngIRCd.pmdoc.
2008-07-09Revert "dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..]"Alexander Barton
- Solaris needs both -lsocket _and_ -lnsl - A/UX needs -lUTIL "... which totally sucks because we'd link libnsl on Linux, too (where its not needed at all). So, we have to figure out how to tell autocrap to NOT put -lnsl there unless it exports a symbol we need. This also means that [...] has to be reverted (or done properly)." -- Florian Westphal @ #ngircd This reverts commit 2b14234abc252383679bae2d23861b773dc9713e.
2008-07-09dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..]Florian Westphal
(they use none of its symbols). So, rip out that AC_CHECK_LIB cruft, pointed out by Christoph Biedl. If there are platforms that really need that we should only link when we actually use these libraries.
2008-05-26Use strtok_r instead of strchr in IRC_JOIN.Scott Perry
This patch does significant cleanup on the join code by using strtok_r instead of mangling strchr to parse channel names and keys in parallel when a JOIN command contains a list of channels and keys. Also adds an strtok_r implementation to libportab.
2008-05-25configure.in: don't check for "obvious" standard functions.Florian Westphal
Drop checks for the following C standard functions: malloc, memmove, memset, realloc, strchr, strcspn, strerror, strstr. Rationale: These are standard K&R/C89 functions, no point in ''making sure they exist''.
2008-05-13Update master development branchAlexander Barton
- use "dev" instead of "HEAD" as "version number", - update ChangeLog and NEWS to reflect the 0.12.0 release.
2008-04-29--enable-ipv6: fix indentation in ./configure --help output.Alexander Barton
2008-04-20Synchronized branch-0-12-x (ngIRCd 0.12.0-pre1) with master.Alexander Barton
(cherry picked from commit 4ea29329674ff8ec6d772991a57c146b5d78d2ad)
2008-04-09Include Mac OS X Xcode project in distribution archives.Alexander Barton
Oops, it has not been included since ... ages??
2008-02-26IPv6 support.Florian Westphal
all references to struct sockaddr/in_addr have been removed from src/ngircd. libngipaddr (in src/ipaddr/) hides all the gory details. See src/ipaddr/ng_ipaddr.h for API description.
2006-12-26New configure option "--without-select"; when usin epoll() IO API includeAlexander Barton
support for select() as well by default and fall back on runtime when needed.
2006-10-02add test for strcspn.Florian Westphal
2006-09-17Added support for the /dev/poll i/o interface.Florian Westphal
2006-09-16add support for the poll() interfaceFlorian Westphal
2006-09-09only test for stack smashing protector if we are using gcc;Florian Westphal
use -fstack-protector-all for the test to make sure the guard variable is added.
2006-08-13fix gcc 4.1 -fstack-protector detection.Florian Westphal
2006-08-05check if compiler supports inline keyword.Florian Westphal
2006-05-17Detect the Avahi "howl-compatibility" as well as Howl itself.Alexander Barton
2005-12-06Make clear that "IO backend: select" is not a request but a C API function.Alexander Barton
2005-08-30check if gcc supports -fstack-protectorFlorian Westphal
2005-07-22New subdirectory "doc/src" for the source code documentation.Alexander Barton
2005-07-08Renamed "Rendezvous" to "Zeroconf".Alexander Barton
2005-07-08Whitespace fixes.Alexander Barton
2005-07-07test for epoll and kqueue supportFlorian Westphal
2005-06-26Fixed wrong order of #includes in test for "socklen_t" (caused problems on ↵Alexander Barton
OpenBSD).
2005-05-21Added version information to summary text.Alexander Barton
2005-04-16check for strdup()Florian Westphal
2005-03-21Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well.Alexander Barton
2005-03-20Enhanced configure script: now you can pass an (optional) search pathAlexander Barton
to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
2005-03-19Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.Florian Westphal
use stdbool.h / inttypes.h if available.
2005-03-19Removed indentation of preprocessor statements in test for socklen_t.Alexander Barton
2004-12-26Added support for the Howl (http://www.porchdogsoft.com/products/howl/)Alexander Barton
Rendezvous API, in addition to the API of Apple (Mac OS X).
2004-05-15Enhanced ./configure checks for required C header files.Alexander Barton
2004-04-11Special handling for HP/UX: define _XOPEN_SOURCE_EXTENDED ...Alexander Barton
2004-03-11Reworked configure system: it should be more compatible to most systemsAlexander Barton
now, and it should even be more flexible and faster :-)
2004-02-29Added XCode project files (for Mac OS X) to "contrib" directory.Alexander Barton
2003-12-31Changes for new source code layout: contrib/Debian/.Alexander Barton
2003-12-27Added optional support for IDENT lookups (configure switch "--with-ident").Alexander Barton
2003-12-26Removed "USE_" prefixes of configuration #defines.Alexander Barton
2003-11-04Fixed build problems under Mac OS X 10.3 "Panther".Alexander Barton
2003-10-19Use "-pipe" when compiling with gcc, speeds things up a little :-)Alexander Barton
2003-07-09Included debian/-subdirectory into build system.Alexander Barton
2003-05-05Added support for GNU/Hurd.Alexander Barton
2003-04-25Disabling "-ansi" on Cygwin: system headers are incompatible.Alexander Barton