This file is indexed.

/usr/share/z88dk/include/net/zsfiles.h is in z88dk-data 1.8.ds1-10.

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
22
23
/*
 *      Small C+ TCP Library
 *
 *      defs needed solely by initial config
 *
 *      djm 29/1/2000
 *
 *	$Id: zsfiles.h,v 1.3 2001/10/16 18:30:32 dom Exp $
 */

#ifndef __NET_ZSFILES_H__
#define __NET_ZSFILES_H__

/* Where files are located on the Z88 */

#define DOMAIN_FILE     ":ram.0/resolv.cfg"
#define HOSTNAME_FILE   ":ram.0/hostname"
#define DEVICE_FILE	":ram.0/netdev"




#endif /* _NET_ZSFILES_H */