Changeset a569125 in freewrt for tools/paxmirabilis/src/options.h


Ignore:
Timestamp:
Feb 16, 2012, 10:14:16 PM (14 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
7417b08
Parents:
3784d08
Message:

even FreeWRT 1.0-stable deserves paxmirabilis-20120216 compiled with LTO ☺

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3981 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/paxmirabilis/src/options.h

    r3784d08 ra569125  
    1 /**     $MirOS: src/bin/pax/options.h,v 1.4 2009/10/27 18:47:26 tg Exp $ */
     1/**     $MirOS: src/bin/pax/options.h,v 1.6 2011/08/16 13:45:01 tg Exp $ */
    22/*      $OpenBSD: options.h,v 1.4 2003/06/13 17:51:14 millert Exp $     */
    33/*      $NetBSD: options.h,v 1.3 1995/03/21 09:07:32 cgd Exp $  */
     
    125125#define ANON_DEBUG      0x0020
    126126#define ANON_LNCP       0x0040
    127 #define ANON_MAXVAL     0x007F
     127#define ANON_NUMID      0x0080
     128#define ANON_DIRSLASH   0x0100
     129#define ANON_MAXVAL     0x01FF
    128130extern int anonarch;
    129131void anonarch_init(void);
Note: See TracChangeset for help on using the changeset viewer.