mirror of https://github.com/yasm/yasm.git
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
413 B
23 lines
413 B
/* $IdPath$ */ |
|
|
|
#ifndef YASM_CONFIG_H |
|
#define YASM_CONFIG_H |
|
|
|
/* Generated automatically from acconfig.h by autoheader. */ |
|
/* Please make your changes there */ |
|
|
|
@TOP@ |
|
|
|
/* Workaround for bad <sys/queue.h> implementations. */ |
|
#undef HAVE_BOGUS_SYS_QUEUE_H |
|
|
|
/* gettext tests */ |
|
#undef ENABLE_NLS |
|
#undef HAVE_CATGETS |
|
#undef HAVE_GETTEXT |
|
#undef HAVE_LC_MESSAGES |
|
#undef HAVE_STPCPY |
|
|
|
@BOTTOM@ |
|
|
|
#endif /* YASM_CONFIG_H */
|
|
|