From 8b0a2afe9f57016e0d740aab36ff1a283832c703 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 3 Jul 2005 06:43:07 +0000 Subject: Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. --- m4/fcntl-safer.m4 | 11 +++++++++++ m4/stdlib-safer.m4 | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 m4/fcntl-safer.m4 create mode 100644 m4/stdlib-safer.m4 (limited to 'm4') diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 new file mode 100644 index 000000000..465e640f9 --- /dev/null +++ b/m4/fcntl-safer.m4 @@ -0,0 +1,11 @@ +# fcntl-safer.m4 serial 1 +dnl Copyright (C) 2005 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_FCNTL_SAFER], +[ + AC_LIBSOURCES([open-safer.c, fcntl-safer.h]) + AC_LIBOBJ([open-safer]) +]) diff --git a/m4/stdlib-safer.m4 b/m4/stdlib-safer.m4 new file mode 100644 index 000000000..fbbaecb74 --- /dev/null +++ b/m4/stdlib-safer.m4 @@ -0,0 +1,11 @@ +# stdlib-safer.m4 serial 1 +dnl Copyright (C) 2005 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_STDLIB_SAFER], +[ + AC_LIBSOURCES([mkstemp-safer.c, stdlib-safer.h]) + AC_LIBOBJ([mkstemp-safer]) +]) -- cgit v1.2.3-70-g09d2