Changeset 402 in Main for trunk/Server/config.c


Ignore:
Timestamp:
Nov 3, 2024, 7:39:59 PM (12 days ago)
Author:
Nishi
Message:

amiga

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/config.c

    r400 r402  
    134134#elif defined(__NETWARE__)
    135135        strcpy(config.hostname, "netware");
     136#elif defined(__amiga__)
     137        strcpy(config.hostname, "amiga");
    136138#else
    137139        gethostname(config.hostname, 1024);
Note: See TracChangeset for help on using the changeset viewer.