IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/startup.c

    r3418 r4689  
    3535  }
    3636 
    37   /* keep these?
    38      set_int_variable ("UNSIGN", 0);
    39      FT_UNSIGN_MODE = FALSE;
    40   */
    41 
    4237  {
    4338   
     
    5752    set_str_variable ("KAPA", "kapa");
    5853
    59 # if 0   
    60     help = getenv ("MANA-HELP");
    61     if (help == (char *) NULL) {
    62       /* try in exec path */
    63       ALLOCATE (help, char, 1024);
    64       execdir = findexec (argc, argv);
    65       if (execdir == (char *) NULL) {
    66         fprintf (stderr, "error with executable name: can't resolve path\n");
    67         execdir = strcreate (".");
    68       }
    69       execname = filebasename (argv[0]);
    70       sprintf (help, "%s/%s.hlp", execdir, execname);
    71     }
    72     set_str_variable ("HELPDIR", help);
    73 # endif
     54  /* keep these?
     55     set_int_variable ("UNSIGN", 0);
     56     FT_UNSIGN_MODE = FALSE;
     57  */
    7458
    7559    if (!ConfigInit (&argc, argv)) {
Note: See TracChangeset for help on using the changeset viewer.