SCM Repository
Annotation of /sml/branches/SMLNJ/src/smlnj-lib/INet/inet-lib.cm
Parent Directory
|
Revision Log
Revision 469 - (view) (download)
1 : | monnier | 469 | (* inet-lib.cm |
2 : | monnier | 416 | * |
3 : | * COPYRIGHT (c) 1999 Bell Labs, Lucent Technologies. | ||
4 : | * | ||
5 : | * Sources file for INet library; part of the SML/NJ library suite. | ||
6 : | *) | ||
7 : | |||
8 : | Library | ||
9 : | signature SOCK_UTIL | ||
10 : | structure SockUtil | ||
11 : | |||
12 : | #if defined(OPSYS_UNIX) | ||
13 : | signature UNIX_SOCK_UTIL | ||
14 : | structure UnixSockUtil | ||
15 : | #endif | ||
16 : | |||
17 : | is | ||
18 : | monnier | 469 | #if defined(NEW_CM) |
19 : | monnier | 416 | basis.cm |
20 : | smlnj-lib.cm | ||
21 : | monnier | 469 | #else |
22 : | ../Util/smlnj-lib.cm | ||
23 : | #endif | ||
24 : | monnier | 416 | |
25 : | sock-util-sig.sml | ||
26 : | sock-util.sml | ||
27 : | |||
28 : | #if defined(OPSYS_UNIX) | ||
29 : | unix-sock-util.sml | ||
30 : | #endif | ||
31 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |