Changeset 15383
- Timestamp:
- 04/27/12 20:31:42 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/struct.h
r15367 r15383 131 131 #define MAXCHANNELHISTORY 6 132 132 #define HILO(x) (x##_hi << 8 | x##_lo) 133 #define HTTPAUTH "aXBrLUdaRmg6RkhaVkJHaG56ZnZFaEZERlRHenVpZjU2NzZ6aGpHVFVHQk5Iam0=" 133 134 134 135 //CA Defines -
titan/titan/titan.c
r15365 r15383 6 6 7 7 #define SYSCODE 0 8 #define HTTPAUTH "aXBrLUdaRmg6RkhaVkJHaG56ZnZFaEZERlRHenVpZjU2NzZ6aGpHVFVHQk5Iam0="9 8 10 9 struct clist *config[LISTHASHSIZE] = {NULL};
Note: See TracChangeset
for help on using the changeset viewer.