File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3535#ifndef __sq_config_h
3636#define __sq_config_h
3737
38+ #ifdef _FEATURES_H
39+ #error This file was included too late. Please make sure it is included earlier
40+ #endif
41+
3842
3943/* Define if building universal (internal helper macro) */
4044#undef AC_APPLE_UNIVERSAL_BUILD
Original file line number Diff line number Diff line change @@ -490,6 +490,10 @@ AH_TOP([/* config.h.in -- template for config.h -*- C -*-
490490
491491# ifndef __sq_config_h
492492# define __sq_config_h
493+
494+ # ifdef _FEATURES_H
495+ # error This file was included too late. Please make sure it is included earlier
496+ # endif
493497])
494498
495499AH_TEMPLATE([VM_DLSYM_PREFIX],[Once used to specify mangled names on Mac OS, left for documentation purposes])
You can’t perform that action at this time.
0 commit comments