History log of /external/stressapptest/src/stressapptest_config.h.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8f1c60d605d31447b4f9ccf86029790bed3fb3f3 17-Feb-2012 Scott Anderson <saa@android.com> Improve portability.

At a high level, #ifdefs were added to the code to allow it to be
used on systems that were missing various libraries, function and
defines.

configure.ac was enhanced to test for more of these things and
set defines to indicate their presence or absence. In addition,
it was slightly tweaked to match the output of autoscan.
autoheader and autoconf were ran to update the configure files.

The goal was that the resultant code should not be modified if
the libraries/functions/defines were all present. The code for
the cases where something is missing is workable, but can
probably be improved.

ifdefs newly added to the code include:
HAVE_LIBAIO_H
HAVE_MMAP64
HAVE_POSIX_MEMALIGN
HAVE_RAND_R
HAVE_SCHED_GETAFFINITY
HAVE_SYS_SHM_H
O_DSYNC
_POSIX_BARRIERS
STRERROR_R_CHAR_P

Signed-off-by: Scott Anderson <saa@android.com>
/external/stressapptest/src/stressapptest_config.h.in
b0114cb9f332db144f65291211ae65f7f0e814e6 09-Apr-2012 Scott Anderson <saa@android.com> Initial version of stressapptest

From http://stressapptest.googlecode.com/files/stressapptest-1.0.4_autoconf.tar.gz
with the addition of MODULE_LICENSE_APACHE2 and NOTICE.

Change-Id: I1f3e80fce2c500766bcc7a67d7d42e485ddf57b4
/external/stressapptest/src/stressapptest_config.h.in