1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-14 10:50:27 +00:00

- Informationen um "Vendor" ergaenzt.

This commit is contained in:
Alexander Barton 2002-03-12 21:47:40 +00:00
parent c46f623d6f
commit e298b83b92

View File

@ -9,7 +9,7 @@
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
* *
* $Id: portabtest.c,v 1.2 2002/03/12 15:19:12 alex Exp $ * $Id: portabtest.c,v 1.3 2002/03/12 21:47:40 alex Exp $
* *
* portabtest.c: Testprogramm fuer portab.h * portabtest.c: Testprogramm fuer portab.h
*/ */
@ -38,7 +38,7 @@ GLOBAL INT main( VOID )
} }
else puts( "ok." ); else puts( "ok." );
puts( "- system type: "TARGET_OS"/"TARGET_CPU ); puts( "- system type: "TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS );
return ret; return ret;
} /* main */ } /* main */