]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/ngircd.c
- Versions-String um "Vendor" erweitert.
[ngircd-alex.git] / src / ngircd / ngircd.c
index b78bed3aff06648d1db6f066699006edcd613d51..120589a8225a0aacb956b70760d4930e0b6cecc8 100644 (file)
@@ -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: ngircd.c,v 1.32 2002/03/12 14:37:52 alex Exp $
+ * $Id: ngircd.c,v 1.34 2002/03/12 22:08:24 alex Exp $
  *
  * ngircd.c: Hier beginnt alles ;-)
  */
@@ -271,7 +271,7 @@ GLOBAL CHAR *NGIRCd_VersionAddition( VOID )
 #endif
 
        if( txt[0] ) strcat( txt, "-" );
-       strcat( txt, P_OSNAME"/"P_ARCHNAME );
+       strcat( txt, TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS );
 
        return txt;
 } /* NGIRCd_VersionAddition */