summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-06 23:52:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-06 23:52:02 +0000
commitfdee8ef0ac9965aab53c14a4ebf990a8592b9f94 (patch)
tree432f5ede9d3372182ca6d92de4e893d4069227f7 /acconfig.h
parent0318801591e629a21b86b79eb13abde1dddcf92e (diff)
- (bal) We no longer use atexit()/xatexit()/on_exit()
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index c7003fe5..00fdfac6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.126 2002/04/05 20:23:37 mouring Exp $ */
+/* $Id: acconfig.h,v 1.127 2002/04/06 23:52:04 mouring Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -283,9 +283,6 @@
/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
#undef IPV4_DEFAULT
-/* If you have no atexit() but xatexit(), and want to use xatexit() */
-#undef HAVE_XATEXIT
-
/* getaddrinfo is broken (if present) */
#undef BROKEN_GETADDRINFO