summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-01-24 19:05:23 +0000
committerewt <devnull@localhost>1997-01-24 19:05:23 +0000
commit87a10745a27e8a05e4442b6a4757d1692116030f (patch)
tree52e03abd872cf85bae9036009ebb52f0b07d787c /config.h.in
parentf818ac27f7d141136e068029f21e7554046291a1 (diff)
downloadlibrpm-tizen-87a10745a27e8a05e4442b6a4757d1692116030f.tar.gz
librpm-tizen-87a10745a27e8a05e4442b6a4757d1692116030f.tar.bz2
librpm-tizen-87a10745a27e8a05e4442b6a4757d1692116030f.zip
added STDC_HEADERS, HAVE_STRING_H, HAVE_REALPATH
CVS patchset: 1359 CVS date: 1997/01/24 19:05:23
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index d483aa806..b81ca764d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,6 +1,9 @@
#ifndef H_CONFIG
#define H_CONFIG
+/* Define as 1 if you have ANSI headers */
+#define STDC_HEADERS 0
+
/* Define as 1 if you have <netinet/in_systm.h> */
#define HAVE_NETINET_IN_SYSTM_H 0
@@ -19,6 +22,12 @@
/* Define as 1 if you have <libintl.h.h> */
#define HAVE_LIBINTL_H 0
+/* Define as 1 if <string.h> defines h_errno */
+#define HAVE_STRING_H 0
+
+/* Define as 1 if your system provides realpath() */
+#define HAVE_REALPATH 0
+
/* Define as 1 if <netdb.h> defines h_errno */
#define HAVE_HERRNO 0