Log of /eggdrop1.6/config.h.in
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 1 12:10:08 2011 UTC
(9 years, 9 months ago)
by
pseudo
Branch:
MAIN
Changes since
1.58: +3 -0 lines
Diff to
previous 1.58
Fixed dns.mod on QNX6/Mac OS X/Solaris. Rewrote dns.mod's autoconf checks to detect the resolver library properly on Darwin/Solaris/QNX6.
Backport of the 1.8 patch.
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 29 15:52:23 2010 UTC
(10 years, 6 months ago)
by
thommey
Branch:
MAIN
Changes since
1.56: +6 -0 lines
Diff to
previous 1.56
Overwrite the Tcl notifier with our own version of it if possible.
Integrate Tcl events and sockets into our own eventloop and socketlist.
Don't fork() before initializing Tcl anymore with overwritten notifier.
Replace max-dcc with a dynamically enlarging array, limited by the new setting max-socks.
Add two configure checks against the Tcl library to check if the notifier can be replaced.
Revision
1.56 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 14 18:21:59 2010 UTC
(10 years, 10 months ago)
by
pseudo
Branch:
MAIN
Changes since
1.55: +3 -3 lines
Diff to
previous 1.55
Added a configure option to set the handlen
Added a configure option to enable dns debugging and made it default for make debug.
Removed obsolete check for broken sscanf from configure.
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 18 09:52:29 2010 UTC
(10 years, 11 months ago)
by
pseudo
Branch:
MAIN
Changes since
1.54: +7 -0 lines
Diff to
previous 1.54
Changed the definition of the 'Function' type to avoid data loss with functions returning 64-bit types. 64-bit builds will no longer crash due to pointers being truncated to 32 bits.
Created new function pointer type 'IntFunc' for use only with functions returning int.
Fixes Bugzilla Bug # 485 "64-bit eggdrop builds crash on some systems"
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 26 03:12:15 2010 UTC
(10 years, 11 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.53: +2 -2 lines
Diff to
previous 1.53
Added runtime check using Tcl_GetCurrentThread() to autodetect a threaded Tcl library when compiled and linked against Tcl 8.1 and later.
Replaced EGG_TCL_ENABLE_THREADS and EGG_TCL_CHECK_THREADS autoconf macros with EGG_TCL_CHECK_GETCURRENTTHREAD.
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 10 10:56:22 2008 UTC
(12 years, 6 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.50: +6 -6 lines
Diff to
previous 1.50
Removed Solaris RANDMAX autoconf hack.
Added proper preprocessor checks for RANDOM_MAX and RAND_MAX.
Added autoconf tests and preprocessor checks for rand() and lrand48().
Simplified randint macro to make it faster.
Added argument sanity checking for tcl_rand() / Tcl [rand] command.
Added min:max value sanity checking in irc.mod set_delay(). This should match the aop-delay behavior documented in eggdrop.conf now.
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 03:17:25 2008 UTC
(12 years, 6 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.49: +3 -3 lines
Diff to
previous 1.49
Require autoconf 2.60 now.
Added AC_PRESERVE_HELP_ORDER macro to configure.ac
Added new autoconf macros to aclocal.m4 and configure.ac: EGG_DEBUG_ENABLE EGG_DEBUG_DEFAULTS EGG_DEBUG_OPTIONS EGG_DEBUG_CFLAGS EGG_ENABLE_DEBUG_CONTEXT
Added new configure options: --enable-debug --enable-debug-mem --enable-debug-assert --enable-debug-context
Replaced ENABLE_STRIP define with DEBUG
DEBUG_CONTEXT is now defined in config.h instead of eggdrop.h
Refactored DEBUG and DEBUG_CONTEXT conditional code in main.c.
Don't default set unlimited core file size for non-debug builds.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 02:41:42 2008 UTC
(12 years, 6 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.48: +19 -3 lines
Diff to
previous 1.48
Added EGG_APPEND_VAR and EGG_CHECK_ICC autoconf macros to aclocal.m4.
Replaced autoconf 'var="$var <string>"' with EGG_APPEND_VAR macro.
Replaced no_pipe and no_wall variable hacks with a proper test for the Intel C Compiler (icc).
Put '-pipe' in CFLAGS not CC.
Added GPL header to AH_TOP macro in configure.ac for config.h.in.
Removed unused std_args.h header check and HAVE_STD_ARGS_H conditionals.
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 18 06:03:20 2008 UTC
(12 years, 7 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.47: +9 -5 lines
Diff to
previous 1.47
Completely rewrote EGG_TCL_CHECK_THREADS autoconf macro to make --enable-tcl-threads and --disable-tcl-threads threaded Tcl library configure options more robust.
Fixed --enable-tcl-threads configure option so it will enable threaded Tcl library support even if we don't autodetect a threaded Tcl library.
Explicitly offer both --enable-tcl-threads and --disable-tcl-threads configure options that can forcefully enable or disable threaded Tcl library support. Previously either worked but only showing --disable-tcl-threads in --help could be confusing.
Added code to print an explicit message to show if threaded Tcl library support will be enabled or not.
We no longer link against pthread library unless threaded Tcl library support is enabled.
Revision
1.46 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 9 22:00:18 2006 UTC
(14 years, 6 months ago)
by
wcc
Branch:
MAIN
Changes since
1.45: +3 -0 lines
Diff to
previous 1.45
* Revert to old config.guess / config.sub. It was causing problems on a few
OS's. I just want to get 1.6.18 out, so I'll stick this back in as soon
as it is.
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 25 11:17:34 2004 UTC
(16 years, 6 months ago)
by
wcc
Branch:
MAIN
Changes since
1.42: +46 -9 lines
Diff to
previous 1.42
* We now support module loading under Darwin (Mac OS X) and NeXT Step.
* Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier to allow users to override the system's Tcl version.
* Cleaned up modules.c and the module configure stuff quite a bit.
* Check for -Wall as it's own test (backport 1.9).
* No more eggmod.sh.
* Small fix to a previous patch (removed an unused variable).
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 15 07:20:54 2004 UTC
(16 years, 7 months ago)
by
wcc
Branch:
MAIN
Changes since
1.39: +6 -0 lines
Diff to
previous 1.39
* Removed 'eggautoconf' crao; moved to autoconf 2.59 for modules. This
should fix some of the module-configure/make config bugs. Couple more
commits coming in a sec. Test me (although already tested pretty well).
Needs to at least be tested on Cygwin, and I don't have access to
Cygwin ATM.
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 4 14:07:48 2004 UTC
(16 years, 7 months ago)
by
wcc
Branch:
MAIN
Changes since
1.38: +26 -0 lines
Diff to
previous 1.38
- Fixed a compile error related to varargs when using old Tcl versions.
* Found by: Thomas Neumayer - Patch by: Wcc
- Fixed a compile error on systems that don't have socklen_t.
* Found by: Brad Edwards - Patch by: Wcc
-- .cvsignore stuff for autoscan.
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 12 07:49:17 2004 UTC
(17 years ago)
by
wcc
Branch:
MAIN
Changes since
1.37: +9 -0 lines
Diff to
previous 1.37
* Use AC_FUNC_SELECT_ARGTYPES() macro to fix select() warnings on
several OS's. This is a better solution than the previous "OS_HACKS"
#ifdefs.
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 9 01:36:38 2004 UTC
(17 years ago)
by
wcc
Branch:
MAIN
Changes since
1.35: +67 -56 lines
Diff to
previous 1.35
* Fixes/updates for newer autoconf versions. This should fix the
permissions errors.
* Removed --disable-cc-optimization.
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 1 23:26:56 2003 UTC
(17 years, 2 months ago)
by
wcc
Branch:
MAIN
Changes since
1.33: +1 -16 lines
Diff to
previous 1.33
* Remove IPv6 for now. I know we've discussed this on the lists and in
#eggdrop/#eggdev on Undernet, and I think we pretty much agreed (as far
as 'agreeing' goes on eggdev anyway ;p) to ditch this hacked togeather
code and get Ian's code tested and put that in an upcoming release instead.
IPv6 realllyyyyyyy screwed up .15. I'm basically ready to release .16..
can anyone think of anything else that needs to be done? Bugzilla is dead
and i'm not sure if eggdev's up or not, but changes appears to work. The
lists have been down alot lately. Anyway, e-mail me if I forgot any little
pieces, but I don't think I did. -- Wcc
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 10 15:16:07 2003 UTC
(17 years, 7 months ago)
by
stdarg
Branch:
MAIN
Changes since
1.31: +4 -1 lines
Diff to
previous 1.31
* Make room for the core file if we're not stripping the files
* When I do cvs diff config.h.in, there's one of those id tags in it.. isn't that wrong?
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 7 04:45:10 2003 UTC
(17 years, 8 months ago)
by
wcc
Branch:
MAIN
Changes since
1.30: +4 -1 lines
Diff to
previous 1.30
* Don't compile inet_ntop compatability code unless USE_IPV6 is defined.
* typedef socklen_t to int if non-existant.
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 5 04:32:24 2003 UTC
(17 years, 10 months ago)
by
wcc
Branch:
MAIN
Changes since
1.28: +3 -19 lines
Diff to
previous 1.28
* Reverted C99 snprintf() stuff for now. This patch needed further testing
before commit. It is creating many header conflicts, etc.
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 28 04:01:36 2003 UTC
(17 years, 10 months ago)
by
wcc
Branch:
MAIN
Changes since
1.25: +17 -14 lines
Diff to
previous 1.25
* We should compile on Tru64 UNIX now. The problem was due to snprintf()
and vsnprintf() apparently being in a shared 'compatability' library on
hese systems (from what I could get out of their horrible documentation).
We will now use Eggdrop's snprintf() and vsnprintf() compatablity
functions for OSF1/Tru64/Digital UNIX. Could anyone with access to a Tru64
system please verify that Eggdrop compiles fine on it now?
Reported by Shane.
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 4 20:12:54 2001 UTC
(19 years, 1 month ago)
by
guppy
Branch:
MAIN
Changes since
1.20: +0 -0 lines
Diff to
previous 1.20
added nakee's patch for --disable-cc-optimize but renamed it to --disable-cc-optimzation -- I also updated the compiling faq to tell people about this option.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.