IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26636


Ignore:
Timestamp:
Jan 19, 2010, 4:28:29 PM (16 years ago)
Author:
Paul Price
Message:

Allow compilation without nebulous.

File:
1 edited

Legend:

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

    r26493 r26636  
    18441844    }
    18451845
     1846#ifdef HAVE_NEBCLIENT
    18461847    char *neb_server = getenv("NEB_SERVER");
    18471848
     
    18681869
    18691870    return psStringCopy(nebfile);
    1870 }
     1871#else
     1872    psError(PM_ERR_PROG, true, "psModules was compiled without nebulous support.");
     1873    return NULL;
     1874#endif // ifdef HAVE_NEBCLIENT
     1875}
Note: See TracChangeset for help on using the changeset viewer.