don't typedef in acconfig.h, we #include it in .s files

This commit is contained in:
Joseph Carter 2000-02-03 20:54:50 +00:00
parent 0b6cb6a9bf
commit e543a111d1

View file

@ -47,8 +47,8 @@
/* Define this if your system has socklen_t */ /* Define this if your system has socklen_t */
#undef HAS_SOCKLEN_T #undef HAS_SOCKLEN_T
#ifndef HAS_SOCKLEN_T #ifndef HAS_SOCKLEN_T
typedef int socklen_t; # define socklen_t int
# define HAS_SOCKLEN_T # define HAS_SOCKLEN_T
#endif #endif
@BOTTOM@ @BOTTOM@