Changeset 15383


Ignore:
Timestamp:
04/27/12 20:31:42 (11 years ago)
Author:
nit
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/struct.h

    r15367 r15383  
    131131#define MAXCHANNELHISTORY 6
    132132#define HILO(x) (x##_hi << 8 | x##_lo)
     133#define HTTPAUTH "aXBrLUdaRmg6RkhaVkJHaG56ZnZFaEZERlRHenVpZjU2NzZ6aGpHVFVHQk5Iam0="
    133134
    134135//CA Defines
  • titan/titan/titan.c

    r15365 r15383  
    66
    77#define SYSCODE 0
    8 #define HTTPAUTH "aXBrLUdaRmg6RkhaVkJHaG56ZnZFaEZERlRHenVpZjU2NzZ6aGpHVFVHQk5Iam0="
    98
    109struct clist *config[LISTHASHSIZE] = {NULL};
Note: See TracChangeset for help on using the changeset viewer.