about summary refs log tree commit diff
path: root/lib/util/vasprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/vasprintf.c')
-rw-r--r--lib/util/vasprintf.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/util/vasprintf.c b/lib/util/vasprintf.c
index ed8fc808..6d350f88 100644
--- a/lib/util/vasprintf.c
+++ b/lib/util/vasprintf.c
@@ -5,13 +5,10 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "pm_config.h"
 #include "nstring.h"
 
-#if (defined(__GLIBC__) || defined(__GNU_LIBRARY__))
-  #define HAVE_VASPRINTF 1
-#else
-  #define HAVE_VASPRINTF 0
-#endif
+
 
 void
 vasprintfN(const char ** const resultP,