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.
proxysql/oldcode/include/external.h

11 lines
272 B

#undef EXTERN
#undef INITIALIZER
#ifndef DEFINE_VARIABLES
#define EXTERN extern
#define INITIALIZER(...) /* nothing */
#else
#define EXTERN /* nothing */
#define INITIALIZER(...) = __VA_ARGS__
#endif /* DEFINE_VARIABLES */