]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- New constant RENDEZVOUS_TYPE.
authorAlexander Barton <alex@barton.de>
Sun, 23 Feb 2003 12:03:39 +0000 (12:03 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 23 Feb 2003 12:03:39 +0000 (12:03 +0000)
src/ngircd/defines.h

index dcc84c19be4af3e694078e7d096b4274b7c715e2..57f82b69ad51489d0af0e2c21e54e65c29e26b1a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
 /*
  * 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
  *
  * 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.
  *
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.41 2002/12/26 13:17:56 alex Exp $
+ * $Id: defines.h,v 1.42 2003/02/23 12:03:39 alex Exp $
  *
  * Global defines of ngIRCd.
  */
  *
  * Global defines of ngIRCd.
  */
 
 #define NOTICE_TXTPREFIX ""            /* Kennzeichnung fuer Server-NOTICEs an User */
 
 
 #define NOTICE_TXTPREFIX ""            /* Kennzeichnung fuer Server-NOTICEs an User */
 
+#ifdef RENDEZVOUS
+#define RENDEZVOUS_TYPE "_ircu._tcp."  /* Service type to register with Rendezvous */
+#endif
+
 
 #endif
 
 
 #endif