Changeset 20353


Ignore:
Timestamp:
03/05/13 22:32:13 (11 years ago)
Author:
obi
Message:

[titan] move httpauth

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/struct.h

    r20303 r20353  
    136136#define HILO(x) (x##_hi << 8 | x##_lo)
    137137#define HILO32(x) (x##_hi << 24 | x##_mh << 16 | x##_ml << 8 | x##_lo)
    138 #define HTTPAUTH "aXBrLUdaRmg6RkhaVkJHaG56ZnZFaEZERlRHenVpZjU2NzZ6aGpHVFVHQk5Iam0="
    139138
    140139#define USBDEVICE_SUPER_MAGIC 0x9fa2
  • titan/titan/titan.c

    r20245 r20353  
    66
    77#define SYSCODE 0UL
     8#define HTTPAUTH "aXBrLUdaRmg6RkhaVkJHaG56ZnZFaEZERlRHenVpZjU2NzZ6aGpHVFVHQk5Iam0="
    89
    910struct clist *config[LISTHASHSIZE] = {NULL};
Note: See TracChangeset for help on using the changeset viewer.