1
0
mirror of https://github.com/gryf/wmtemp.git synced 2026-04-02 09:53:32 +02:00

initial import of wmtempmon

This commit is contained in:
2012-05-30 10:50:49 +02:00
commit 44276089b4
16 changed files with 1726 additions and 0 deletions

25
wmtempmon/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