source: asp3_gr_sakura/trunk/tinet/asp_sample/sample1n.cfg@ 318

Last change on this file since 318 was 318, checked in by coas-nagasima, 7 years ago

プロパティの文字コードにUTF-8を追加、キーワードを削除

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=UTF-8
File size: 370 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * ネットワーク対応サンプルプログラム(1)の
7 * システムコンフィギュレーションファイル
8 */
9
10
11#include "sample1n.h"
12
13INCLUDE("sample1.cfg");
14
15INCLUDE("tinet_asp.cfg");
16
17INCLUDE("tinet_sample1n.cfg");
18
19/* セマフォ */
20
21CRE_SEM(SEM_TCP_SYSLOG, { TA_TPRI, 1, 1 });
22CRE_SEM(SEM_NET_SEND, { TA_TPRI, 1, 1 });
Note: See TracBrowser for help on using the repository browser.