Mercurial > repos > nick > duplex
diff mafft/core/share.h @ 18:e4d75f9efb90 draft
planemo upload commit b'4303231da9e48b2719b4429a29b72421d24310f4\n'-dirty
| author | nick |
|---|---|
| date | Thu, 02 Feb 2017 18:44:31 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mafft/core/share.h Thu Feb 02 18:44:31 2017 -0500 @@ -0,0 +1,16 @@ +#if 0 +#include <sys/types.h> +#include <sys/ipc.h> +#include <sys/shm.h> + +#endif +#define IMA_YONDERU 'x' /* iranai */ +#define IMA_KAITERU 0 /* iranai */ +#define KAKIOWATTA 'w' +#define YOMIOWATTA 'r' +#define OSHIMAI 'd' +#define ISRUNNING 0 +#define SEMAPHORE 1 +#define STATUS 2 + +#define IPC_ALLOC 0100000
