Changed HAS_SOCKLEN_T into HAVE_SOCKLEN_T.

Added HAVE_SIZE_T.
Removed some junk from file.
This commit is contained in:
Marcus Sundberg 2000-02-05 16:16:06 +00:00
parent 20b104b4aa
commit 60ce402933

View file

@ -41,14 +41,11 @@
/* Define this to use experimental code */
#undef _EXPERIMENTAL_
/* Define this to use zlib */
/* Define this if your system has zlib */
#undef HAS_ZLIB
/* Define this if your system has socklen_t */
#undef HAS_SOCKLEN_T
#ifndef HAS_SOCKLEN_T
# define socklen_t int
# define HAS_SOCKLEN_T
#endif
#undef HAVE_SOCKLEN_T
@BOTTOM@
/* Define this if your system has size_t */
#undef HAVE_SIZE_T