nickandrew / djbdns

djbdns is a collection of Domain Name System tools. It includes software for all the fundamental DNS operations.

This URL has Read+Write access

djbdns / auto_home.h
100644 7 lines (4 sloc) 0.08 kb
1
2
3
4
5
6
7
#ifndef AUTO_HOME_H
#define AUTO_HOME_H
 
extern const char auto_home[];
 
#endif