aboutsummaryrefslogtreecommitdiff
path: root/include/ntp_intres.h
blob: 53c8a63a40764a7e7350e688f6801ddd93c5ee66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef NTP_INTRES_H
#define NTP_INTRES_H

/*
 * Some systems do not support fork() and don't have an alternate
 * threads implementation of ntp_intres.  Such systems are limited
 * to using numeric IP addresses.
 */
#if defined(VMS) || defined (SYS_VXWORKS) || \
    (!defined(HAVE_WORKING_FORK) && !defined(SYS_WINNT))
#define NO_INTRES
#endif

#endif	/* !defined(NTP_INTRES_H) */