IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 9:57:31 AM (21 years ago)
Author:
eugene
Message:

adding help, version concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/scheduler.c

    r4684 r4686  
    5555  set_str_variable ("PROMPT", opihi_prompt);
    5656  set_str_variable ("RCFILE", opihi_rcfile);
     57# define xstr(s) str(s)
     58# define str(s) #s
     59# ifdef HELPDIR_DEFAULT
     60  set_str_variable ("HELPDIR", xstr(HELPDIR_DEFAULT));
     61# endif
    5762
    5863  /* here we open the history file for append.  it this fails, we
Note: See TracChangeset for help on using the changeset viewer.