Changeset 809 for trunk/src/ash/var.c


Ignore:
Timestamp:
Jan 29, 2007, 6:54:36 AM (18 years ago)
Author:
bird
Message:

Solaris + cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/var.c

    r637 r809  
    3333 */
    3434
     35#ifdef HAVE_SYS_CDEFS_H
    3536#include <sys/cdefs.h>
     37#endif
    3638#ifndef lint
    3739#if 0
     
    4547#include <stdlib.h>
    4648#include <strings.h>
     49#ifndef __sun__
    4750#include <paths.h>
     51#else
     52#define _PATH_DEFPATH        "/usr/bin:/usr/sbin"
     53#include <iso/limits_iso.h>
     54#endif
    4855
    4956#ifdef PC_OS2_LIBPATHS
     
    123130#ifdef _MSC_VER
    124131struct var vpath2;
    125 #endif 
     132#endif
    126133struct var vps1;
    127134struct var vps2;
     
    155162        { &vpath2,      VSTRFIXED|VTEXTFIXED,           "Path=",
    156163          changepath },
    157 #endif 
     164#endif
    158165        /*
    159166         * vps1 depends on uid
Note: See TracChangeset for help on using the changeset viewer.