This file is indexed.

/usr/include/unixodbc_conf.h is in unixodbc-dev 2.2.14p2-5ubuntu3.

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
21
#ifndef HAVE_UNISTD_H
 #define HAVE_UNISTD_H
#endif
#ifndef HAVE_PWD_H
 #define HAVE_PWD_H
#endif
#ifndef HAVE_SYS_TYPES_H
 #define HAVE_SYS_TYPES_H
#endif
#ifndef HAVE_LONG_LONG
 #define HAVE_LONG_LONG
#endif
#ifndef ODBCINT64
 #define ODBCINT64 long
#endif
#ifndef UODBCINT64
 #define UODBCINT64 unsigned long
#endif
#ifndef SIZEOF_LONG_INT
 #define SIZEOF_LONG_INT 8
#endif