You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
672 B

  1. diff -burp a/my_config.h b/my_config.h
  2. --- a/my_config.h 2014-10-09 19:32:46.000000000 -0400
  3. +++ b/my_config.h 2014-10-09 19:35:12.000000000 -0400
  4. @@ -641,17 +641,4 @@
  5. #define SIZEOF_TIME_T 8
  6. /* #undef TIME_T_UNSIGNED */
  7. -/*
  8. - stat structure (from <sys/stat.h>) is conditionally defined
  9. - to have different layout and size depending on the defined macros.
  10. - The correct macro is defined in my_config.h, which means it MUST be
  11. - included first (or at least before <features.h> - so, practically,
  12. - before including any system headers).
  13. -
  14. - __GLIBC__ is defined in <features.h>
  15. -*/
  16. -#ifdef __GLIBC__
  17. -#error <my_config.h> MUST be included first!
  18. -#endif
  19. -
  20. #endif