1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = tests/certs/scripts
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82	$(top_srcdir)/mkinstalldirs
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
85	$(top_srcdir)/m4/curl-confopts.m4 \
86	$(top_srcdir)/m4/curl-functions.m4 \
87	$(top_srcdir)/m4/curl-openssl.m4 \
88	$(top_srcdir)/m4/curl-override.m4 \
89	$(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
90	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92	$(top_srcdir)/m4/xc-am-iface.m4 \
93	$(top_srcdir)/m4/xc-cc-check.m4 \
94	$(top_srcdir)/m4/xc-lt-iface.m4 \
95	$(top_srcdir)/m4/xc-translit.m4 \
96	$(top_srcdir)/m4/xc-val-flgs.m4 \
97	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
98	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
99	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
100	$(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
105	$(top_builddir)/include/curl/curlbuild.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108AM_V_P = $(am__v_P_@AM_V@)
109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110am__v_P_0 = false
111am__v_P_1 = :
112AM_V_GEN = $(am__v_GEN_@AM_V@)
113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114am__v_GEN_0 = @echo "  GEN     " $@;
115am__v_GEN_1 = 
116AM_V_at = $(am__v_at_@AM_V@)
117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118am__v_at_0 = @
119am__v_at_1 = 
120SOURCES =
121DIST_SOURCES =
122am__can_run_installinfo = \
123  case $$AM_UPDATE_INFO_DIR in \
124    n|no|NO) false;; \
125    *) (install-info --version) >/dev/null 2>&1;; \
126  esac
127am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129ACLOCAL = @ACLOCAL@
130AMTAR = @AMTAR@
131AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132AR = @AR@
133AS = @AS@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
139CC = @CC@
140CCDEPMODE = @CCDEPMODE@
141CFLAGS = @CFLAGS@
142CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
143CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
144CPP = @CPP@
145CPPFLAGS = @CPPFLAGS@
146CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
147CURLVERSION = @CURLVERSION@
148CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
149CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
150CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
151CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
152CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
153CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
154CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
155CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
156CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
157CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
158CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
159CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
160CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
161CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
162CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
163CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
164CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
165CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
166CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
167CYGPATH_W = @CYGPATH_W@
168DEFS = @DEFS@
169DEPDIR = @DEPDIR@
170DLLTOOL = @DLLTOOL@
171DSYMUTIL = @DSYMUTIL@
172DUMPBIN = @DUMPBIN@
173ECHO_C = @ECHO_C@
174ECHO_N = @ECHO_N@
175ECHO_T = @ECHO_T@
176EGREP = @EGREP@
177ENABLE_SHARED = @ENABLE_SHARED@
178ENABLE_STATIC = @ENABLE_STATIC@
179EXEEXT = @EXEEXT@
180FGREP = @FGREP@
181GREP = @GREP@
182HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
183HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
184HAVE_LIBZ = @HAVE_LIBZ@
185HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
186IDN_ENABLED = @IDN_ENABLED@
187INSTALL = @INSTALL@
188INSTALL_DATA = @INSTALL_DATA@
189INSTALL_PROGRAM = @INSTALL_PROGRAM@
190INSTALL_SCRIPT = @INSTALL_SCRIPT@
191INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192IPV6_ENABLED = @IPV6_ENABLED@
193LD = @LD@
194LDFLAGS = @LDFLAGS@
195LIBCURL_LIBS = @LIBCURL_LIBS@
196LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
197LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
198LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
199LIBOBJS = @LIBOBJS@
200LIBS = @LIBS@
201LIBTOOL = @LIBTOOL@
202LIPO = @LIPO@
203LN_S = @LN_S@
204LTLIBOBJS = @LTLIBOBJS@
205MAINT = @MAINT@
206MAKEINFO = @MAKEINFO@
207MANIFEST_TOOL = @MANIFEST_TOOL@
208MANOPT = @MANOPT@
209MKDIR_P = @MKDIR_P@
210NM = @NM@
211NMEDIT = @NMEDIT@
212NROFF = @NROFF@
213OBJDUMP = @OBJDUMP@
214OBJEXT = @OBJEXT@
215OTOOL = @OTOOL@
216OTOOL64 = @OTOOL64@
217PACKAGE = @PACKAGE@
218PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
219PACKAGE_NAME = @PACKAGE_NAME@
220PACKAGE_STRING = @PACKAGE_STRING@
221PACKAGE_TARNAME = @PACKAGE_TARNAME@
222PACKAGE_URL = @PACKAGE_URL@
223PACKAGE_VERSION = @PACKAGE_VERSION@
224PATH_SEPARATOR = @PATH_SEPARATOR@
225PERL = @PERL@
226PKGADD_NAME = @PKGADD_NAME@
227PKGADD_PKG = @PKGADD_PKG@
228PKGADD_VENDOR = @PKGADD_VENDOR@
229PKGCONFIG = @PKGCONFIG@
230RANDOM_FILE = @RANDOM_FILE@
231RANLIB = @RANLIB@
232REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
233SED = @SED@
234SET_MAKE = @SET_MAKE@
235SHELL = @SHELL@
236SSL_ENABLED = @SSL_ENABLED@
237STRIP = @STRIP@
238SUPPORT_FEATURES = @SUPPORT_FEATURES@
239SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
240USE_ARES = @USE_ARES@
241USE_AXTLS = @USE_AXTLS@
242USE_CYASSL = @USE_CYASSL@
243USE_DARWINSSL = @USE_DARWINSSL@
244USE_GNUTLS = @USE_GNUTLS@
245USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
246USE_LIBRTMP = @USE_LIBRTMP@
247USE_LIBSSH2 = @USE_LIBSSH2@
248USE_NGHTTP2 = @USE_NGHTTP2@
249USE_NSS = @USE_NSS@
250USE_OPENLDAP = @USE_OPENLDAP@
251USE_POLARSSL = @USE_POLARSSL@
252USE_SCHANNEL = @USE_SCHANNEL@
253USE_SSLEAY = @USE_SSLEAY@
254USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
255VERSION = @VERSION@
256VERSIONNUM = @VERSIONNUM@
257ZLIB_LIBS = @ZLIB_LIBS@
258abs_builddir = @abs_builddir@
259abs_srcdir = @abs_srcdir@
260abs_top_builddir = @abs_top_builddir@
261abs_top_srcdir = @abs_top_srcdir@
262ac_ct_AR = @ac_ct_AR@
263ac_ct_CC = @ac_ct_CC@
264ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
265am__include = @am__include@
266am__leading_dot = @am__leading_dot@
267am__quote = @am__quote@
268am__tar = @am__tar@
269am__untar = @am__untar@
270bindir = @bindir@
271build = @build@
272build_alias = @build_alias@
273build_cpu = @build_cpu@
274build_os = @build_os@
275build_vendor = @build_vendor@
276builddir = @builddir@
277datadir = @datadir@
278datarootdir = @datarootdir@
279docdir = @docdir@
280dvidir = @dvidir@
281exec_prefix = @exec_prefix@
282host = @host@
283host_alias = @host_alias@
284host_cpu = @host_cpu@
285host_os = @host_os@
286host_vendor = @host_vendor@
287htmldir = @htmldir@
288includedir = @includedir@
289infodir = @infodir@
290install_sh = @install_sh@
291libdir = @libdir@
292libexecdir = @libexecdir@
293libext = @libext@
294localedir = @localedir@
295localstatedir = @localstatedir@
296mandir = @mandir@
297mkdir_p = @mkdir_p@
298oldincludedir = @oldincludedir@
299pdfdir = @pdfdir@
300prefix = @prefix@
301program_transform_name = @program_transform_name@
302psdir = @psdir@
303sbindir = @sbindir@
304sharedstatedir = @sharedstatedir@
305srcdir = @srcdir@
306subdirs = @subdirs@
307sysconfdir = @sysconfdir@
308target_alias = @target_alias@
309top_build_prefix = @top_build_prefix@
310top_builddir = @top_builddir@
311top_srcdir = @top_srcdir@
312
313#***************************************************************************
314#                                  _   _ ____  _
315#  Project                     ___| | | |  _ \| |
316#                             / __| | | | |_) | |
317#                            | (__| |_| |  _ <| |___
318#                             \___|\___/|_| \_\_____|
319#
320# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
321#
322# This software is licensed as described in the file COPYING, which
323# you should have received as part of this distribution. The terms
324# are also available at http://curl.haxx.se/docs/copyright.html.
325#
326# You may opt to use, copy, modify, merge, publish, distribute and/or sell
327# copies of the Software, and permit persons to whom the Software is
328# furnished to do so, under the terms of the COPYING file.
329#
330# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
331# KIND, either express or implied.
332#
333###########################################################################
334AUTOMAKE_OPTIONS = foreign
335SCRIPTFILES = \
336  genroot.sh \
337  genserv.sh
338
339EXTRA_DIST = $(SCRIPTFILES)
340all: all-am
341
342.SUFFIXES:
343$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
344	@for dep in $?; do \
345	  case '$(am__configure_deps)' in \
346	    *$$dep*) \
347	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348	        && { if test -f $@; then exit 0; else break; fi; }; \
349	      exit 1;; \
350	  esac; \
351	done; \
352	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/certs/scripts/Makefile'; \
353	$(am__cd) $(top_srcdir) && \
354	  $(AUTOMAKE) --foreign tests/certs/scripts/Makefile
355.PRECIOUS: Makefile
356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357	@case '$?' in \
358	  *config.status*) \
359	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360	  *) \
361	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363	esac;
364
365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
368$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(am__aclocal_m4_deps):
373
374mostlyclean-libtool:
375	-rm -f *.lo
376
377clean-libtool:
378	-rm -rf .libs _libs
379tags TAGS:
380
381ctags CTAGS:
382
383cscope cscopelist:
384
385
386distdir: $(DISTFILES)
387	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389	list='$(DISTFILES)'; \
390	  dist_files=`for file in $$list; do echo $$file; done | \
391	  sed -e "s|^$$srcdirstrip/||;t" \
392	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393	case $$dist_files in \
394	  */*) $(MKDIR_P) `echo "$$dist_files" | \
395			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396			   sort -u` ;; \
397	esac; \
398	for file in $$dist_files; do \
399	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400	  if test -d $$d/$$file; then \
401	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402	    if test -d "$(distdir)/$$file"; then \
403	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404	    fi; \
405	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408	    fi; \
409	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410	  else \
411	    test -f "$(distdir)/$$file" \
412	    || cp -p $$d/$$file "$(distdir)/$$file" \
413	    || exit 1; \
414	  fi; \
415	done
416check-am: all-am
417check: check-am
418all-am: Makefile
419installdirs:
420install: install-am
421install-exec: install-exec-am
422install-data: install-data-am
423uninstall: uninstall-am
424
425install-am: all-am
426	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
427
428installcheck: installcheck-am
429install-strip:
430	if test -z '$(STRIP)'; then \
431	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433	      install; \
434	else \
435	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
437	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
438	fi
439mostlyclean-generic:
440
441clean-generic:
442
443distclean-generic:
444	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
445	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
446
447maintainer-clean-generic:
448	@echo "This command is intended for maintainers to use"
449	@echo "it deletes files that may require special tools to rebuild."
450clean: clean-am
451
452clean-am: clean-generic clean-libtool mostlyclean-am
453
454distclean: distclean-am
455	-rm -f Makefile
456distclean-am: clean-am distclean-generic
457
458dvi: dvi-am
459
460dvi-am:
461
462html: html-am
463
464html-am:
465
466info: info-am
467
468info-am:
469
470install-data-am:
471
472install-dvi: install-dvi-am
473
474install-dvi-am:
475
476install-exec-am:
477
478install-html: install-html-am
479
480install-html-am:
481
482install-info: install-info-am
483
484install-info-am:
485
486install-man:
487
488install-pdf: install-pdf-am
489
490install-pdf-am:
491
492install-ps: install-ps-am
493
494install-ps-am:
495
496installcheck-am:
497
498maintainer-clean: maintainer-clean-am
499	-rm -f Makefile
500maintainer-clean-am: distclean-am maintainer-clean-generic
501
502mostlyclean: mostlyclean-am
503
504mostlyclean-am: mostlyclean-generic mostlyclean-libtool
505
506pdf: pdf-am
507
508pdf-am:
509
510ps: ps-am
511
512ps-am:
513
514uninstall-am:
515
516.MAKE: install-am install-strip
517
518.PHONY: all all-am check check-am clean clean-generic clean-libtool \
519	cscopelist-am ctags-am distclean distclean-generic \
520	distclean-libtool distdir dvi dvi-am html html-am info info-am \
521	install install-am install-data install-data-am install-dvi \
522	install-dvi-am install-exec install-exec-am install-html \
523	install-html-am install-info install-info-am install-man \
524	install-pdf install-pdf-am install-ps install-ps-am \
525	install-strip installcheck installcheck-am installdirs \
526	maintainer-clean maintainer-clean-generic mostlyclean \
527	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
528	tags-am uninstall uninstall-am
529
530
531# Tell versions [3.59,3.63) of GNU make to not export all variables.
532# Otherwise a system limit (for SysV at least) may be exceeded.
533.NOEXPORT:
534