| commit | 533e7eeaf484f0746ca60acf8dfd98a7c4841c98 | [log] [tgz] |
|---|---|---|
| author | Lawson Whitney <lawson_whitney@juno..com> | Tue Feb 19 18:41:56 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 19 18:41:56 2002 +0000 |
| tree | d1d291ae9c16ace6c4b52645d1ae71ae31c0adef | |
| parent | be49563060825d8b3baee044ec6e463444f9fcaa [diff] |
Support for nonstandard baud rate in SetCommState.
diff --git a/include/config.h.in b/include/config.h.in index 5ab18df..f86f41c 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -238,6 +238,9 @@ /* Define if you have the <linux/joystick.h> header file. */ #undef HAVE_LINUX_JOYSTICK_H +/* Define if you have the <linux/serial.h> header file. */ +#undef HAVE_LINUX_SERIAL_H + /* Define if you have the <linux/ucdrom.h> header file. */ #undef HAVE_LINUX_UCDROM_H