summaryrefslogtreecommitdiff
path: root/support/dktools/filelist.txt
blob: dad3dd1fde6d23158bb274a70e41231a21936f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
README
INSTALL
version.txt
dk4pref.conf
etc-dk3app/dk3paper.conf
addctrld.ctr
bmeps3.ctr
bsdlic.txt
changes.dox
libdk4pppt.dox
config.h.in
configure
configure.ac
configure.out
conf.vc
dk3all.h
dk3app.ctr
dk3appr.ctr
dk3bb.ctr
dk3bezcu.ctr
dk3bf.ctr
dk3bifa.ctr
dk3bif.ctr
dk3bits.ctr
dk3bm.ctr
dk3bmeo.ctr
dk3bmep.ctr
dk3bmeps.ctr
dk3bmj.ctr
dk3bom.ctr
dk3chks.ctr
dk3confd.h
dk3conf.h
dk3config.c
dk3conft.h
dk3const.h
dk3cores.ctr
dk3ct.ctr
dk3dbi.ctr
dk3dir.ctr
dk3echo.ctr
dk3enc.ctr
dk3figah.ctr
dk3figbb.ctr
dk3fig.ctr
dk3figpr.ctr
dk3figrd.ctr
dk3figto.ctr
dk3font.ctr
dk3.h
dk3info1.c
dk3info.ctr
dk3inst.c
dk3inst.h
dk3kv.ctr
dk3mad.ctr
dk3madfo.ctr
dk3madic.ctr
dk3madlc.ctr
dk3madsc.ctr
dk3madsi.ctr
dk3madso.ctr
dk3mafpe.ctr
dk3ma.h
dk3mai.ctr
dk3maid8.ctr
dk3maidd.ctr
dk3maih8.ctr
dk3maihd.ctr
dk3mal.ctr
dk3maod8.ctr
dk3maodd.ctr
dk3maoh8.ctr
dk3maohd.ctr
dk3mas.ctr
dk3masts.ctr
dk3maui.ctr
dk3maul.ctr
dk3maus.ctr
dk3md.ctr
dk3mem.ctr
dk3nettp.h
dk3numco.h
dk3of.ctr
dk3opt.ctr
dk3paper.ctr
dk3pdf.ctr
dk3pixre.ctr
dk3prcfg.ctr
dk3print.ctr
dk3prreq.ctr
dk3range.h
dk3se.ctr
dk3sf.ctr
dk3signl.ctr
dk3sock4.ctr
dk3sock.ctr
dk3srch.ctr
dk3stm.h
dk3sto.ctr
dk3str.ctr
dk3strkv.ctr
dk3strmb.ctr
dk3strm.ctr
dk3strmg.ctr
dk3trace.ctr
dk3types.h
dk3uc2l.ctr
dk3ufi.ctr
dk3usewx.c
dk3wreg.ctr
dk3wxcs.h
dk3wxs.cpt
dk3xsp.ctr
dk4a85d.ctr
dk4a85e.ctr
dk4ahd.ctr
dk4align.h
dk4ansi.c
dk4ansi.ctr
dk4ansi.h
dk4aopt01.c
dk4aopt01.ctr
dk4aopt02.c
dk4aopt02.ctr
dk4aopt03.c
dk4aopt03.ctr
dk4aopt04.c
dk4aopt04.ctr
dk4aopt05.c
dk4aopt05.ctr
dk4aopt06.c
dk4aopt06.ctr
dk4aopt07.c
dk4aopt07.ctr
dk4aopt08.c
dk4aopt08.ctr
dk4aopt09.c
dk4aopt09.ctr
dk4aopt10.c
dk4aopt10.ctr
dk4aopt11.c
dk4aopt11.ctr
dk4aopt12.c
dk4aopt12.ctr
dk4aopt13.c
dk4aopt13.ctr
dk4aopt14.c
dk4aopt14.ctr
dk4aopt15.ctr
dk4aopt16.ctr
dk4aopt.h
dk4appargs.c
dk4appargs.ctr
dk4app/de/dk4base.str
dk4app/de/dk4sock.str
dk4app/de/dk4wxbase.str
dk4app/de/dk4debug.str
dk4appdeldir.c
dk4appdeldir.ctr
dk4appdelfile.c
dk4appdelfile.ctr
dk4appdeltree.c
dk4appdeltree.ctr
dk4appenc.c
dk4appenc.ctr
dk4appfne.c
dk4appfne.ctr
dk4appfs01.c
dk4appfs01.ctr
dk4appfs02.c
dk4appfs02.ctr
dk4appfs03.c
dk4appfs03.ctr
dk4appfs04.c
dk4appfs04.ctr
dk4app.h
dk4apphlv.c
dk4apphlv.ctr
dk4appi.c
dk4applog.c
dk4applog.ctr
dk4appmkdh.c
dk4appmkdh.ctr
dk4appmkdh.h
dk4appop.c
dk4appop.ctr
dk4appstt.c
dk4appstt.ctr
dk4apref.c
dk4apref.ctr
dk4aprgs.c
dk4aprgs.ctr
dk4bf.ctr
dk4binenc.ctr
dk4bitsh.ctr
dk4bom.c
dk4bom.ctr
dk4bom.h
dk4c32.c
dk4c32.ctr
dk4c32.h
dk4c8dbl.ctr
Dk4Comparable.cpt
dk4conf.h
dk4config.cpp
dk4const.h
Dk4Container.cpt
dk4ctime.c
dk4ctime.ctr
dk4ctime.h
dk4dblc8.c
dk4dblc8.ctr
dk4dblc8.h
dk4dbldk.c
dk4dbldk.ctr
dk4dbldk.h
dk4dblwc.c
dk4dblwc.ctr
dk4dblwc.h
dk4dec.h
dk4deldir08.c
dk4deldir08.ctr
dk4deldir08.h
dk4deldir.c
dk4deldir.ctr
dk4deldir.h
dk4deldirwc.c
dk4deldirwc.ctr
dk4deldirwc.h
dk4delfile08.c
dk4delfile08.ctr
dk4delfile08.h
dk4delfile.c
dk4delfile.ctr
dk4delfile.h
dk4delfilewc.c
dk4delfilewc.ctr
dk4delfilewc.h
dk4dir08.c
dk4dir08.ctr
dk4dir08.h
dk4dira.ctr
dk4dir.c
dk4dir.ctr
dk4dir.h
dk4dirwc.c
dk4dirwc.ctr
dk4dirwc.h
dk4.dox
libdk4app.dox
splash-dktoolian.eps
sttfiles.dox
conceptions.dox
libdk4lat.dox
dk4edstm.h
dk4enc.c
dk4enc.ctr
dk4enc.h
dk4error.c
dk4error.ctr
dk4error.h
dk4exep8.c
dk4exep8.ctr
dk4exep8.h
dk4exep.c
dk4exepd.c
dk4exepd.ctr
dk4exepd.h
dk4exepw.c
dk4exepw.ctr
dk4exepw.h
Dk4FcsApp.cpt
Dk4FcsFrame.wxc
Dk4FcsThread.cpp
Dk4FcsThread.h
dk4fd.c
dk4fd.ctr
dk4fd.h
dk4fdrda.c
dk4fdrda.ctr
dk4fdrda.h
dk4fdrde.c
dk4fdrde.ctr
dk4fdrde.h
dk4fdwre.c
dk4fdwre.ctr
dk4fdwre.h
dk4file8.c
dk4file8.ctr
dk4file8.h
dk4filed.c
dk4filed.ctr
dk4filed.h
dk4filei8.c
dk4filei8.ctr
dk4filei8.h
dk4fileia.ctr
dk4filei.c
dk4filei.ctr
dk4fileid.c
dk4fileid.ctr
dk4fileid.h
dk4fileig8.c
dk4fileig8.ctr
dk4fileig8.h
dk4fileigd.c
dk4fileigd.ctr
dk4fileigw.c
dk4fileigw.ctr
dk4filei.h
dk4fileit.h
dk4fileiu.c
dk4fileiu.ctr
dk4fileiu.h
dk4fileiw.c
dk4fileiw.ctr
dk4fileiw.h
dk4filew.c
dk4filew.ctr
dk4filew.h
dk4fne08.c
dk4fne08.ctr
dk4fne08.h
dk4fne.c
dk4fne.ctr
dk4fne.h
dk4fnewc.c
dk4fnewc.ctr
dk4fnewc.h
dk4font.ctr
dk4fopc8.c
dk4fopc8.ctr
dk4fopc8.h
dk4fopda.c
dk4fopda.ctr
dk4fopda.h
dk4fopd.c
dk4fopd.ctr
dk4fopd.h
dk4fopt.h
dk4fopwc.c
dk4fopwc.ctr
dk4fopwc.h
dk4fput.c
dk4fput.ctr
dk4fput.h
dk4fs.c
dk4fs.ctr
dk4fs.h
dk4ft.h
dk4ftime08.c
dk4ftime08.ctr
dk4ftime.c
dk4ftime.ctr
dk4ftimedk.c
dk4ftimedk.ctr
dk4ftime.h
dk4ftimewc.c
dk4ftimewc.ctr
dk4fwra.ctr
dk4getcwd8.ctr
dk4getcwdd.ctr
dk4getcwdw.ctr
dk4getpid.c
dk4getpid.ctr
dk4getpid.h
dk4.h
dk4hname8.c
dk4hname8.ctr
dk4hname8.h
dk4hnamed.c
dk4hnamed.ctr
dk4hnamed.h
dk4hnamew.c
dk4hnamew.ctr
dk4hnamew.h
dk4info1.c
dk4info.ctr
dk4inst.c
dk4inst.h
dk4isadm.ctr
dk4istty.c
dk4istty.ctr
dk4istty.h
dk4loc.c
dk4loc.ctr
dk4loc.h
dk4lzwe.ctr
dk4maac.c
dk4maac.ctr
dk4maac.h
dk4maadi.c
dk4maadi.ctr
dk4maadi.h
dk4maadu.c
dk4maadu.ctr
dk4maadu.h
dk4maai.c
dk4maai.ctr
dk4maai.h
dk4maal.c
dk4maal.ctr
dk4maal.h
dk4maall.c
dk4maall.ctr
dk4maall.h
dk4maalu.c
dk4maalu.ctr
dk4maalu.h
dk4maami.c
dk4maami.ctr
dk4maami.h
dk4maamu.c
dk4maamu.ctr
dk4maamu.h
dk4maas.c
dk4maas.ctr
dk4maas.h
dk4maasz.c
dk4maasz.ctr
dk4maasz.h
dk4maauc.c
dk4maauc.ctr
dk4maauc.h
dk4maaui.c
dk4maaui.ctr
dk4maaui.h
dk4maaul.c
dk4maaul.ctr
dk4maaul.h
dk4maaus.c
dk4maaus.ctr
dk4maaus.h
dk4macc.c
dk4macc.ctr
dk4macc.h
dk4macd.c
dk4macd.ctr
dk4macd.h
dk4maci.c
dk4maci.ctr
dk4maci.h
dk4macl.c
dk4macl.ctr
dk4macl.h
dk4macll.c
dk4macll.ctr
dk4macll.h
dk4macm.c
dk4macm.ctr
dk4macm.h
dk4macs.c
dk4macs.ctr
dk4macs.h
dk4ma.h
dk4mai8dbl.c
dk4mai8dbl.ctr
dk4mai8dbl.h
dk4mai8ddi.c
dk4mai8ddi.ctr
dk4mai8ddi.h
dk4mai8ddu.c
dk4mai8ddu.ctr
dk4mai8ddu.h
dk4mai8dic.c
dk4mai8dic.ctr
dk4mai8dic.h
dk4mai8dii.c
dk4mai8dii.ctr
dk4mai8dii.h
dk4mai8dil.c
dk4mai8dil.ctr
dk4mai8dil.h
dk4mai8dis.c
dk4mai8dis.ctr
dk4mai8dis.h
dk4mai8dli.c
dk4mai8dli.ctr
dk4mai8dli.h
dk4mai8dlu.c
dk4mai8dlu.ctr
dk4mai8dlu.h
dk4mai8dmi.c
dk4mai8dmi.ctr
dk4mai8dmi.h
dk4mai8dmu.c
dk4mai8dmu.ctr
dk4mai8dmu.h
dk4mai8dsz.c
dk4mai8dsz.ctr
dk4mai8dsz.h
dk4mai8duc.c
dk4mai8duc.ctr
dk4mai8duc.h
dk4mai8dui.c
dk4mai8dui.ctr
dk4mai8dui.h
dk4mai8dul.c
dk4mai8dul.ctr
dk4mai8dul.h
dk4mai8dus.c
dk4mai8dus.ctr
dk4mai8dus.h
dk4mai8hdi.c
dk4mai8hdi.ctr
dk4mai8hdi.h
dk4mai8hdu.c
dk4mai8hdu.ctr
dk4mai8hdu.h
dk4mai8hic.c
dk4mai8hic.ctr
dk4mai8hic.h
dk4mai8hii.c
dk4mai8hii.ctr
dk4mai8hii.h
dk4mai8hil.c
dk4mai8hil.ctr
dk4mai8hil.h
dk4mai8his.c
dk4mai8his.ctr
dk4mai8his.h
dk4mai8hli.c
dk4mai8hli.ctr
dk4mai8hli.h
dk4mai8hlu.c
dk4mai8hlu.ctr
dk4mai8hlu.h
dk4mai8hmi.c
dk4mai8hmi.ctr
dk4mai8hmi.h
dk4mai8hmu.c
dk4mai8hmu.ctr
dk4mai8hmu.h
dk4mai8huc.c
dk4mai8huc.ctr
dk4mai8huc.h
dk4mai8hui.c
dk4mai8hui.ctr
dk4mai8hui.h
dk4mai8hul.c
dk4mai8hul.ctr
dk4mai8hul.h
dk4mai8hus.c
dk4mai8hus.ctr
dk4mai8hus.h
dk4maiddbl.c
dk4maiddbl.ctr
dk4maiddbl.h
dk4maidddi.c
dk4maidddi.ctr
dk4maidddi.h
dk4maidddu.c
dk4maidddu.ctr
dk4maidddu.h
dk4maiddic.c
dk4maiddic.ctr
dk4maiddic.h
dk4maiddii.c
dk4maiddii.ctr
dk4maiddii.h
dk4maiddil.c
dk4maiddil.ctr
dk4maiddil.h
dk4maiddis.c
dk4maiddis.ctr
dk4maiddis.h
dk4maiddli.c
dk4maiddli.ctr
dk4maiddli.h
dk4maiddlu.c
dk4maiddlu.ctr
dk4maiddlu.h
dk4maiddmi.c
dk4maiddmi.ctr
dk4maiddmi.h
dk4maiddmu.c
dk4maiddmu.ctr
dk4maiddmu.h
dk4maiddsz.c
dk4maiddsz.ctr
dk4maiddsz.h
dk4maidduc.c
dk4maidduc.ctr
dk4maidduc.h
dk4maiddui.c
dk4maiddui.ctr
dk4maiddui.h
dk4maiddul.c
dk4maiddul.ctr
dk4maiddul.h
dk4maiddus.c
dk4maiddus.ctr
dk4maiddus.h
dk4maidhdi.c
dk4maidhdi.ctr
dk4maidhdi.h
dk4maidhdu.c
dk4maidhdu.ctr
dk4maidhdu.h
dk4maidhic.c
dk4maidhic.ctr
dk4maidhic.h
dk4maidhii.c
dk4maidhii.ctr
dk4maidhii.h
dk4maidhil.c
dk4maidhil.ctr
dk4maidhil.h
dk4maidhis.c
dk4maidhis.ctr
dk4maidhis.h
dk4maidhli.c
dk4maidhli.ctr
dk4maidhli.h
dk4maidhlu.c
dk4maidhlu.ctr
dk4maidhlu.h
dk4maidhmi.c
dk4maidhmi.ctr
dk4maidhmi.h
dk4maidhmu.c
dk4maidhmu.ctr
dk4maidhmu.h
dk4maidhsz.c
dk4maidhsz.ctr
dk4maidhsz.h
dk4maidhuc.c
dk4maidhuc.ctr
dk4maidhuc.h
dk4maidhui.c
dk4maidhui.ctr
dk4maidhui.h
dk4maidhul.c
dk4maidhul.ctr
dk4maidhul.h
dk4maidhus.c
dk4maidhus.ctr
dk4maidhus.h
dk4maiwdbl.c
dk4maiwdbl.ctr
dk4maiwdbl.h
dk4maiwddi.c
dk4maiwddi.ctr
dk4maiwddi.h
dk4maiwddu.c
dk4maiwddu.ctr
dk4maiwddu.h
dk4maiwdic.c
dk4maiwdic.ctr
dk4maiwdic.h
dk4maiwdii.c
dk4maiwdii.ctr
dk4maiwdii.h
dk4maiwdil.c
dk4maiwdil.ctr
dk4maiwdil.h
dk4maiwdis.c
dk4maiwdis.ctr
dk4maiwdis.h
dk4maiwdli.c
dk4maiwdli.ctr
dk4maiwdli.h
dk4maiwdlu.c
dk4maiwdlu.ctr
dk4maiwdlu.h
dk4maiwdmi.c
dk4maiwdmi.ctr
dk4maiwdmi.h
dk4maiwdmu.c
dk4maiwdmu.ctr
dk4maiwdmu.h
dk4maiwdsz.c
dk4maiwdsz.ctr
dk4maiwdsz.h
dk4maiwduc.c
dk4maiwduc.ctr
dk4maiwduc.h
dk4maiwdui.c
dk4maiwdui.ctr
dk4maiwdui.h
dk4maiwdul.c
dk4maiwdul.ctr
dk4maiwdul.h
dk4maiwdus.c
dk4maiwdus.ctr
dk4maiwdus.h
dk4maiwhdi.c
dk4maiwhdi.ctr
dk4maiwhdi.h
dk4maiwhdu.c
dk4maiwhdu.ctr
dk4maiwhdu.h
dk4maiwhic.c
dk4maiwhic.ctr
dk4maiwhic.h
dk4maiwhii.c
dk4maiwhii.ctr
dk4maiwhii.h
dk4maiwhil.c
dk4maiwhil.ctr
dk4maiwhil.h
dk4maiwhis.c
dk4maiwhis.ctr
dk4maiwhis.h
dk4maiwhli.c
dk4maiwhli.ctr
dk4maiwhli.h
dk4maiwhlu.c
dk4maiwhlu.ctr
dk4maiwhlu.h
dk4maiwhmi.c
dk4maiwhmi.ctr
dk4maiwhmi.h
dk4maiwhmu.c
dk4maiwhmu.ctr
dk4maiwhmu.h
dk4maiwhuc.c
dk4maiwhuc.ctr
dk4maiwhuc.h
dk4maiwhui.c
dk4maiwhui.ctr
dk4maiwhui.h
dk4maiwhul.c
dk4maiwhul.ctr
dk4maiwhul.h
dk4maiwhus.c
dk4maiwhus.ctr
dk4maiwhus.h
dk4maixdbl.cpt
dk4maixddi.cpt
dk4maixddu.cpt
dk4maixdic.cpt
dk4maixdii.cpt
dk4maixdil.cpt
dk4maixdis.cpt
dk4maixdli.cpt
dk4maixdlu.cpt
dk4maixdmi.cpt
dk4maixdmu.cpt
dk4maixdsz.cpt
dk4maixduc.cpt
dk4maixdui.cpt
dk4maixdul.cpt
dk4maixdus.cpt
dk4maoxdbl.cpt
dk4maoxd.cpt
dk4mao8d.c
dk4mao8d.ctr
dk4mao8d.h
dk4mao8h.c
dk4mao8h.ctr
dk4mao8h.h
dk4maodd.c
dk4maodd.ctr
dk4maodd.h
dk4maodh.c
dk4maodh.ctr
dk4maodh.h
dk4maodo.ctr
dk4maowd.c
dk4maowd.ctr
dk4maowd.h
dk4maowh.c
dk4maowh.ctr
dk4maowh.h
dk4mbstrm.ctr
dk4fpe.ctr
dk4maai16.ctr
dk4maai32.ctr
dk4maau16.ctr
dk4maau32.ctr
dk4maci16.ctr
dk4maci32.ctr
dk4mao8dbl.ctr
dk4maoddbl.ctr
dk4maowdbl.ctr
dk4papea.ctr
dk4paper.ctr
dk4serf.ctr
dk4strmco.ctr
dk4strms.ctr
dk4strmu.ctr
dk4svbufa.ctr
dk4svbuf.ctr
dk4userf.ctr
dk4strmw.ctr
dk4svg.ctr
dk4svgop.ctr
dk4masz.c
dk4masz.ctr
dk4masz.h
dk4mdch.ctr
dk4md.ctr
dk4mema.c
dk4mema.ctr
dk4mema.h
dk4membf.ctr
dk4membs.ctr
dk4membuf.ctr
dk4mem.c
dk4memcpl.ctr
dk4mem.ctr
dk4mem.h
dk4memrs.c
dk4memrs.ctr
dk4memrs.h
dk4mkdh8.c
dk4mkdh8.ctr
dk4mkdh8.h
dk4mkdh.c
dk4mkdh.ctr
dk4mkdh.h
dk4mkdhw.c
dk4mkdhw.ctr
dk4mkdhw.h
dk4mm.ctr
dk4mm.h
dk4mm.c
dk4mpl.h
dk4numco.h
dk4numl.c
dk4numl.ctr
dk4numl.h
dk4opt01.c
dk4opt01.ctr
dk4opt02.c
dk4opt02.ctr
dk4opt03.c
dk4opt03.ctr
dk4opt04.c
dk4opt04.ctr
dk4opt05.c
dk4opt05.ctr
dk4opt06.c
dk4opt06.ctr
dk4opt07.c
dk4opt07.ctr
dk4opt.c
dk4opt.ctr
dk4opt.h
dk4path8.c
dk4path8.ctr
dk4path8.h
dk4path.c
dk4path.ctr
dk4pathd.c
dk4pathd.ctr
dk4pathd.h
dk4pathw.c
dk4pathw.ctr
dk4pathw.h
dk4pref.c
dk4pref.ctr
dk4pref.h
dk4rec01.c
dk4rec01.ctr
dk4rec01.h
dk4rec02.c
dk4rec02.ctr
dk4rec02.h
dk4rec03.c
dk4rec03.ctr
dk4rec03.h
dk4rec04.c
dk4rec04.ctr
dk4rec04.h
dk4rec05.c
dk4rec05.ctr
dk4rec05.h
dk4rec06.c
dk4rec06.ctr
dk4rec06.h
dk4rec07.c
dk4rec07.ctr
dk4rec07.h
dk4rec08.c
dk4rec08.ctr
dk4rec08.h
dk4rec09.c
dk4rec09.ctr
dk4rec09.h
dk4rec10.c
dk4rec10.ctr
dk4rec10.h
dk4rec11.c
dk4rec11.ctr
dk4rec11.h
dk4rec12.c
dk4rec12.ctr
dk4rec12.h
dk4rec13.c
dk4rec13.ctr
dk4rec13.h
dk4rec14.c
dk4rec14.ctr
dk4rec14.h
dk4rec15.c
dk4rec15.ctr
dk4rec15.h
dk4rec16.c
dk4rec16.ctr
dk4rec16.h
dk4rec17.c
dk4rec17.ctr
dk4rec17.h
dk4rec18.c
dk4rec18.ctr
dk4rec18.h
dk4rec19.c
dk4rec19.ctr
dk4rec19.h
dk4rec20.c
dk4rec20.ctr
dk4rec20.h
dk4rec21.c
dk4rec21.ctr
dk4rec21.h
dk4rec22.c
dk4rec22.ctr
dk4rec22.h
dk4rec23.c
dk4rec23.ctr
dk4rec23.h
dk4rec24.ctr
dk4rec25.ctr
dk4rec.h
dk4recwx.cpt
dk4rld.ctr
dk4rle.ctr
dk4sock01.ctr
dk4sock02.ctr
dk4sock03.ctr
dk4sock04.ctr
dk4sock05.ctr
dk4sock06.ctr
dk4sock07.ctr
dk4sock08.ctr
dk4sock09.ctr
dk4sock10.ctr
dk4sock11.ctr
dk4sock12.ctr
dk4sock13.ctr
dk4sock14.ctr
dk4sock15.ctr
dk4sock16.ctr
dk4sock17.ctr
dk4sock18.ctr
dk4sock19.ctr
dk4sock20.ctr
dk4sock21.ctr
dk4sock22.ctr
dk4sock23.ctr
dk4sock24.ctr
dk4sock25.ctr
dk4sock26.ctr
dk4sock27.ctr
dk4sock28.ctr
dk4sock29.ctr
dk4sock30.ctr
dk4sock31.ctr
dk4sock32.ctr
dk4sock33.ctr
dk4sock34.ctr
dk4sock35.ctr
dk4sock36.ctr
dk4sock37.ctr

dk4sock3.ctr
dk4socka01.ctr
dk4socka02.ctr
dk4socka03.ctr
dk4socka04.ctr
dk4socka05.ctr
dk4socka06.ctr
dk4socka07.ctr
dk4socka08.ctr
dk4socka09.ctr
dk4socka.h
dk4sock.h
libdk4sock.dox
libdk4socka.dox
libdk4mdrnd.dox
libdk4dbia.dox
dk4stat8.c
dk4stat8.ctr
dk4stat8.h
dk4stat.c
dk4stat.ctr
dk4statd.c
dk4statd.ctr
dk4statd.h
dk4stat.h
dk4statt.h
dk4statw.c
dk4statw.ctr
dk4statw.h
dk4sto.c
dk4sto.ctr
dk4sto.h
dk4str8.c
dk4str8.ctr
dk4str8.h
dk4str.c
dk4strda.c
dk4strda.ctr
dk4strda.h
dk4strd.c
dk4strd.ctr
dk4strd.h
dk4strmb.c
dk4strmb.ctr
dk4strmb.h
dk4strm.c
dk4strm.ctr
dk4strmf.c
dk4strmf.ctr
dk4strmf.h
dk4strmg.c
dk4strmg.ctr
dk4strmg.h
dk4strm.h
dk4strmh.c
dk4strmh.ctr
dk4strmh.h
dk4strmo08.c
dk4strmo08.ctr
dk4strmo08.h
dk4strmo16.c
dk4strmo16.ctr
dk4strmo16.h
dk4strmo32.c
dk4strmo32.ctr
dk4strmo32.h
dk4strmodk.c
dk4strmodk.ctr
dk4strmodk.h
dk4strmr.c
dk4strmr.ctr
dk4strmr.h
dk4strw.c
dk4strw.ctr
dk4strw.h
dk4strx.cpt
dk4stt.c
dk4stt.ctr
dk4stt.h
dk4symlink.ctr
dk4time08.c
dk4time08.ctr
dk4time08.h
dk4time.c
dk4timec.h
dk4time.ctr
dk4timedk.c
dk4timedk.ctr
dk4timedk.h
dk4time.h
dk4timewc.c
dk4timewc.ctr
dk4timewc.h
dk4tsp08.c
dk4tsp08.ctr
dk4tsp08.h
dk4tsp16.c
dk4tsp16.ctr
dk4tsp16.h
dk4tsp32.c
dk4tsp32.ctr
dk4tsp32.h
dk4tspdk.c
dk4tspdk.ctr
dk4tspdk.h
dk4tsp.h
dk4tspwx.cpt
dk4types.h
dk4uc2l.ctr
dk4ufi08.c
dk4ufi08.ctr
dk4ufi08.h
dk4ufi.c
dk4ufic.c
dk4ufic.ctr
dk4ufic.h
dk4ufi.ctr
dk4ufi.h
dk4ufit.h
dk4ufiwc.c
dk4ufiwc.ctr
dk4ufiwc.h
dk4user.c
dk4user.ctr
dk4user.h
dk4utf16.c
dk4utf16.ctr
dk4utf16.h
dk4utf8.c
dk4utf8.ctr
dk4utf8.h
dk4vers.h
dk4verswx.h
dk4wreg8.c
dk4wreg8.ctr
dk4wreg8.h
dk4wreg.c
dk4wregc.c
dk4wregc.ctr
dk4wregc.h
dk4wregd.c
dk4wregd.ctr
dk4wregd.h
dk4wregk.h
dk4wregt.h
dk4wregw.c
dk4wregw.ctr
dk4wregw.h
Dk4WxApplicationHelper.cpt
Dk4WxAutostartController.cpt
Dk4WxControl.cpt
dk4wxcs.h
libdk4wx.dox
Dk4WxFrame.cpt
Dk4WxHelpController.cpt
dk4wxpref.cpt
Dk4WxProgressControllerBase.h
Dk4WxProgressDialog.wxc
dk4wxstt.cpt
dk4wxtypes.h
dk-blks.c
dk-blks.ctr
dk-bmm.ctr
dk-cat.c
dk-cat.ctr
dk-cat.exe.manifest
DkClockApp.cpt
DkClockData.cpt
DkClockFrame.wxc
DkClockOptionsDialog.wxc
DkClockTaskbarIcon.cpt
DkClockView.cpt
dkconfig.cpp
dkct-au.ctr
dkct.ctr
dkct-gui.ctr
dkct.h
dkct-str.ctr
dkct-to.ctr
dkct-tr.ctr
dkct-tr.h
dkdbt.ctr
dk-eradisk.ctr
dk-fic.ctr
dk-hex.ctr
rshdown.ctr
prmonsnmp.ctr
dk-ls.ctr
dk-ls-to.ctr
dk-pwd.ctr
dk-pwgen.ctr
dk-pwg-rnd.ctr
dk-recv.ctr
dk-send.ctr
dk-sort.ctr
dk-sqlsplit.c
dk-sqlsplit.ctr
dk-t2h.ctr
dk-t2l.ctr
dkt.h
dktools.pc.in
dkt-version.h
dk-uid.ctr
dkwt-ac.ctr
dkwtadm.exe.manifest.in
dkwt-cp.ctr
dkwt.ctr
dkwt-env.ctr
dkwt-ev.ctr
dkwt-gr.ctr
dkwt.h
dkwt-pr.ctr
dkwt-to.ctr
DkWxAppHelper.cpt
DkWxBmepsApp.cpt
DkWxBmepsFrame.wxc
DkWxBmepsOptionsDialog.wxc
DkWxBmepsThread.cpt
DkWxBufferedControl.cpt
DkWxColorView.cpt
DkWxCommunicator.cpt
DkWxDialog.cpt
DkWxFrame.cpt
DkWxHelpController.cpt
DkWxHtbApp.cpt
DkWxHtbFrame.wxc
DkWxImgszApp.cpt
DkWxImgszFrame.wxc
DkWxImgszOptionsDialog.wxc
DkWxPathApp.cpt
DkWxPathFrame.wxc
dkwxpath.h
dkwxpqdc.h
WxpqdicApp.cpt
DkWxProcessingController.cpt
DkWxProcessingIdleController.cpt
DkWxProgressDialog.wxc
DkWxTraceApp.cpt
DkWxTraceFrame.wxc
dkwxtrace.h
DkWxTraceOptionsDialog.wxc
DkWxTraceOptionsDialog.wxc.1
DkWxTraceThread.cpt
dkwxwiz.ctr
Doxyfile
ex-sto.ctr
ex-sto.in
f2leps.ctr
f2ll2l.ctr
f2lopt.ctr
f2lpara.ctr
f2lpdf.ctr
f2lpgf.ctr
f2lsvg.ctr
f2lsvgst.ctr
f2lto.ctr
f2lud.ctr
f2ludpat.ctr
fig2lat.ctr
filelist.txt
hbchm.ctr
hbconf.ctr
hbcont.ctr
hbhtml.ctr
hbimgdim.ctr
hbindex.ctr
hbnode.ctr
hbtool.ctr
htmlbook.ctr
initd-printqd.in
itaclean.sh
itacomp.ctr
itaconf.ctr
itadata.ctr
itadhcp.ctr
itadmin.ctr
itaether.ctr
itahosts.ctr
italic.ctr
itamem.ctr
itamysql.ctr
itanetd.ctr
itange.ctr
itareg.ctr
itatool.ctr
libdk4base.dox
libdk4c.dox
libdk4ma.dox
libdk4maiowd.dox
libdk4maio8d.dox
libdk4maiodd.dox
libdk4maio8h.dox
libdk4maiowh.dox
libdk4maiodh.dox
lprngcl.ctr
Makefile
Makefile.in
makefile.vc
mod-dkconfig.sed
modsnmp.sed
pjsnmp.ctr
pjsnmp.h
dk4dmt.ctr
wxpqdic.h
plpdftex.ctr
plptcol.ctr
pqdconf.ctr
pqdconf.c
pqdproto.ctr
pqdstr.ctr
pqdtool.ctr
printqda.ctr
printqd.ctr
printqdc.ctr
printqdi.ctr
printqds.h
dk4lprng.h
sep.txt
standard-headers.txt
ScreenSizeApp.cpt
ScreenSizeFrame.wxc
test-opt.ctr
test-udpa.ctr
test-home.ctr
test-skip.ctr
test-a85d.ctr
test-a85e.ctr
test-binenc.ctr
test-bool.ctr
test-container.cpt
test-deldir.ctr
test-deltree.ctr
test-dk4c8dbl.ctr
test-dk4dir08.ctr
test-dk4dir.ctr
test-dk4enc.ctr
test-dk4exep8.ctr
test-dk4loc.ctr
test-dk4maac.ctr
test-dk4maai.ctr
test-dk4maal.ctr
test-dk4maall.ctr
test-dk4maami.ctr
test-dk4maamu.ctr
test-dk4maas.ctr
test-dk4maauc.ctr
test-dk4maaui.ctr
test-dk4maaul.ctr
test-dk4maaull.ctr
test-dk4maaus.ctr
test-dk4mai8dbl.ctr
test-dk4mai8ddi.ctr
test-dk4mai8ddu.ctr
test-dk4mai8dsz.ctr
test-dk4mai8sz.c
test-dk4numl.ctr
test-dk4path8.ctr
test-dk4str8.ctr
test-dk4strm.ctr
test-dk4strmco.ctr
test-dk4time08.ctr
test-dk4time.ctr
test-dk4tsp08.ctr
test-dk4user.ctr
test-dk4wxah
test-dk4wxah.cpt
test-eradisk.ctr
test-filei.ctr
test-fne.ctr
test-inet-pton.ctr
test-membuf.ctr
test-mbstr.ctr
test-mkdir.ctr
test-paper.ctr
test-peer.ctr
test-rld.ctr
test-rle.ctr
test-rle-rld.sh
test-sock.ctr
test-strms.ctr
test-strmu.ctr
testlzw.ctr
testlzws.ctr
TODO
translate.vc
translate-wxcs.pl
WinprintApp.cpt
WinprintChooserDialog.wxc
WinprintFrame.wxc
WxpqdicFrame.wxc
winprint.h
WinprintThread.cpt
wprclean.ctr
wprclean2.ctr
wprclean.h
wxbmeps.h
wxbmpp.desktop
wxcs.cpp
wxdkclock.desktop
wxdkclock.h
wxdkct.desktop
wxdkfcs.desktop
wxdkfcs.h
wxdkhtb.h
wxdkscrsz.h
wximgsz.desktop
wximgsz.h
x.sed
livesys-data/sed_isolinux.txt
livesys-data/pkg_lang_desktop.txt
livesys-data/sed_menu.txt
livesys-data/pkg_xfce.txt
livesys-data/pkg_base.txt
livesys-data/sed_nobeep.txt
livesys-data/root/usr/share/dktoolian/ntp.conf.template
livesys-data/root/usr/share/dktoolian/etc-files.sed
livesys-data/root/usr/local/bin/dktoolian-ntp
livesys-data/root/usr/local/bin/dktoolian-etc
livesys-data/hook_etcfiles.txt
livesys-data/root-cli/usr/share/dktoolian/getty.sed
livesys-data/msg_nonfree.txt
livesys-data/apt_pinning.txt
livesys-data/apt-pinning.txt
livesys-data/pkg_firmware.txt
livesys-data/pkg_lang_base.txt
livesys-data/pkg_local.txt
livesys-data/hook_autologin.txt
livesys-data/hook_bootbeep.txt
win32/dk3conf.h
win32/dk3wxcs.h
win32/dk4conf.h
win32/dk4wxcs.h
win32/user32.iss
win32/user64.iss
win32/user64.iss.in
scripts/show-dependencies.pl
scripts/create-debian-changelog.pl
scripts/build-help.sh
scripts/clean-for-fig.sh
scripts/clean-for-tex.sh
scripts/clean-help-doc.sh
scripts/clean.sh
scripts/create-desktop-files.sh.in
scripts/create-distribution.sh
scripts/create-iss.sed
scripts/create-spec-iss.sh
scripts/distrenew.sh
scripts/filechk.pl
scripts/find-headers-without-modules.sh
scripts/git-add.sh
scripts/install-libs-shared.sh
scripts/install-libs-static.sh
scripts/install-mkdir.sh
scripts/install-programs.sh
scripts/mkrc.pl
scripts/transform-config.pl
scripts/update-doxyfile.sh
scripts/wr-dk3inst.sh.in
scripts/wr-dk4inst.sh
scripts/wr-dk4inst.sh.in

contrib/gs-fonts-svg/COPYING
contrib/gs-fonts-svg/crpfb.cmd
contrib/gs-fonts-svg/crpfb.sh
contrib/gs-fonts-svg/crsvg.sh
contrib/gs-fonts-svg/crttf.sh
contrib/gs-fonts-svg/index.html
contrib/gs-fonts-svg/INSTALL
contrib/gs-fonts-svg/metadata.sed
contrib/gs-fonts-svg/pfb2svg.pe
contrib/gs-fonts-svg/README
contrib/README

dktools/charmap/currency-europe.t2l
dktools/charmap/dingbats.t2l
dktools/charmap/iso-latin-1.t2l
dktools/charmap/latin-extended-a.t2l
dktools/charmap/textsym.t2l
dktools/charmap/x.pl
dktools/de/bmpp.txt
dktools/de/dk3app.str
dktools/de/dk3bifa.str
dktools/de/dk3bmeps.str
dktools/de/dk3fig.str
dktools/de/dk3print.str
dktools/de/dk3wreg.str
dktools/de/dk4debug.str
dktools/de/dk4info.str
dktools/de/dk4info.txt
dktools/de/dk4uc2l.str
dktools/de/dk-blks.str
dktools/de/dk-blks.txt
dktools/de/dk-bmm.str
dktools/de/dk-bmm.txt
dktools/de/dk-cat.str
dktools/de/dk-cat.txt
dktools/de/dkct3.str
dktools/de/dkct.txt
dktools/de/dkdbtool.str
dktools/de/dkdbtool.txt
dktools/de/dk-fic.str
dktools/de/dk-fic.txt
dktools/de/dk-hex.str
dktools/de/dk-hex.txt
dktools/de/dk-ls.str
dktools/de/dk-ls.txt
dktools/de/dknet4.str
dktools/de/dknet4.txt
dktools/de/dk-pwd.str
dktools/de/dk-pwd.txt
dktools/de/dk-pwgen.str
dktools/de/dk-pwgen.txt
dktools/de/dk-recv.str
dktools/de/dk-recv.txt
dktools/de/dk-send.str
dktools/de/dk-send.txt
dktools/de/dk-sort.str
dktools/de/dk-sort.txt
dktools/de/dk-sqlsplit.txt
dktools/de/dk-t2h.str
dktools/de/dk-t2h.txt
dktools/de/dk-t2l.str
dktools/de/dk-t2l.txt
dktools/de/dk-uid.str
dktools/de/dk-uid.txt
dktools/de/dkwt-boot.txt
dktools/de/dkwt-clp.txt
dktools/de/dkwt-env.txt
dktools/de/dkwt-groups.txt
dktools/de/dkwt-help.txt
dktools/de/dkwt-keep.txt
dktools/de/dkwt-login.txt
dktools/de/dkwt-logout.txt
dktools/de/dkwt-printers.txt
dktools/de/dkwt-print.txt
dktools/de/dkwt-shutdown.txt
dktools/de/dkwt.str
dktools/de/dkwt-unkeep.txt
dktools/de/dkwt-users.txt
dktools/de/dkwxpath.str
dktools/de/dkwx.str
dktools/de/dkwxwiz.str
dktools/de/dkwxwiz.txt
dktools/de/fig2lat.str
dktools/de/fig2lat.txt
dktools/de/htmlbook.str
dktools/de/htmlbook.txt
dktools/de/itadmin.str
dktools/de/lprngcl.str
dktools/de/lprngcl.txt
dktools/de/pjsnmp.str
dktools/de/plpdftex.str
dktools/de/printqda.str
dktools/de/printqdc.str
dktools/de/printqdi.str
dktools/de/printqd.str
dktools/de/winprint.str
dktools/de/wprclean.str
dktools/de/wprclean.txt
dktools/de/wxbmpp.str
dktools/de/wxdkclock.str
dktools/de/wxdkct.str
dktools/de/wxdkfcs.str
dktools/de/wxdkhtb.str
dktools/de/wxdkscrsz.str
dktools/de/wximgsz.str
dktools/de/wxpqdc.str
dktools/de/x.txt
dktools/dkwxwiza.txt
dktools/dkwxwizc.txt
dktools/dkwxwizf.txt
dktools/dkwxwizh.txt
dktools/dkwxwizm.txt
dktools/dkwxwizr.txt
dktools/dkwxwiz.tar.gz
dktools/dkwxwizv.txt
dktools/dkwxwizx.txt
dktools-el6.spec
dktools-el6.spec.in
dktools-el7.spec
dktools-el.spec
dktools/en/ChooseDirectory.png
dktools/en/dk4info.txt
dktools/en/dk-blks.txt
dktools/en/dk-bmm.txt
dktools/en/dk-cat.txt
dktools/en/dk-fic.txt
dktools/en/dk-hex.txt
dktools/en/dk-ls.txt
dktools/en/dk-pwd.txt
dktools/en/dk-pwgen.txt
dktools/en/dk-recv.txt
dktools/en/dk-send.txt
dktools/en/dk-sort.txt
dktools/en/dk-sqlsplit.txt
dktools/en/dk-t2h.txt
dktools/en/dk-t2l.txt
dktools/en/dk-uid.txt
dktools/en/Exit.png
dktools/en/Options.png
dktools/en/Run.png
dktools/en/x.txt
dktools-fedora.spec
dktools/htmlbook/chm.hbt
dktools/htmlbook/GNUmakefile
dktools/htmlbook/home.fig
dktools/htmlbook/home.png
dktools/htmlbook/index.fig
dktools/htmlbook/index.png
dktools/htmlbook/index.prj
dktools/htmlbook/math-img.tex
dktools/htmlbook/next.fig
dktools/htmlbook/next.png
dktools/htmlbook/prev.fig
dktools/htmlbook/prev.png
dktools/htmlbook/style.css
dktools/htmlbook/toc.fig
dktools/htmlbook/toc.png
dktools/htmlbook/web.hbt
dktools/itadmin/it-de.sql
dktools/itadmin/it-latin1.sql
dktools/itadmin/it-utf8.sql

resources/choose-dir.fig
resources/dkclock.fig
resources/dkctinst.fig
resources/dkctunin.fig
resources/dkicon.fig
resources/exit-program.fig
resources/favicon.fig
resources/GNUmakefile
resources/run2.fig
resources/run-conversion.fig
resources/set-options.fig
resources/toolbase.fig
resources/wxdkscrsz.fig

help-src/winprint/de/chm.hbt
help-src/winprint/de/config-file.txt
help-src/winprint/de/de-lic-libjpeg.txt
help-src/winprint/de/de-lic-libpng.txt
help-src/winprint/de/de-lic-libtiff.txt
help-src/winprint/de/de-lic-winprint.txt
help-src/winprint/de/de-lic-wxwidgets.txt
help-src/winprint/de/de-lic-zlib.txt
help-src/winprint/de/home.png
help-src/winprint/en/home.png
help-src/winprint/de/GNUmakefile
help-src/winprint/de/htmlbook.sh
help-src/winprint/de/index.fig
help-src/winprint/de/index.png
help-src/winprint/de/index.prj
help-src/winprint/de/index.txt
help-src/winprint/de/next.fig
help-src/winprint/de/next.png
help-src/winprint/de/prev.fig
help-src/winprint/de/previous.fig
help-src/winprint/de/previous.png
help-src/winprint/de/prev.png
help-src/winprint/de/project.xml
help-src/winprint/de/sc01.png
help-src/winprint/de/sc02.png
help-src/winprint/de/sc03.png
help-src/winprint/de/sc04.png
help-src/winprint/de/sc05.png
help-src/winprint/de/sc06.png
help-src/winprint/de/sc07.png
help-src/winprint/de/sc08.png
help-src/winprint/de/sc10.png
help-src/winprint/de/sc11.png
help-src/winprint/de/sc12.png
help-src/winprint/de/sc13.png
help-src/winprint/de/sc14.png
help-src/winprint/de/sc15.png
help-src/winprint/de/start.txt
help-src/winprint/de/style.css
help-src/winprint/de/toc.fig
help-src/winprint/de/toc.png
help-src/winprint/de/web.hbt
help-src/winprint/en/chm.hbt
help-src/winprint/en/config-file.txt
help-src/winprint/en/en-lic-libjpeg.txt
help-src/winprint/en/en-lic-libpng.txt
help-src/winprint/en/en-lic-libtiff.txt
help-src/winprint/en/en-lic-winprint.txt
help-src/winprint/en/en-lic-wxwidgets.txt
help-src/winprint/en/en-lic-zlib.txt
help-src/winprint/en/GNUmakefile
help-src/winprint/en/htmlbook.sh
help-src/winprint/en/index.fig
help-src/winprint/en/index.png
help-src/winprint/en/index.prj
help-src/winprint/en/index.txt
help-src/winprint/en/next.fig
help-src/winprint/en/next.png
help-src/winprint/en/prev.fig
help-src/winprint/en/previous.fig
help-src/winprint/en/previous.png
help-src/winprint/en/prev.png
help-src/winprint/en/project.xml
help-src/winprint/en/sc01.png
help-src/winprint/en/sc02.png
help-src/winprint/en/sc03.png
help-src/winprint/en/sc04.png
help-src/winprint/en/sc05.png
help-src/winprint/en/sc06.png
help-src/winprint/en/sc07.png
help-src/winprint/en/sc08.png
help-src/winprint/en/sc10.png
help-src/winprint/en/sc11.png
help-src/winprint/en/sc12.png
help-src/winprint/en/sc13.png
help-src/winprint/en/sc14.png
help-src/winprint/en/sc15.png
help-src/winprint/en/start.txt
help-src/winprint/en/style.css
help-src/winprint/en/toc.fig
help-src/winprint/en/toc.png
help-src/winprint/en/web.hbt
help-src/wxbmpp/de/chm.hbt
help-src/wxbmpp/de/config.txt
help-src/wxbmpp/de/de-lic-libjpeg.txt
help-src/wxbmpp/de/de-lic-libpng.txt
help-src/wxbmpp/de/de-lic-libtiff.txt
help-src/wxbmpp/de/de-lic-wxbmpp.txt
help-src/wxbmpp/de/de-lic-wxwidgets.txt
help-src/wxbmpp/de/de-lic-zlib.txt
help-src/wxbmpp/de/directory.txt
help-src/wxbmpp/de/exit.txt
help-src/wxbmpp/de/GNUmakefile
help-src/wxbmpp/de/home.png
help-src/wxbmpp/en/home.png
help-src/wxbmpp/de/htmlbook.sh
help-src/wxbmpp/de/index.fig
help-src/wxbmpp/de/index.png
help-src/wxbmpp/de/index.prj
help-src/wxbmpp/de/index.txt
help-src/wxbmpp/de/next.fig
help-src/wxbmpp/de/next.png
help-src/wxbmpp/de/prev.fig
help-src/wxbmpp/de/previous.fig
help-src/wxbmpp/de/previous.png
help-src/wxbmpp/de/prev.png
help-src/wxbmpp/de/project.xml
help-src/wxbmpp/de/run.txt
help-src/wxbmpp/de/sc01.png
help-src/wxbmpp/de/sc02.png
help-src/wxbmpp/de/sc03.png
help-src/wxbmpp/de/sc04.png
help-src/wxbmpp/de/sc05.png
help-src/wxbmpp/de/sc06.png
help-src/wxbmpp/de/sc07.png
help-src/wxbmpp/de/sc08.png
help-src/wxbmpp/de/sc09.png
help-src/wxbmpp/de/sc10.png
help-src/wxbmpp/de/sc11.png
help-src/wxbmpp/de/sc12.png
help-src/wxbmpp/de/sc13.png
help-src/wxbmpp/de/sc14.png
help-src/wxbmpp/de/start.txt
help-src/wxbmpp/de/style.css
help-src/wxbmpp/de/toc.fig
help-src/wxbmpp/de/toc.png
help-src/wxbmpp/de/web.hbt
help-src/wxbmpp/en/chm.hbt
help-src/wxbmpp/en/config.txt
help-src/wxbmpp/en/directory.txt
help-src/wxbmpp/en/en-lic-libjpeg.txt
help-src/wxbmpp/en/en-lic-libpng.txt
help-src/wxbmpp/en/en-lic-libtiff.txt
help-src/wxbmpp/en/en-lic-wxbmpp.txt
help-src/wxbmpp/en/en-lic-wxwidgets.txt
help-src/wxbmpp/en/en-lic-zlib.txt
help-src/wxbmpp/en/exit.txt
help-src/wxbmpp/en/GNUmakefile
help-src/wxbmpp/en/htmlbook.sh
help-src/wxbmpp/en/index.fig
help-src/wxbmpp/en/index.png
help-src/wxbmpp/en/index.prj
help-src/wxbmpp/en/index.txt
help-src/wxbmpp/en/next.fig
help-src/wxbmpp/en/next.png
help-src/wxbmpp/en/prev.fig
help-src/wxbmpp/en/previous.fig
help-src/wxbmpp/en/previous.png
help-src/wxbmpp/en/prev.png
help-src/wxbmpp/en/project.xml
help-src/wxbmpp/en/run.txt
help-src/wxbmpp/en/sc01.png
help-src/wxbmpp/en/sc02.png
help-src/wxbmpp/en/sc03.png
help-src/wxbmpp/en/sc04.png
help-src/wxbmpp/en/sc05.png
help-src/wxbmpp/en/sc06.png
help-src/wxbmpp/en/sc07.png
help-src/wxbmpp/en/sc08.png
help-src/wxbmpp/en/sc09.png
help-src/wxbmpp/en/sc10.png
help-src/wxbmpp/en/sc11.png
help-src/wxbmpp/en/sc12.png
help-src/wxbmpp/en/sc13.png
help-src/wxbmpp/en/sc14.png
help-src/wxbmpp/en/start.txt
help-src/wxbmpp/en/style.css
help-src/wxbmpp/en/toc.fig
help-src/wxbmpp/en/toc.png
help-src/wxbmpp/en/web.hbt
help-src/wxdkclock/de/chm.hbt
help-src/wxdkclock/de/de-lic-libjpeg.txt
help-src/wxdkclock/de/de-lic-libpng.txt
help-src/wxdkclock/de/de-lic-libtiff.txt
help-src/wxdkclock/de/de-lic-wxdkclock.txt
help-src/wxdkclock/de/de-lic-wxwidgets.txt
help-src/wxdkclock/de/de-lic-zlib.txt
help-src/wxdkclock/de/end-alert.txt
help-src/wxdkclock/de/home.png
help-src/wxdkclock/en/home.png
help-src/wxdkclock/de/GNUmakefile
help-src/wxdkclock/de/htmlbook.sh
help-src/wxdkclock/de/index.fig
help-src/wxdkclock/de/index.png
help-src/wxdkclock/de/index.prj
help-src/wxdkclock/de/index.txt
help-src/wxdkclock/de/next.fig
help-src/wxdkclock/de/next.png
help-src/wxdkclock/de/prev.fig
help-src/wxdkclock/de/previous.fig
help-src/wxdkclock/de/previous.png
help-src/wxdkclock/de/prev.png
help-src/wxdkclock/de/project.xml
help-src/wxdkclock/de/sc01.png
help-src/wxdkclock/de/sc02.png
help-src/wxdkclock/de/sc03.png
help-src/wxdkclock/de/sc04.png
help-src/wxdkclock/de/sc05.png
help-src/wxdkclock/de/sc06.png
help-src/wxdkclock/de/sc08.png
help-src/wxdkclock/de/set-alert.txt
help-src/wxdkclock/de/start.txt
help-src/wxdkclock/de/style.css
help-src/wxdkclock/de/taskbar.txt
help-src/wxdkclock/de/toc.fig
help-src/wxdkclock/de/toc.png
help-src/wxdkclock/de/web.hbt
help-src/wxdkclock/en/chm.hbt
help-src/wxdkclock/en/end-alert.txt
help-src/wxdkclock/en/en-lic-libjpeg.txt
help-src/wxdkclock/en/en-lic-libpng.txt
help-src/wxdkclock/en/en-lic-libtiff.txt
help-src/wxdkclock/en/en-lic-wxdkclock.txt
help-src/wxdkclock/en/en-lic-wxwidgets.txt
help-src/wxdkclock/en/en-lic-zlib.txt
help-src/wxdkclock/en/GNUmakefile
help-src/wxdkclock/en/htmlbook.sh
help-src/wxdkclock/en/index.fig
help-src/wxdkclock/en/index.png
help-src/wxdkclock/en/index.prj
help-src/wxdkclock/en/index.txt
help-src/wxdkclock/en/next.fig
help-src/wxdkclock/en/next.png
help-src/wxdkclock/en/prev.fig
help-src/wxdkclock/en/previous.fig
help-src/wxdkclock/en/previous.png
help-src/wxdkclock/en/prev.png
help-src/wxdkclock/en/project.xml
help-src/wxdkclock/en/sc01.png
help-src/wxdkclock/en/sc02.png
help-src/wxdkclock/en/sc03.png
help-src/wxdkclock/en/sc04.png
help-src/wxdkclock/en/sc05.png
help-src/wxdkclock/en/sc06.png
help-src/wxdkclock/en/sc08.png
help-src/wxdkclock/en/set-alert.txt
help-src/wxdkclock/en/start.txt
help-src/wxdkclock/en/style.css
help-src/wxdkclock/en/taskbar.txt
help-src/wxdkclock/en/toc.fig
help-src/wxdkclock/en/toc.png
help-src/wxdkclock/en/web.hbt
help-src/wxdkct/de/chm.hbt
help-src/wxdkct/de/config.txt
help-src/wxdkct/de/de-lic-libjpeg.txt
help-src/wxdkct/de/de-lic-libpng.txt
help-src/wxdkct/de/de-lic-libtiff.txt
help-src/wxdkct/de/de-lic-wxdkct.txt
help-src/wxdkct/de/de-lic-wxwidgets.txt
help-src/wxdkct/de/de-lic-zlib.txt
help-src/wxdkct/de/GNUmakefile
help-src/wxdkct/de/home.png
help-src/wxdkct/en/home.png
help-src/wxdkct/de/htmlbook.sh
help-src/wxdkct/de/index.fig
help-src/wxdkct/de/index.png
help-src/wxdkct/de/index.prj
help-src/wxdkct/de/index.txt
help-src/wxdkct/de/next.fig
help-src/wxdkct/de/next.png
help-src/wxdkct/de/prev.fig
help-src/wxdkct/de/previous.fig
help-src/wxdkct/de/previous.png
help-src/wxdkct/de/prev.png
help-src/wxdkct/de/project.xml
help-src/wxdkct/de/run.txt
help-src/wxdkct/de/sc-done.png
help-src/wxdkct/de/sc-options.png
help-src/wxdkct/de/sc-progress.png
help-src/wxdkct/de/style.css
help-src/wxdkct/de/toc.fig
help-src/wxdkct/de/toc.png
help-src/wxdkct/de/web.hbt
help-src/wxdkct/en/chm.hbt
help-src/wxdkct/en/config.txt
help-src/wxdkct/en/en-lic-libjpeg.txt
help-src/wxdkct/en/en-lic-libpng.txt
help-src/wxdkct/en/en-lic-libtiff.txt
help-src/wxdkct/en/en-lic-wxdkct.txt
help-src/wxdkct/en/en-lic-wxwidgets.txt
help-src/wxdkct/en/en-lic-zlib.txt
help-src/wxdkct/en/GNUmakefile
help-src/wxdkct/en/htmlbook.sh
help-src/wxdkct/en/index.fig
help-src/wxdkct/en/index.png
help-src/wxdkct/en/index.prj
help-src/wxdkct/en/index.txt
help-src/wxdkct/en/next.fig
help-src/wxdkct/en/next.png
help-src/wxdkct/en/prev.fig
help-src/wxdkct/en/previous.fig
help-src/wxdkct/en/previous.png
help-src/wxdkct/en/prev.png
help-src/wxdkct/en/project.xml
help-src/wxdkct/en/run.txt
help-src/wxdkct/en/sc-done.png
help-src/wxdkct/en/sc-options.png
help-src/wxdkct/en/sc-progress.png
help-src/wxdkct/en/style.css
help-src/wxdkct/en/toc.fig
help-src/wxdkct/en/toc.png
help-src/wxdkct/en/web.hbt
help-src/wxdkfcs/de/chm.hbt
help-src/wxdkfcs/de/de-lic-libjpeg.txt
help-src/wxdkfcs/de/de-lic-libpng.txt
help-src/wxdkfcs/de/de-lic-libtiff.txt
help-src/wxdkfcs/de/de-lic-openssl.txt
help-src/wxdkfcs/de/de-lic-wxdkfcs.txt
help-src/wxdkfcs/de/de-lic-wxwidgets.txt
help-src/wxdkfcs/de/de-lic-zlib.txt
help-src/wxdkfcs/de/GNUmakefile
help-src/wxdkfcs/de/home.png
help-src/wxdkfcs/en/home.png
help-src/wxdkfcs/de/htmlbook.sh
help-src/wxdkfcs/de/index.png
help-src/wxdkfcs/de/index.prj
help-src/wxdkfcs/de/index.txt
help-src/wxdkfcs/de/install.txt
help-src/wxdkfcs/de/intro.txt
help-src/wxdkfcs/de/math-img.log
help-src/wxdkfcs/de/math-img.pdf
help-src/wxdkfcs/de/math-img.png
help-src/wxdkfcs/de/math-img.svg
help-src/wxdkfcs/de/next.png
help-src/wxdkfcs/de/previous.png
help-src/wxdkfcs/de/prev.png
help-src/wxdkfcs/de/project.xml
help-src/wxdkfcs/de/style.css
help-src/wxdkfcs/de/toc.png
help-src/wxdkfcs/de/use.txt
help-src/wxdkfcs/de/web.hbt
help-src/wxdkfcs/en/chm.hbt
help-src/wxdkfcs/en/en-lic-libjpeg.txt
help-src/wxdkfcs/en/en-lic-libpng.txt
help-src/wxdkfcs/en/en-lic-libtiff.txt
help-src/wxdkfcs/en/en-lic-openssl.txt
help-src/wxdkfcs/en/en-lic-wxdkfcs.txt
help-src/wxdkfcs/en/en-lic-wxwidgets.txt
help-src/wxdkfcs/en/en-lic-zlib.txt
help-src/wxdkfcs/en/GNUmakefile
help-src/wxdkfcs/en/htmlbook.sh
help-src/wxdkfcs/en/index.png
help-src/wxdkfcs/en/index.prj
help-src/wxdkfcs/en/index.txt
help-src/wxdkfcs/en/install.txt
help-src/wxdkfcs/en/intro.txt
help-src/wxdkfcs/en/math-img.png
help-src/wxdkfcs/en/next.png
help-src/wxdkfcs/en/previous.png
help-src/wxdkfcs/en/prev.png
help-src/wxdkfcs/en/project.xml
help-src/wxdkfcs/en/style.css
help-src/wxdkfcs/en/toc.png
help-src/wxdkfcs/en/use.txt
help-src/wxdkfcs/en/web.hbt

help-src/wxdkscrsz/en/config-file.txt
help-src/wxdkscrsz/en/sc03.png
help-src/wxdkscrsz/en/home.png
help-src/wxdkscrsz/en/index.png
help-src/wxdkscrsz/en/index.html
help-src/wxdkscrsz/en/sc10.png
help-src/wxdkscrsz/en/htmlbook.sh
help-src/wxdkscrsz/en/index.prj
help-src/wxdkscrsz/en/en-lic-winprint.txt
help-src/wxdkscrsz/en/sc07.png
help-src/wxdkscrsz/en/sc08.png
help-src/wxdkscrsz/en/en-lic-wxwidgets.txt
help-src/wxdkscrsz/en/en-lic-libtiff.html
help-src/wxdkscrsz/en/en-lic-libjpeg.html
help-src/wxdkscrsz/en/next.png
help-src/wxdkscrsz/en/start.txt
help-src/wxdkscrsz/en/project.hhp
help-src/wxdkscrsz/en/sc02.png
help-src/wxdkscrsz/en/sc11.png
help-src/wxdkscrsz/en/toc.png
help-src/wxdkscrsz/en/index.txt
help-src/wxdkscrsz/en/web.hbt
help-src/wxdkscrsz/en/sc01.png
help-src/wxdkscrsz/en/en-lic-libpng.html
help-src/wxdkscrsz/en/sc13.png
help-src/wxdkscrsz/en/sc04.png
help-src/wxdkscrsz/en/contents.hhc
help-src/wxdkscrsz/en/sc12.png
help-src/wxdkscrsz/en/sc14.png
help-src/wxdkscrsz/en/en-lic-zlib.html
help-src/wxdkscrsz/en/en-lic-libtiff.txt
help-src/wxdkscrsz/en/start.html
help-src/wxdkscrsz/en/en-lic-libjpeg.txt
help-src/wxdkscrsz/en/GNUmakefile
help-src/wxdkscrsz/en/sc05.png
help-src/wxdkscrsz/en/en-lic-zlib.txt
help-src/wxdkscrsz/en/sc15.png
help-src/wxdkscrsz/en/style.css
help-src/wxdkscrsz/en/chm.hbt
help-src/wxdkscrsz/en/prev.png
help-src/wxdkscrsz/en/en-lic-wxdkscrsz.txt
help-src/wxdkscrsz/en/sc06.png
help-src/wxdkscrsz/en/en-lic-wxdkscrsz.html
help-src/wxdkscrsz/en/en-lic-libpng.txt
help-src/wxdkscrsz/en/en-lic-wxwidgets.html
help-src/wxdkscrsz/en/project.xml
help-src/wxdkscrsz/en/favicon.ico
help-src/wxdkscrsz/de/config-file.txt
help-src/wxdkscrsz/de/de-lic-wxwidgets.html
help-src/wxdkscrsz/de/home.png
help-src/wxdkscrsz/de/index.png
help-src/wxdkscrsz/de/index.html
help-src/wxdkscrsz/de/htmlbook.sh
help-src/wxdkscrsz/de/index.prj
help-src/wxdkscrsz/de/de-lic-zlib.txt
help-src/wxdkscrsz/de/de-lic-wxdkscrsz.txt
help-src/wxdkscrsz/de/de-lic-wxdkscrsz.html
help-src/wxdkscrsz/de/next.png
help-src/wxdkscrsz/de/start.txt
help-src/wxdkscrsz/de/project.hhp
help-src/wxdkscrsz/de/toc.png
help-src/wxdkscrsz/de/index.txt
help-src/wxdkscrsz/de/web.hbt
help-src/wxdkscrsz/de/de-lic-libjpeg.html
help-src/wxdkscrsz/de/contents.hhc
help-src/wxdkscrsz/de/de-lic-zlib.html
help-src/wxdkscrsz/de/de-lic-libpng.html
help-src/wxdkscrsz/de/start.html
help-src/wxdkscrsz/de/GNUmakefile
help-src/wxdkscrsz/de/de-lic-wxwidgets.txt
help-src/wxdkscrsz/de/de-lic-libtiff.txt
help-src/wxdkscrsz/de/style.css
help-src/wxdkscrsz/de/chm.hbt
help-src/wxdkscrsz/de/de-lic-libtiff.html
help-src/wxdkscrsz/de/de-lic-libjpeg.txt
help-src/wxdkscrsz/de/prev.png
help-src/wxdkscrsz/de/de-lic-libpng.txt
help-src/wxdkscrsz/de/project.xml
help-src/wxdkscrsz/de/favicon.ico

help-src/wximgsz/de/chm.hbt
help-src/wximgsz/de/de-lic-libjpeg.txt
help-src/wximgsz/de/de-lic-libpng.txt
help-src/wximgsz/de/de-lic-libtiff.txt
help-src/wximgsz/de/de-lic-wximgsz.txt
help-src/wximgsz/de/de-lic-wxwidgets.txt
help-src/wximgsz/de/de-lic-zlib.txt
help-src/wximgsz/de/GNUmakefile
help-src/wximgsz/de/htmlbook.sh
help-src/wximgsz/de/home.png
help-src/wximgsz/en/home.png
help-src/wximgsz/de/index.fig
help-src/wximgsz/de/index.png
help-src/wximgsz/de/index.prj
help-src/wximgsz/de/index.txt
help-src/wximgsz/de/next.fig
help-src/wximgsz/de/next.png
help-src/wximgsz/de/options.txt
help-src/wximgsz/de/prev.fig
help-src/wximgsz/de/previous.fig
help-src/wximgsz/de/previous.png
help-src/wximgsz/de/prev.png
help-src/wximgsz/de/project.xml
help-src/wximgsz/de/sc-main2.png
help-src/wximgsz/de/sc-main.png
help-src/wximgsz/de/style.css
help-src/wximgsz/de/toc.fig
help-src/wximgsz/de/toc.png
help-src/wximgsz/de/usage.txt
help-src/wximgsz/de/web.hbt
help-src/wximgsz/en/chm.hbt
help-src/wximgsz/en/en-lic-libjpeg.txt
help-src/wximgsz/en/en-lic-libpng.txt
help-src/wximgsz/en/en-lic-libtiff.txt
help-src/wximgsz/en/en-lic-wximgsz.txt
help-src/wximgsz/en/en-lic-wxwidgets.txt
help-src/wximgsz/en/en-lic-zlib.txt
help-src/wximgsz/en/GNUmakefile
help-src/wximgsz/en/htmlbook.sh
help-src/wximgsz/en/index.fig
help-src/wximgsz/en/index.png
help-src/wximgsz/en/index.prj
help-src/wximgsz/en/index.txt
help-src/wximgsz/en/next.fig
help-src/wximgsz/en/next.png
help-src/wximgsz/en/options.txt
help-src/wximgsz/en/prev.fig
help-src/wximgsz/en/previous.fig
help-src/wximgsz/en/previous.png
help-src/wximgsz/en/prev.png
help-src/wximgsz/en/project.xml
help-src/wximgsz/en/sc-main2.png
help-src/wximgsz/en/sc-main.png
help-src/wximgsz/en/style.css
help-src/wximgsz/en/toc.fig
help-src/wximgsz/en/toc.png
help-src/wximgsz/en/usage.txt
help-src/wximgsz/en/web.hbt
help-src/wxpqdic/de/chm.hbt
help-src/wxpqdic/de/de-lic-libjpeg.txt
help-src/wxpqdic/de/de-lic-libpng.txt
help-src/wxpqdic/de/de-lic-libtiff.txt
help-src/wxpqdic/de/de-lic-wxpqdic.txt
help-src/wxpqdic/de/de-lic-wxwidgets.txt
help-src/wxpqdic/de/de-lic-zlib.txt
help-src/wxpqdic/de/fehler.txt
help-src/wxpqdic/de/fts-stop.txt
help-src/wxpqdic/de/GNUmakefile
help-src/wxpqdic/de/home.png
help-src/wxpqdic/en/home.png
help-src/wxpqdic/de/htmlbook.sh
help-src/wxpqdic/de/index.fig
help-src/wxpqdic/de/index.png
help-src/wxpqdic/de/index.prj
help-src/wxpqdic/de/index.txt
help-src/wxpqdic/de/index.xml
help-src/wxpqdic/de/konfig.txt
help-src/wxpqdic/de/next.fig
help-src/wxpqdic/de/next.png
help-src/wxpqdic/de/prev.fig
help-src/wxpqdic/de/previous.fig
help-src/wxpqdic/de/previous.png
help-src/wxpqdic/de/prev.png
help-src/wxpqdic/de/project.xml
help-src/wxpqdic/de/startbed.txt
help-src/wxpqdic/de/stop.txt
help-src/wxpqdic/de/style.css
help-src/wxpqdic/de/style.css.old
help-src/wxpqdic/de/toc.fig
help-src/wxpqdic/de/toc.png
help-src/wxpqdic/de/uebersicht.txt
help-src/wxpqdic/de/web.hbt
help-src/wxpqdic/en/chm.hbt
help-src/wxpqdic/en/config.txt
help-src/wxpqdic/en/en-lic-libjpeg.txt
help-src/wxpqdic/en/en-lic-libpng.txt
help-src/wxpqdic/en/en-lic-libtiff.txt
help-src/wxpqdic/en/en-lic-wxpqdic.txt
help-src/wxpqdic/en/en-lic-wxwidgets.txt
help-src/wxpqdic/en/en-lic-zlib.txt
help-src/wxpqdic/en/errors.txt
help-src/wxpqdic/en/GNUmakefile
help-src/wxpqdic/en/htmlbook.sh
help-src/wxpqdic/en/index.fig
help-src/wxpqdic/en/index.png
help-src/wxpqdic/en/index.prj
help-src/wxpqdic/en/index.txt
help-src/wxpqdic/en/next.fig
help-src/wxpqdic/en/next.png
help-src/wxpqdic/en/overview.txt
help-src/wxpqdic/en/prev.fig
help-src/wxpqdic/en/previous.fig
help-src/wxpqdic/en/previous.png
help-src/wxpqdic/en/prev.png
help-src/wxpqdic/en/project.xml
help-src/wxpqdic/en/startus.txt
help-src/wxpqdic/en/style.css
help-src/wxpqdic/en/toc.fig
help-src/wxpqdic/en/toc.png
help-src/wxpqdic/en/web.hbt
splash-dktoolian.png
resources/splash-dktoolian.fig
test-data/dk4maac.in
test-data/dk4maac.out
test-data/dk4maauc.in
test-data/dk4maauc.out
test-data/test1
test-ser.ctr
test-data/x.txt
test-data/db.in
test-deldirwc.ctr
test-sqdbl.ctr
test-strmw.ctr
test-unser.ctr
man/man5/htmlbook-text.5
man/man5/dkct.5
man/man5/htmlbook-template.5
man/man5/htmlbook-project.5
man/man5/dkct-wxgui.5
man/man5/printqd.conf.5
man/man5/printqd.db.5
man/man5/printqd.protocol.5
man/man1/itaclean.1
man/man1/addctrld.1
man/man1/dk-rand.1
man/man1/rshdown.1
man/man1/dk3info.1
man/man1/prmonsnmp.1
man/man1/dk-bmm.1
man/man1/dk-t2h.1
man/man1/dkwxwiz.1
man/man1/printqdi.1
man/man1/dk-pwgen.1
man/man1/wxdkclock.1
man/man1/dk-t2db.1
man/man1/dk-dbco.1
man/man1/dk-ls.1
man/man1/printqdc.1
man/man1/htmlbook.1
man/man1/dkdbt.1
man/man1/wxdkfcs.1
man/man1/itadmin.1
man/man1/dk-recv.1
man/man1/dk-blks.1
man/man1/printqda.1
man/man1/lprngcl.1
man/man1/dk-eradisk.1
man/man1/pjsnmp.1
man/man1/wxdkct.1
man/man1/wxbmpp.1
man/man1/dk-sort.1
man/man1/dk-sqlsplit.1
man/man1/dk-cat.1
man/man1/dk-db2t.1
man/man1/plpdftex.1
man/man1/itaclean.sh.1
man/man1/bmpp.1
man/man1/dk4info.1
man/man1/wxdkhtb.1
man/man1/dk-uid.1
man/man1/printqd.1
man/man1/dk-send.1
man/man1/dk-hex.1
man/man1/wxpqdic.1
man/man1/dk-fic.1
man/man1/dkct.1
man/man1/dktools.1
man/man1/fig2lat.1
man/man1/wximgsz.1
man/man1/dk-pwd.1
man/man1/dk-t2l.1
config.guess
debian-jessie-build-deb.sh
debian-jessie-build-live.sh
pkginfo
aclocal.m4
sl6-build-rpm.sh
sl7-build-rpm.sh
dk4dbitw.ctr
scripts/clean-resources.sh
scripts/doc-install.sh
scripts/man-install.sh
scripts/install-libs-shared.sh.in
scripts/build-help.sh.in
scripts/dkmkproto.pl
scripts/make-resources.sh
scripts/check_config_have.pl
dk-dbco.ctr
dk4conf.cross
dk3conf.cross
man-src/dkct-wxgui.5.adoc
man-src/dktools.1.adoc
man-src/dk-send.1.adoc
man-src/htmlbook-project.5.adoc
man-src/wximgsz.1.adoc
man-src/dk-bmm.1
man-src/dk-t2h.1.adoc
man-src/dk-t2h.1
man-src/htmlbook-text.5
man-src/dkwxwiz.1
man-src/dkwxwiz.1.adoc
man-src/printqdi.1
man-src/dk-pwgen.1
man-src/htmlbook-text.5.adoc
man-src/printqdi.1.adoc
man-src/dk-bmm.1.adoc
man-src/plpdftex.1.adoc
man-src/wxdkfcs.1.adoc
man-src/dk-uid.1.adoc
man-src/dkct.1.adoc
man-src/dk-pwd.1.adoc
man-src/pjsnmp.1.adoc
man-src/wxdkclock.1
man-src/dk4info.1.adoc
man-src/dk-blks.1.adoc
man-src/dk-db2t.1.adoc
man-src/x.1.adoc.template
man-src/dk-t2db.1
man-src/dk-dbco.1
man-src/dk-ls.1
man-src/bmpp.1.adoc
man-src/dk-fic.1.adoc
man-src/dk-pwgen.1.adoc
man-src/printqdc.1
man-src/dkct.5
man-src/htmlbook.1
man-src/dkdbt.1
man-src/wxdkfcs.1
man-src/wxbmpp.1.adoc
man-src/itadmin.1
man-src/dk-recv.1
man-src/wxdkclock.1.adoc
man-src/wxpqdic.1.adoc
man-src/dk-hex.1.adoc
man-src/dkdbt.1.adoc
man-src/dk-blks.1
man-src/htmlbook-template.5
man-src/printqd.1.adoc
man-src/printqda.1
man-src/lprngcl.1
man-src/dk-eradisk.1
man-src/pjsnmp.1
man-src/wxdkct.1
man-src/htmlbook-project.5
man-src/dk-t2db.1.adoc
man-src/fig2lat.1.adoc
man-src/wxbmpp.1
man-src/dkct-wxgui.5
man-src/dk-sort.1
man-src/dk-eradisk.1.adoc
man-src/dk-sqlsplit.1.adoc
man-src/dk-sqlsplit.1
man-src/dk-cat.1
man-src/dk-dbco.1.adoc
man-src/dk-recv.1.adoc
man-src/printqd.conf.5.adoc
man-src/dk-db2t.1
man-src/printqd.conf.5
man-src/plpdftex.1
man-src/itaclean.sh.1
man-src/dk-t2l.1.adoc
man-src/itaclean.sh.1.adoc
man-src/dk-sort.1.adoc
man-src/GNUmakefile
man-src/bmpp.1
man-src/dk4info.1
man-src/wxdkhtb.1
man-src/dk-cat.1.adoc
man-src/dk-uid.1
man-src/itadmin.1.adoc
man-src/printqd.1
man-src/dk-send.1
man-src/dk-hex.1
man-src/wxdkct.1.adoc
man-src/wxdkhtb.1.adoc
man-src/wxpqdic.1
man-src/dk-ls.1.adoc
man-src/dk-fic.1
man-src/dkct.1
man-src/htmlbook.1.adoc
man-src/dktools.1
man-src/lprngcl.1.adoc
man-src/printqdc.1.adoc
man-src/fig2lat.1
man-src/wximgsz.1
man-src/dk-pwd.1
man-src/printqda.1.adoc
man-src/dkct.5.adoc
man-src/htmlbook-template.5.adoc
man-src/dk-t2l.1
man-src/itaclean.1
man-src/addctrld.1
man-src/dk-rand.1
man-src/itaclean.1.adoc
man-src/prmonsnmp.1.adoc
man-src/rshdown.1.adoc
man-src/printqd.db.5.adoc
man-src/dk3info.1.adoc
man-src/printqd.1.adoc.old
man-src/rshdown.1
man-src/pjsnmp.1.adoc.test1
man-src/dk-rand.1.adoc
man-src/README.TXT
man-src/dk3info.1
man-src/printqd.db.5
man-src/prmonsnmp.1
man-src/printqd.protocol.5
man-src/addctrld.1.adoc
man-src/printqd.protocol.5.adoc
dk-t2db.ctr
sl6-prepare.sh
dk4dbit8.ctr
debian-jessie-prepare.sh
dk4dbit.ctr
dk4wxcs.cross
install-sh
pkginfo.in
dkdbt2.ctr
dk4dbia.ctr
dk3conf.cross.in
dktools/de/dk-t2db.str
dktools/de/dk-dbco.str
dktools/de/dk-db2t.txt
dktools/de/dk-t2db.txt
dktools/de/dk4dbia.str
dktools/de/dk-dbco.txt
dktools/de/dk-db2t.str
dktools/en/dk-db2t.txt
dktools/en/dk-t2db.txt
dktools/en/dk-dbco.txt
dktools/en/lprngcl.txt
dktools/print-snmp.conf
wxdkfcs.str
dk-db2t.ctr
dk-rand.ctr
dk4dbi.ctr
libdk4dbi.dox
config.sub
printqd.conf.sample
rshdown.conf.sample
debian/source/format
debian/postinst.ex
debian/copyright
debian/manpage.sgml.ex
debian/dktools-doc.install
debian/rules
debian/dktools.doc-base.EX
debian/dktools.cron.d.ex
debian/compat
debian/prerm.ex
debian/control
debian/preinst.ex
debian/manpage.xml.ex
debian/dktools-doc.docs
debian/manpage.1.ex
debian/init.d.ex
debian/menu.ex
debian/postrm.ex
debian/dktools.manpages
debian/changelog.in
debian/README.source
debian/dktools.default.ex
debian/watch.ex
debian/docs
debian/changelog
debian/dktools-lib-dev.install.in
debian/dktools.install
debian/dktools-lib.postinst.in
debian/control.in
debian/dktools-lib.postrm.in
debian/dktools-lib.install.in
debian/dktools-lib-data.install
debian/dktools-lib-4.8-dev.install
debian/dktools-lib-4.8.install
debian/dktools-lib-4.8.lintian-overrides
debian/dktools-lib-4.8.postinst
debian/dktools-lib-4.8.postrm
debian/dktools-data.install
bankian-data/pkg_local.txt
bankian-data/root-install-packages.sh
bankian-data/pkg_base.txt
bankian-data/pkg_lang_desktop.txt
bankian-data/pkg_firmware.txt
bankian-data/livesys-build-kernel.sh
bankian-data/livesys-repository.sh
bankian-data/pkg_xfce.txt
bankian-data/msg_nonfree.txt
bankian-data/patch_ata_dev_enabled.txt
bankian-data/hook_bootbeep.txt
bankian-data/pkg_lang_base.txt
bankian-data/hook_etcfiles.txt
bankian-data/apt-pinning.txt
bankian-data/root/usr/share/bankian/etc-files.sed
bankian-data/root/usr/share/bankian/etc/ntp.conf
bankian-data/root/usr/local/bin/bankian-ntp
bankian-data/root/usr/local/bin/bankian-etc
bankian-data/root-create-repodir.sh
debian-jessie-build-bankian.sh
resources/splash-surfian.fig
resources/splash-bankian.fig
splash-bankian.png
splash-surfian.png
sf-readme/readme.md
bankian-data/apt-bankian.txt
bankian-data/apt-pin-kernel.txt
bankian-data/root/usr/local/bin/bankian-update
bankian-data/sed_isolinux.txt
bankian-data/sed_menu.txt
bankian-data/sed_nobeep.txt
LICENSE
.gitignore