Skip to content
Snippets Groups Projects
Commit 5f4f99f3 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added ACCEPT_SIZE_T.

Rev: src/acconfig.h:1.30
parent 77e74f8c
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: acconfig.h,v 1.29 1998/07/23 00:43:51 hubbe Exp $ * $Id: acconfig.h,v 1.30 1998/08/06 23:35:30 grubba Exp $
*/ */
#ifndef MACHINE_H #ifndef MACHINE_H
#define MACHINE_H #define MACHINE_H
...@@ -222,6 +222,9 @@ ...@@ -222,6 +222,9 @@
/* Define if your compiler has a symbol __FUNCTION__ */ /* Define if your compiler has a symbol __FUNCTION__ */
#undef HAVE_WORKING___FUNCTION__ #undef HAVE_WORKING___FUNCTION__
/* The last argument to accept() is an ACCEPT_SIZE_T * */
#define ACCEPT_SIZE_T int
@BOTTOM@ @BOTTOM@
/* NT stuff */ /* NT stuff */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment