IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2009, 9:49:33 AM (17 years ago)
Author:
Paul Price
Message:

Adding nebclient indication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmVersion.c

    r23160 r23193  
    4343#endif
    4444
     45#ifdef HAVE_NEBCLIENT
     46    psStringAppend(&version, " with nebclient");
     47#else
     48    psStringAppend(&version, " without nebclient");
     49#endif
     50
    4551    return version;
    4652};
Note: See TracChangeset for help on using the changeset viewer.