mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
Changed HAS_SOCKLEN_T into HAVE_SOCKLEN_T.
Added HAVE_SIZE_T. Removed some junk from file.
This commit is contained in:
parent
20b104b4aa
commit
60ce402933
1 changed files with 4 additions and 7 deletions
11
acconfig.h
11
acconfig.h
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue