view modules/sh-quote @ 30232:93e5702f1344

strengthen self-containedness check for sys/select.h 2008-09-29 Paolo Bonzini <bonzini@gnu.org> Bruno Haible <bruno@clisp.org> * lib/sys_select.in.h: Include sys/time.h. * m4/sys_select.h.m4: Test that struct timeval is fully defined. * modules/sys_select: Depend on sys_time. * tests/test-sys_select.c: Test that sys/select.h defines struct timeval fully.
author Paolo Bonzini <bonzini@gnu.org>
date Mon, 29 Sep 2008 12:02:35 +0200
parents 59d31fe31488
children 1f14c6dd175d
line wrap: on
line source

Description:
Shell quoting.

Files:
lib/sh-quote.h
lib/sh-quote.c

Depends-on:
quotearg
xalloc

configure.ac:

Makefile.am:
lib_SOURCES += sh-quote.h sh-quote.c

Include:
"sh-quote.h"

License:
GPL

Maintainer:
Bruno Haible