From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Tue, 3 Jul 2012 19:41:30 +0000 (UTC) [thread overview]
Message-ID: <1341340064.3ddcf39b393511930718ea72eae0ff7ba5c87f1d.vapier@gentoo> (raw)
commit: 3ddcf39b393511930718ea72eae0ff7ba5c87f1d
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 3 04:43:21 2012 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 3 18:27:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sandbox.git;a=commit;h=3ddcf39b
include stdint.h/inttypes.h too
These contain useful defines which we sometimes want to leverage.
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
---
configure.ac | 2 ++
| 6 ++++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a6fcd5b..26f6822 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,7 @@ AC_CHECK_HEADERS_ONCE(m4_flatten([
execinfo.h
fcntl.h
grp.h
+ inttypes.h
libgen.h
limits.h
memory.h
@@ -87,6 +88,7 @@ AC_CHECK_HEADERS_ONCE(m4_flatten([
stdarg.h
stdbool.h
stddef.h
+ stdint.h
stdio.h
stdlib.h
string.h
--git a/headers.h b/headers.h
index ab9c17d..512c85b 100644
--- a/headers.h
+++ b/headers.h
@@ -32,6 +32,9 @@
#ifdef HAVE_GRP_H
# include <grp.h>
#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
#ifdef HAVE_LIBGEN_H
# include <libgen.h>
#endif
@@ -62,6 +65,9 @@
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
next reply other threads:[~2012-07-03 19:41 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-03 19:41 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-24 15:56 [gentoo-commits] proj/sandbox:master commit in: / Mike Gilbert
2025-02-23 20:11 Mike Gilbert
2025-02-22 19:55 Mike Gilbert
2025-01-19 21:21 Mike Gilbert
2025-01-17 21:27 Mike Gilbert
2025-01-17 21:08 Mike Gilbert
2025-01-17 18:35 Mike Gilbert
2025-01-17 18:28 Mike Gilbert
2025-01-17 17:58 Mike Gilbert
2025-01-08 2:12 [gentoo-commits] proj/sandbox:stable-2.x " Mike Gilbert
2025-01-14 4:38 ` [gentoo-commits] proj/sandbox:master " Mike Gilbert
2024-12-22 19:19 [gentoo-commits] proj/sandbox:stable-2.x " Mike Gilbert
2025-01-14 4:38 ` [gentoo-commits] proj/sandbox:master " Mike Gilbert
2024-12-22 3:49 [gentoo-commits] proj/sandbox:stable-2.x " Mike Gilbert
2025-01-14 4:38 ` [gentoo-commits] proj/sandbox:master " Mike Gilbert
2024-11-04 19:27 [gentoo-commits] proj/sandbox:stable-2.x " Mike Gilbert
2025-01-14 4:38 ` [gentoo-commits] proj/sandbox:master " Mike Gilbert
2024-05-04 12:03 Sam James
2023-08-05 4:32 Sam James
2023-08-05 4:32 Sam James
2023-06-23 17:25 Mike Gilbert
2023-02-16 22:59 Sam James
2021-11-06 3:51 Mike Frysinger
2021-11-06 3:51 Mike Frysinger
2021-11-03 6:59 Mike Frysinger
2021-11-03 0:34 Mike Frysinger
2021-11-03 0:34 Mike Frysinger
2021-10-28 7:38 Mike Frysinger
2021-10-24 4:16 Mike Frysinger
2021-10-22 17:49 Mike Frysinger
2021-10-22 2:48 Mike Frysinger
2021-10-21 20:37 Mike Frysinger
2021-10-21 7:57 Mike Frysinger
2021-10-21 6:10 Michał Górny
2021-10-18 8:48 Mike Frysinger
2021-10-18 8:48 Mike Frysinger
2021-09-07 15:58 Michał Górny
2021-05-04 22:13 Sergei Trofimovich
2021-05-04 8:00 Sergei Trofimovich
2021-04-10 20:17 Sergei Trofimovich
2021-03-27 11:45 Sergei Trofimovich
2021-03-27 11:45 Sergei Trofimovich
2021-03-11 9:08 Michał Górny
2021-03-11 8:04 Sergei Trofimovich
2020-05-31 10:52 Michał Górny
2020-02-28 7:00 Michał Górny
2019-07-12 6:47 Sergei Trofimovich
2019-03-13 10:12 Andreas K. Hüttel
2019-03-13 10:12 Andreas K. Hüttel
2019-03-11 12:48 Andreas K. Hüttel
2019-03-09 19:21 Sergei Trofimovich
2019-01-13 11:39 Michał Górny
2019-01-09 13:45 Michał Górny
2018-12-02 15:28 Michał Górny
2017-10-03 21:24 Michał Górny
2016-03-29 12:24 Mike Frysinger
2015-12-20 21:12 Mike Frysinger
2015-12-20 8:41 Mike Frysinger
2015-12-20 8:41 Mike Frysinger
2015-12-19 18:10 Mike Frysinger
2015-09-27 6:30 Mike Frysinger
2015-09-27 6:30 Mike Frysinger
2015-09-20 8:16 Mike Frysinger
2015-09-20 8:15 Mike Frysinger
2015-09-20 8:15 Mike Frysinger
2015-09-20 8:15 Mike Frysinger
2015-09-20 8:15 Mike Frysinger
2015-09-11 7:53 Mike Frysinger
2012-11-26 10:10 Mike Frysinger
2012-11-17 19:16 Mike Frysinger
2012-11-17 19:16 Mike Frysinger
2012-11-17 19:16 Mike Frysinger
2012-07-03 19:42 Mike Frysinger
2012-06-23 23:12 Mike Frysinger
2012-06-23 21:36 Mike Frysinger
2012-06-23 21:36 Mike Frysinger
2012-03-06 5:17 Mike Frysinger
2012-03-05 7:01 Mike Frysinger
2011-02-14 6:19 Mike Frysinger
2011-02-14 6:19 Mike Frysinger
2011-02-14 6:19 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341340064.3ddcf39b393511930718ea72eae0ff7ba5c87f1d.vapier@gentoo \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox