about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-05 19:20:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-05 19:20:10 +0000
commit5cd3c91e72481a3328ef439f075e6f22131d9cdf (patch)
tree46730d1c6018ad4e4b880626dd0bc3e7e5120185 /GNUmakefile
parentec93ed84ae933a65eea0873c85ba1d5766426d45 (diff)
downloadnetpbm-mirror-5cd3c91e72481a3328ef439f075e6f22131d9cdf.tar.gz
netpbm-mirror-5cd3c91e72481a3328ef439f075e6f22131d9cdf.tar.xz
netpbm-mirror-5cd3c91e72481a3328ef439f075e6f22131d9cdf.zip
Add pm_fork(), pm_waitpid(), pm_waitpidSimple()
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@983 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4b01cec2..780ec870 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -150,6 +150,11 @@ ifeq ($(HAVE_INT64),Y)
 else
 	echo "#define HAVE_INT64 0" >>$@
 endif	
+ifeq ($(DONT_HAVE_PROCESS_MGMT),Y)
+	echo "#define HAVE_FORK 0" >>$@
+else
+	echo "#define HAVE_FORK 1" >>$@
+endif
 	echo '/* pm_config.h.in FOLLOWS ... */' >>$@
 	cat $(SRCDIR)/pm_config.in.h >>$@
 	$(ENDIANGEN) >>$@