Cleanup references to module objects returned from PyImport_ImportModule
[gd/samba-autobuild/.git] / source4 / heimdal_build / replace.c
index 51393f6e6878d51c4b4f61314acac4dd1da86787..3e43f3fc561341fe76a00e6c91b045d5776d9be2 100644 (file)
        return -1;
 }
 #endif
+
+#ifndef HAVE_SETPROGNAME
+
+/* We don't want to use a setprogname reimplementation */
+void setprogname(const char *argv0)
+{
+}
+
+#endif /* HAVE_SETPROGNAME */