diff options
Diffstat (limited to 'Build/source/libs/curl/lib/getdate.h')
-rw-r--r-- | Build/source/libs/curl/lib/getdate.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/libs/curl/lib/getdate.h b/Build/source/libs/curl/lib/getdate.h new file mode 100644 index 00000000000..8d969d0c304 --- /dev/null +++ b/Build/source/libs/curl/lib/getdate.h @@ -0,0 +1,21 @@ +typedef union { + int Number; + enum _MERIDIAN Meridian; +} YYSTYPE; +#define tAGO 257 +#define tDAY 258 +#define tDAY_UNIT 259 +#define tDAYZONE 260 +#define tDST 261 +#define tHOUR_UNIT 262 +#define tID 263 +#define tMERIDIAN 264 +#define tMINUTE_UNIT 265 +#define tMONTH 266 +#define tMONTH_UNIT 267 +#define tSEC_UNIT 268 +#define tSNUMBER 269 +#define tUNUMBER 270 +#define tYEAR_UNIT 271 +#define tZONE 272 + |