vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / atexit
blobd01895fa5ae01cfb1f75686e7e2b4a5259dbed6e
1 Description:
2 atexit() function: register a function to be called at program termination.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/atexit.c
12 m4/atexit.m4
14 Depends-on:
16 configure.ac:
17 gl_FUNC_ATEXIT
18 if test $ac_cv_func_atexit = no; then
19   AC_LIBOBJ([atexit])
20   gl_PREREQ_ATEXIT
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 public domain
31 Maintainer:
32 Jim Meyering