summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-08 07:20:05 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-08 07:20:05 (GMT)
commit1c4dd10d70ba9ed6dead6cc56cd0f572627cf619 (patch)
tree62485f23a5478eb8a6ad6b2de1eac322bf195662 /acconfig.h
parent34ba941736b434a6c1453feec35d04ed7b0a59e5 (diff)
downloadmonitoring-plugins-1c4dd10d70ba9ed6dead6cc56cd0f572627cf619.tar.gz
patches required to build on solaris with asprintf and gettimeofday
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@174 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 55fb9a2..b283039 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,15 +1,20 @@
1#undef CGIURL 1#undef CGIURL
2#undef COMPILER_SUPPORTS_LL 2#undef COMPILER_SUPPORTS_LL
3#undef DF_COMMAND 3#undef DF_COMMAND
4#undef HAVE_ASPRINTF
4#undef HAVE_C99_VSNPRINTF 5#undef HAVE_C99_VSNPRINTF
5#undef HAVE_GETOPT_H 6#undef HAVE_GETOPT_H
6#undef HAVE_GETOPT_LONG 7#undef HAVE_GETOPT_LONG
8#undef HAVE_GETTIMEOFDAY
7#undef HAVE_LONGLONG 9#undef HAVE_LONGLONG
8#undef HAVE_PROC_LOADAVG 10#undef HAVE_PROC_LOADAVG
9#undef HAVE_PROC_MEMINFO 11#undef HAVE_PROC_MEMINFO
10#undef HAVE_SSL 12#undef HAVE_SSL
13#undef HAVE_SNPRINTF
11#undef HAVE_SWAP 14#undef HAVE_SWAP
12#undef HAVE_VA_COPY 15#undef HAVE_VA_COPY
16#undef HAVE_VASPRINTF
17#undef HAVE_VSNPRINTF
13#undef NSLOOKUP_COMMAND 18#undef NSLOOKUP_COMMAND
14#undef HOST_COMMAND 19#undef HOST_COMMAND
15#undef PACKAGE_VERSION 20#undef PACKAGE_VERSION