summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2006-06-11 03:55:43 +0200
committerMichael Brown2006-06-11 03:55:43 +0200
commitc10698b8b45cd3250d5cddaa60bd257514b72085 (patch)
tree48524c494e6e10cc1d974997e4fb4e7de7bfe2c2 /src/config.h
parentFix typo (diff)
downloadipxe-c10698b8b45cd3250d5cddaa60bd257514b72085.tar.gz
ipxe-c10698b8b45cd3250d5cddaa60bd257514b72085.tar.xz
ipxe-c10698b8b45cd3250d5cddaa60bd257514b72085.zip
Add NULL_TRAP as a config option
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 7dfba144..ac15f779 100644
--- a/src/config.h
+++ b/src/config.h
@@ -124,5 +124,6 @@
* "make bin/rtl8139.dsk bs" */
#undef BUILD_ID /* Include a custom build ID string,
* e.g "test-foo" */
+#undef NULL_TRAP /* Attempt to catch NULL function calls */
/* @END general.h */