#ifdef DESTRUCTIVE_MODEM_OWNER

> if (modem == 33.6) {
>         destroy();
> } else if (modem == 56) {
>         keep();
> }

#else

/*
 * The fastest a modem can upload data is 33.6kbps,
 * so the modems are still good for use in a
 * permanent modem setup. They are also good for
 * sending and receiving faxes.
 */
keep();

#endif

/* Matthew */


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to