source: branches/items/GDE/MAFFT/mafft-7.055-with-extensions/core/share.h

Last change on this file was 10371, checked in by aboeckma, 11 years ago

updated mafft version. Added extensions (no svn ignore, yet)

File size: 323 bytes
Line 
1#if 0
2#include <sys/types.h>
3#include <sys/ipc.h>
4#include <sys/shm.h>
5
6#endif
7#define IMA_YONDERU 'x'  /* iranai */
8#define IMA_KAITERU  0   /* iranai */
9#define KAKIOWATTA  'w'
10#define YOMIOWATTA  'r'
11#define OSHIMAI     'd'
12#define ISRUNNING    0
13#define SEMAPHORE    1
14#define STATUS       2
15
16#define IPC_ALLOC 0100000
Note: See TracBrowser for help on using the repository browser.