mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-15 01:55:41 +00:00
- Dummy fuer inet_aton() entfernt. "signed" wird bei Bedarf definiert.
This commit is contained in:
parent
c5461c4596
commit
237c761f67
@ -9,7 +9,7 @@
|
||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||
*
|
||||
* $Id: portab.h,v 1.3 2002/03/25 19:13:19 alex Exp $
|
||||
* $Id: portab.h,v 1.4 2002/05/19 10:46:08 alex Exp $
|
||||
*
|
||||
* portab.h: "Portabilitaets-Definitionen"
|
||||
*/
|
||||
@ -29,6 +29,10 @@
|
||||
#define LOCAL static
|
||||
#define CONST const
|
||||
|
||||
#ifndef signed
|
||||
#define signed
|
||||
#endif
|
||||
|
||||
|
||||
/* Datatentypen */
|
||||
|
||||
@ -77,10 +81,6 @@ typedef UINT8 BOOLEAN;
|
||||
#define socklen_t int /* u.a. fuer Mac OS X */
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_INET_ATON
|
||||
#define inet_aton( opt, bind ) 0 /* Dummy fuer inet_aton() */
|
||||
#endif
|
||||
|
||||
#if OS_UNIX_AUX
|
||||
#define _POSIX_SOURCE /* muss unter A/UX definiert sein */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user