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.
16 lines
336 B
16 lines
336 B
/* $Id: acconfig.h,v 1.1 2001/08/19 04:25:18 peter Exp $ */ |
|
|
|
#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 |
|
|
|
@BOTTOM@ |
|
|
|
#endif /* YASM_CONFIG_H */
|
|
|