aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-24 07:24:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-24 07:24:34 +0000
commit4034f31823ddac3f839f54921c9898c36858c76f (patch)
treef68d9c4afa910b52271ea98b019d0fd0d531b719 /lib/setup.h
parent5323340cae2f11f2784279acf8f97db401694054 (diff)
cleanups
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 8e294b051..b5fd9f505 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -96,24 +96,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
#endif
#endif
-#if 0 /* zlib experiments are halted 17th october, 1999 (Daniel) */
-#if defined(HAVE_ZLIB_H) && defined(HAVE_LIBZ)
- /* Both lib and header file exist, we have libz! */
-#define USE_ZLIB
-#endif
-#endif
-
-#if 0
-#ifdef HAVE_STRCASECMP
-#define strnequal(x,y,z) !(strncasecmp)(x,y,z)
-#define strequal(x,y) !(strcasecmp)(x,y)
-
-#else
-#define strnequal(x,y,z) !strnicmp(x,y,z)
-#define strequal(x,y) !stricmp(x,y)
-#endif
-#endif
-
/* Below we define four functions. They should
1. close a socket
2. read from a socket