Don't hardcode /usr/local/.

This commit is contained in:
Dirk Froemberg 2001-12-02 21:38:19 +00:00
parent ee8ee315b7
commit cfaf7af6f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50904
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
PHP_EXTENSION(mcal,$ext_shared)
+ cat >> confdefs.h <<\EOF
+/* Interfaces to callbacks in libmcal */
+#include "/usr/local/include/mcal/mcal.h"
+#include <mcal/mcal.h>
+void cc_searched (unsigned long cal_uid) {}
+void cc_fetched(const CALEVENT *event) {}
+void cc_login(const char **user, const char **pwd) {}

View file

@ -6,7 +6,7 @@
PHP_EXTENSION(mcal,$ext_shared)
+ cat >> confdefs.h <<\EOF
+/* Interfaces to callbacks in libmcal */
+#include "/usr/local/include/mcal/mcal.h"
+#include <mcal/mcal.h>
+void cc_searched (unsigned long cal_uid) {}
+void cc_fetched(const CALEVENT *event) {}
+void cc_login(const char **user, const char **pwd) {}