Mercurial > hg > octave-kai > gnulib-hg
view modules/dirent-safer-tests @ 16029:4d5243b3434e
renameat: Optimize code size.
* modules/renameat (configure.ac): Don't compile at-func2.c if
REPLACE_RENAMEAT is 1.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Nov 2011 18:13:22 +0100 |
parents | 8c84ffc4d210 |
children |
line wrap: on
line source
Files: tests/test-dirent-safer.c tests/macros.h Depends-on: dup2 opendir closedir configure.ac: Makefile.am: TESTS += test-dirent-safer check_PROGRAMS += test-dirent-safer # Link with libintl when needed. dirent-safer uses fdopendir if it is present, # and fdopendir indirectly depends on openat-die -> gettext-h. test_dirent_safer_LDADD = $(LDADD) $(LIBINTL)