Home
last modified time | relevance | path

Searched refs:CONFIG_FILE (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/
H A Dbuild.rules37 ifneq ($(CONFIG_FILE),)
38 -include $(CONFIG_FILE)
45 @if [ ! -r $(CONFIG_FILE) ]; then \
85 $(BUILDDIR)/$(PROJ)/src/%.o: $(ROOTDIR)src/%.c $(CONFIG_FILE) | _make_dirs
88 $(BUILDDIR)/$(PROJ)/%.o: %.c $(CONFIG_FILE) | _make_dirs
92 $(BUILDDIR)/$(PROJ)/wpa_supplicant/%.o: $(ROOTDIR)wpa_supplicant/%.c $(CONFIG_FILE) | _make_dirs
102 $(BUILDDIR)/$(PROJ)/%.a: $(CONFIG_FILE) lib_phony
/freebsd/libexec/bootpd/tools/bootpef/
H A Dbootpef.c68 #ifndef CONFIG_FILE
69 #define CONFIG_FILE "/etc/bootptab" macro
94 char *bootptab = CONFIG_FILE;
/freebsd/contrib/ntp/include/
H A Dntp_config.h16 #ifndef CONFIG_FILE
18 # define CONFIG_FILE "/etc/ntp.conf" macro
20 # define CONFIG_FILE "%windir%\\system32\\drivers\\etc\\ntp.conf" macro
/freebsd/contrib/wpa/hostapd/
H A DMakefile2 CONFIG_FILE = .config macro
/freebsd/contrib/wpa/wpa_supplicant/
H A DMakefile19 CONFIG_FILE=.config macro
/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl161 open(CONFIG_FILE, $config_file) or die "$config_file: $!";
166 while ($line = <CONFIG_FILE>)
198 close(CONFIG_FILE);
/freebsd/libexec/bootpd/
H A Dbootpd.c84 #ifndef CONFIG_FILE
85 #define CONFIG_FILE "/etc/bootptab" macro
159 char *bootptab = CONFIG_FILE;
/freebsd/crypto/openssl/apps/
H A Dsrp.c32 #define CONFIG_FILE "openssl.cnf" macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c5136 config_file = CONFIG_FILE; in getconfig()
5138 temp = CONFIG_FILE; in getconfig()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.03602 * ntpd/ntp_config.c (CONFIG_FILE): NT changes