about summary refs log tree commit diff
path: root/src/portab
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-03-17 00:53:52 +0000
committerAlexander Barton <alex@barton.de>2003-03-17 00:53:52 +0000
commit9ca1f6a98802c58f1e33d18e93d1c56d133b9aea (patch)
tree78bd1086382ad77e4e631ec1a0c861acc6f94c93 /src/portab
parent1a1ff404a8c74c5e991c6f2442ea311961dd88ec (diff)
downloadngircd-9ca1f6a98802c58f1e33d18e93d1c56d133b9aea.tar.gz
ngircd-9ca1f6a98802c58f1e33d18e93d1c56d133b9aea.zip
Removed now obsolete test for A/UX: configure does this job now.
Diffstat (limited to 'src/portab')
-rw-r--r--src/portab/portab.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h
index 333ec81e..b4ccf1fc 100644
--- a/src/portab/portab.h
+++ b/src/portab/portab.h
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: portab.h,v 1.12 2003/01/03 22:03:51 alex Exp $
+ * $Id: portab.h,v 1.13 2003/03/17 00:53:52 alex Exp $
  *
  * Portability functions and declarations (header for libngbportab).
  */
@@ -129,10 +129,6 @@ typedef UINT8 BOOLEAN;
 #define socklen_t int			/* u.a. fuer Mac OS X */
 #endif
 
-#if OS_UNIX_AUX
-#define _POSIX_SOURCE			/* muss unter A/UX definiert sein */
-#endif
-
 #ifndef HAVE_SNPRINTF
 EXTERN INT snprintf PARAMS(( CHAR *str, size_t count, CONST CHAR *fmt, ... ));
 #endif