OLD | NEW |
---|---|
(Empty) | |
1 /* Included *after* config.h, in order to re-define these macros */ | |
2 | |
3 #ifdef PACKAGE | |
4 #undef PACKAGE | |
5 #endif | |
6 | |
7 /* Name of package */ | |
8 #define PACKAGE "spdy" | |
9 | |
10 | |
11 #ifdef VERSION | |
12 #undef VERSION | |
13 #endif | |
14 | |
15 /* Version number of package */ | |
16 #define VERSION "0.1.0" | |
OLD | NEW |