]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - oldstuff/conftest.cpp
cleanup: move old stuff to oldstuff/
[xonotic/netradiant.git] / oldstuff / conftest.cpp
diff --git a/oldstuff/conftest.cpp b/oldstuff/conftest.cpp
new file mode 100644 (file)
index 0000000..10b7a62
--- /dev/null
@@ -0,0 +1,6 @@
+#include <stdio.h> /* jpeglib.h needs it */
+#include CONFTEST_HEADER
+int main(){
+       (void) CONFTEST_SYMBOL;
+       return 0;
+}