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.
29 lines
532 B
29 lines
532 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 |
|
|
|
/* combined test for fork/way/msg* */ |
|
#undef USE_FORKWAITMSG |
|
|
|
/* Check for GNU C Library */ |
|
#undef HAVE_GNU_C_LIBRARY |
|
|
|
@BOTTOM@ |
|
|
|
#endif /* YASM_CONFIG_H */
|
|
|