0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 07:00:59 +01:00
nodejs/deps/openssl/buildinf.h

8 lines
278 B
C
Raw Normal View History

2011-08-19 23:03:32 +02:00
/* crypto/Makefile usually creates the file at build time. Since we don't care
* about the build timestamp we fill in placeholder values. */
#ifndef MK1MF_BUILD
#define CFLAGS "-C flags not included-"
#define PLATFORM "google"
#define DATE "Sun Jan 1 00:00:00 GMT 1970"
#endif