Changeset 26636 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Jan 19, 2010, 4:28:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r26493 r26636 1844 1844 } 1845 1845 1846 #ifdef HAVE_NEBCLIENT 1846 1847 char *neb_server = getenv("NEB_SERVER"); 1847 1848 … … 1868 1869 1869 1870 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.
