summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2010-08-17 09:41:45 -0700
committerNoriko Hosoi <nhosoi@redhat.com>2010-08-19 17:02:11 -0700
commit634c7aae44f397cb2f3e637e151c88089155d7e5 (patch)
tree9190984e3f7f06d7cb1386412929bd5dcd278b05 /config.h.in
parent65d3c8f1a2bafa9c06b4cb3b5376db6a661e7709 (diff)
downloadds-634c7aae44f397cb2f3e637e151c88089155d7e5.tar.gz
ds-634c7aae44f397cb2f3e637e151c88089155d7e5.tar.xz
ds-634c7aae44f397cb2f3e637e151c88089155d7e5.zip
Bug 617630 - fix coverity Defect Type: Resource leaks issues CID 12052 - 12093
https://bugzilla.redhat.com/show_bug.cgi?id=617630 coverity 12062 . Getting rid of unused functions from plugins/shared/utils.c. . Moving plugins/shared/{utils.c,plugin-utils.h} to uiduniq.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index ec970a22..a672d331 100644
--- a/config.h.in
+++ b/config.h.in
@@ -242,6 +242,9 @@
*/
#undef HAVE_SYS_NDIR_H
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
@@ -321,6 +324,10 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Linux */
#undef Linux
@@ -354,6 +361,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -432,7 +442,7 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* SunOS5 */