#include <unistd.h>
#include <limits.h>
#include <time.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <pwd.h>
#include <string.h>
#include <signal.h>
#include <errno.h>
#include <syslog.h>
#include <sys/select.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/utsname.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <dirent.h>
#include <sched.h>
#include <stddef.h>
#include <stdbool.h>
#include <assert.h>
#include <libintl.h>
#include <locale.h>
#include <sys/mman.h>
Go to the source code of this file.
Detailed Description
Common header.
- Author:
- Wilhelm Meier
-
Julian Thome
- Date:
- 2010-06-28
Define Documentation
#define _POSIX_C_SOURCE 200809L |
#define _XOPEN_SOURCE 700 |
Value:define logerr(...) printf("ERR:");printf(__VA_ARGS__);printf("\n");
define logdbg(...) printf("DBG:");printf(__VA_ARGS__);printf("\n");
define loginfo(...) printf("INF:");printf(__VA_ARGS__);printf("\n");
#define logerr |
( |
|
... |
) |
pam_syslog(pam_netns_options.pamh, LOG_ERR, __VA_ARGS__ ) |
#define loginfo |
( |
|
... |
) |
pam_syslog(pam_netns_options.pamh, LOG_INFO, __VA_ARGS__) |
#define UNIX_PATH_MAX 108 |
Typedef Documentation