diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-02-12 12:03:58 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-02-12 12:03:58 (GMT) |
commit | abbad00edd7f5f3d33ae77a9d5ac338e5bea5fb3 (patch) | |
tree | 0d55fb4d8e5ad7a9376d1bccdea31104cbecacfe /gl/configmake.h | |
parent | bd7029a99b0c2974265c6665638ef14a052f42ab (diff) | |
download | monitoring-plugins-abbad00edd7f5f3d33ae77a9d5ac338e5bea5fb3.tar.gz |
Import Gnulib floorf and base64 and removed our old base64 library.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1926 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'gl/configmake.h')
-rw-r--r-- | gl/configmake.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gl/configmake.h b/gl/configmake.h new file mode 100644 index 0000000..f73bc38 --- /dev/null +++ b/gl/configmake.h | |||
@@ -0,0 +1,25 @@ | |||
1 | /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ | ||
2 | #define PREFIX "/usr/local/nagios" | ||
3 | #define EXEC_PREFIX "/usr/local/nagios" | ||
4 | #define BINDIR "/usr/local/nagios/bin" | ||
5 | #define SBINDIR "/usr/local/nagios/sbin" | ||
6 | #define LIBEXECDIR "/usr/local/nagios/libexec" | ||
7 | #define DATAROOTDIR "/usr/local/nagios/share" | ||
8 | #define DATADIR "/usr/local/nagios/share" | ||
9 | #define SYSCONFDIR "/usr/local/nagios/etc" | ||
10 | #define SHAREDSTATEDIR "/usr/local/nagios/com" | ||
11 | #define LOCALSTATEDIR "/usr/local/nagios/var" | ||
12 | #define INCLUDEDIR "/usr/local/nagios/include" | ||
13 | #define OLDINCLUDEDIR "/usr/include" | ||
14 | #define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins" | ||
15 | #define INFODIR "/usr/local/nagios/share/info" | ||
16 | #define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins" | ||
17 | #define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins" | ||
18 | #define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins" | ||
19 | #define PSDIR "/usr/local/nagios/share/doc/nagios-plugins" | ||
20 | #define LIBDIR "/usr/local/nagios/lib" | ||
21 | #define LOCALEDIR "/usr/local/nagios/share/locale" | ||
22 | #define MANDIR "/usr/local/nagios/share/man" | ||
23 | #define PKGDATADIR "/usr/local/nagios/share/nagios-plugins" | ||
24 | #define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins" | ||
25 | #define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins" | ||