Check for config.h (currently not generated).
[yaz-moved-to-github.git] / odr / ber_any.c
index 39ebd25..9ca2cb2 100644 (file)
@@ -3,7 +3,10 @@
  * See the file LICENSE for details.
  *
  * $Log: ber_any.c,v $
  * See the file LICENSE for details.
  *
  * $Log: ber_any.c,v $
- * Revision 1.17  2000-01-31 13:15:21  adam
+ * Revision 1.18  2000-02-29 13:44:55  adam
+ * Check for config.h (currently not generated).
+ *
+ * Revision 1.17  2000/01/31 13:15:21  adam
  * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
  * that some characters are not surrounded by spaces in resulting term.
  * ILL-code updates.
  * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
  * that some characters are not surrounded by spaces in resulting term.
  * ILL-code updates.
@@ -58,7 +61,9 @@
  * Works better now.
  *
  */
  * Works better now.
  *
  */
-
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <yaz/odr.h>
 
 int ber_any(ODR o, Odr_any **p)
 #include <yaz/odr.h>
 
 int ber_any(ODR o, Odr_any **p)