yuuji@0: /* ======================================================================== yuuji@0: * Copyright 1988-2006 University of Washington yuuji@0: * yuuji@0: * Licensed under the Apache License, Version 2.0 (the "License"); yuuji@0: * you may not use this file except in compliance with the License. yuuji@0: * You may obtain a copy of the License at yuuji@0: * yuuji@0: * http://www.apache.org/licenses/LICENSE-2.0 yuuji@0: * yuuji@0: * yuuji@0: * ======================================================================== yuuji@0: */ yuuji@0: yuuji@0: /* yuuji@0: * Program: Operating-system dependent routines -- WCE version yuuji@0: * yuuji@0: * Author: Mark Crispin yuuji@0: * Networks and Distributed Computing yuuji@0: * Computing & Communications yuuji@0: * University of Washington yuuji@0: * Administration Building, AG-44 yuuji@0: * Seattle, WA 98195 yuuji@0: * Internet: MRC@CAC.Washington.EDU yuuji@0: * yuuji@0: * Date: 11 April 1989 yuuji@0: * Last Edited: 30 August 2006 yuuji@0: */ yuuji@0: yuuji@0: #include "tcp_wce.h" /* must be before osdep includes tcp.h */ yuuji@0: #include "mail.h" yuuji@0: #include "osdep.h" yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include yuuji@0: #include "misc.h" yuuji@0: yuuji@0: #include "fs_wce.c" yuuji@0: #include "ftl_wce.c" yuuji@0: #include "nl_wce.c" yuuji@0: #include "env_wce.c" yuuji@0: #include "tcp_wce.c" yuuji@0: #include "auths.c"