mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
don't typedef in acconfig.h, we #include it in .s files
This commit is contained in:
parent
0b6cb6a9bf
commit
e543a111d1
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
/* Define this if your system has socklen_t */
|
||||
#undef HAS_SOCKLEN_T
|
||||
#ifndef HAS_SOCKLEN_T
|
||||
typedef int socklen_t;
|
||||
# define HAS_SOCKLEN_T
|
||||
# define socklen_t int
|
||||
# define HAS_SOCKLEN_T
|
||||
#endif
|
||||
|
||||
@BOTTOM@
|
||||
|
|
Loading…
Reference in a new issue