Prefer using configmake.h instead of augmenting DEFS.
[pspp] / lib / localcharset.c
index cd44ca658c9451f3f6638f9d039388a198a35802..7a2cdceb165709534355d7c7439d0d5652501c22 100644 (file)
 # define relocate(pathname) (pathname)
 #endif
 
+/* Get LIBDIR.  */
+#ifndef LIBDIR
+# include "configmake.h"
+#endif
+
 #if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__
   /* Win32, Cygwin, OS/2, DOS */
 # define ISSLASH(C) ((C) == '/' || (C) == '\\')