--- gvpe/src/device.C 2003/10/14 03:22:09 1.2 +++ gvpe/src/device.C 2003/10/16 02:41:21 1.4 @@ -1,5 +1,6 @@ /* device.C -- include the correct low-level implementation. + Copyright (C) 2003 Marc Lehmann This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -64,7 +65,7 @@ # include "device-tincd.C" #elif IFTYPE_native && IF_linux # include "device-linux.C" -#elif ITYPEF_native && IF_cygwin +#elif IFTYPE_native && IF_cygwin # include "device-cygwin.C" #else # error No interface implementation for your IFTYPE/IFSUBTYPE combination.