Pratik Vyas | 27e37e6 | 2014-10-12 19:35:46 +0530 | [diff] [blame] | 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 | -/* |
| 9 | - stat structure (from <sys/stat.h>) is conditionally defined |
| 10 | - to have different layout and size depending on the defined macros. |
| 11 | - The correct macro is defined in my_config.h, which means it MUST be |
| 12 | - included first (or at least before <features.h> - so, practically, |
| 13 | - before including any system headers). |
| 14 | - |
| 15 | - __GLIBC__ is defined in <features.h> |
| 16 | -*/ |
| 17 | -#ifdef __GLIBC__ |
| 18 | -#error <my_config.h> MUST be included first! |
| 19 | -#endif |
| 20 | - |
| 21 | #endif |
| 22 | |