source: Network/synapse/synapse.pas

Last change on this file was 300, checked in by chronos, 13 years ago
  • Added: Synapse library with package file. Cryptlib units are not included in package file list.
File size: 604 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit synapse;
6
7interface
8
9uses
10 tlntsend, asn1util, blcksock, clamsend, dnssend, ftpsend, ftptsend,
11 httpsend, imapsend, ldapsend, mimeinln, mimemess, mimepart, nntpsend,
12 pingsend, pop3send, slogsend, smtpsend, snmpsend, sntpsend, synacode,
13 synacrypt, synadbg, synafpc, synachar, synaicnv, synaip, synaser, synautil,
14 synsock, LazarusPackageIntf;
15
16implementation
17
18procedure Register;
19begin
20end;
21
22initialization
23 RegisterPackage('synapse', @Register);
24end.
Note: See TracBrowser for help on using the repository browser.