This file is indexed.

/usr/src/openvswitch-1.4.0/tests/atlocal.in is in openvswitch-datapath-dkms 1.4.0-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# -*- shell-script -*-
HAVE_OPENSSL='@HAVE_OPENSSL@'
HAVE_PYTHON='@HAVE_PYTHON@'
PERL='@PERL@'
PYTHON='@PYTHON@'

PYTHONPATH=$PYTHONPATH:$abs_top_srcdir/python:$abs_top_builddir/tests
export PYTHONPATH

PYTHONIOENCODING=utf_8
export PYTHONIOENCODING

if test $HAVE_PYTHON = yes; then
    if python -m argparse 2>/dev/null; then
        :
    else
        PYTHONPATH=$PYTHONPATH:$abs_top_srcdir/python/compat
        export PYTHONPATH
   fi
fi