view modules/progname @ 12543:62393c457544

times: Update after sys_times changed.
author Bruno Haible <bruno@clisp.org>
date Thu, 31 Dec 2009 21:31:35 +0100
parents 281617eccdf5
children 1f14c6dd175d
line wrap: on
line source

Description:
Program name management.

Files:
lib/progname.h
lib/progname.c

Depends-on:

configure.ac:
AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>])
AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include <errno.h>])

Makefile.am:
lib_SOURCES += progname.h progname.c

Include:
"progname.h"

License:
GPL

Maintainer:
Bruno Haible