about summary refs log tree commit diff
path: root/pm_config.in.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-23 17:45:31 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-23 17:45:31 +0000
commitf41a3f9e50705d2680d9ab7a109e3c90aef66de2 (patch)
tree36f2430e79e8ba21f9a2c3f312eb0e9579aea876 /pm_config.in.h
parent961e7003b3589becbea5ac747ac2104b257f3e82 (diff)
downloadnetpbm-mirror-f41a3f9e50705d2680d9ab7a109e3c90aef66de2.tar.gz
netpbm-mirror-f41a3f9e50705d2680d9ab7a109e3c90aef66de2.tar.xz
netpbm-mirror-f41a3f9e50705d2680d9ab7a109e3c90aef66de2.zip
Use NetBSD's vasprintf
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2324 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pm_config.in.h')
-rw-r--r--pm_config.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm_config.in.h b/pm_config.in.h
index ed1ebb89..1e54f06e 100644
--- a/pm_config.in.h
+++ b/pm_config.in.h
@@ -139,7 +139,7 @@
 
 /* #define HAVE_SETMODE */
 
-#if (defined(__GLIBC__) || defined(__GNU_LIBRARY__) || defined(__APPLE__))
+#if (defined(__GLIBC__) || defined(__GNU_LIBRARY__) || defined(__APPLE__)) || defined(__NetBSD__)
   #define HAVE_VASPRINTF 1
 #else
   #define HAVE_VASPRINTF 0