blob: 28e1c3026f388c4895ab7a14462ada1d91b8134d [file] [log] [blame]
AC_DEFUN([CONFIG_EXTRA],[
AH_TOP([
#pragma once
/* _SYS_FEATURE_TESTS_H is Solaris, _FEATURES_H is GCC */
#if defined( _SYS_FEATURE_TESTS_H) || defined(_FEATURES_H)
#error "You should include config.h as your first include file"
#endif
])
])