buildinf.h 1.2 KB

1234567891011121314151617181920212223
  1. #ifndef MK1MF_BUILD
  2. /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
  3. #define CFLAGS cflags
  4. /*
  5. * Generate CFLAGS as an array of individual characters. This is a
  6. * workaround for the situation where CFLAGS gets too long for a C90 string
  7. * literal
  8. */
  9. static const char cflags[] = {
  10. 'c','o','m','p','i','l','e','r',':',' ','/','o','p','t','/','t','i','-',
  11. 'p','r','o','c','e','s','s','o','r','-','s','d','k','-','l','i','n','u',
  12. 'x','-','a','m','3','3','5','x','-','e','v','m','-','0','4','.','0','2',
  13. '.','0','0','.','0','9','/','l','i','n','u','x','-','d','e','v','k','i',
  14. 't','/','s','y','s','r','o','o','t','s','/','x','8','6','_','6','4','-',
  15. 'a','r','a','g','o','-','l','i','n','u','x','/','u','s','r','/','b','i',
  16. 'n','/','a','r','m','-','l','i','n','u','x','-','g','n','u','e','a','b',
  17. 'i','h','f','-','g','c','c',' ','-','I','.',' ','-','I','.','.',' ','-',
  18. 'I','.','.','/','i','n','c','l','u','d','e',' ',' ','-','D','O','P','E',
  19. 'N','S','S','L','_','T','H','R','E','A','D','S',' ',' ','\0'
  20. };
  21. #define PLATFORM "platform: os/compiler"
  22. #define DATE "built on: Mon Mar 9 09:42:38 2020"
  23. #endif