Ignore:
Timestamp:
Mar 15, 2008, 12:38:20 PM (17 years ago)
Author:
katerina
Message:

First parts of changes for MODI_TXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r156 r167  
    9090/* use prelink     */
    9191#define MODI_PREL (1 << 13)
     92/* get content     */
     93#define MODI_TXT (1 << 14)
     94
     95#define SH_TXT_MAX 9200
    9296
    9397#define MASK_ALLIGNORE_  0
     
    140144  time_t           ctime;
    141145
    142   char             linkpath[PATH_MAX];
     146  char           * link_path;
    143147  mode_t           linkmode;
    144148  char             link_c_mode[11];
Note: See TracChangeset for help on using the changeset viewer.