repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 237c761f67db72c598b77c32273fd51d904500e8:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 237c761f67db72c598b77c32273fd51d904500e8
Author: Alexander Barton 
Date:   Sun May 19 10:46:08 2002 +0000

    - Dummy fuer inet_aton() entfernt. "signed" wird bei Bedarf definiert.

diff --git a/src/portab/portab.h b/src/portab/portab.h
index b2bd98161786eb3919055050c1a51f82bc88cc18..
index ..62a56d34d0956f8074d23ccdf140fdddf08874ff 100644
--- a/src/portab/portab.h
+++ b/src/portab/portab.h
@@ -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

-----END OF PAGE-----