1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-05 22:00:54 +00:00

[meson] Removed unused defines for SpiderMonkey

This commit is contained in:
Witold Filipczyk 2024-04-19 11:21:07 +02:00
parent fea80fad69
commit e057eb6027

View File

@ -491,15 +491,6 @@
/* Define to 1 if you have the `isdigit' function. */
#mesondefine HAVE_ISDIGIT
/* Define to 1 if you have the `JS_ReportAllocationOverflow' function. */
#mesondefine HAVE_JS_REPORTALLOCATIONOVERFLOW
/* Define to 1 if you have the `JS_SetBranchCallback' function. */
#mesondefine HAVE_JS_SETBRANCHCALLBACK
/* Define to 1 if you have the `JS_TriggerOperationCallback' function. */
#mesondefine HAVE_JS_TRIGGEROPERATIONCALLBACK
/* Define to 1 if you have the `kill' function. */
#mesondefine HAVE_KILL