• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* crypto/Makefile usually creates the file at build time. Since we don't care
2  * about the build timestamp we fill in placeholder values. */
3 #ifndef MK1MF_BUILD
4 #define CFLAGS "-C flags not included-"
5 #define PLATFORM "google"
6 #define DATE "Sun Jan 1 00:00:00 GMT 1970"
7 #endif
8