1
0
mirror of https://github.com/gryf/wmtemp.git synced 2026-03-12 20:45:47 +01:00

0.1 version of wmtempnv

This commit is contained in:
2012-05-30 10:56:46 +02:00
parent 44276089b4
commit d256a01f46
7 changed files with 222 additions and 219 deletions

25
wmtempnv/standards.h Normal file
View File

@@ -0,0 +1,25 @@
/*****************************************************************************
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <sys/io.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <dlfcn.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/time.h>
/* Testing Values */
#define TRUE 1
#define FALSE 0
#define OK 0
#define ERROR -1