]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_aux.h
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib] / internals / _PDCLIB_aux.h
index 8990ed8da1faa443c1e9a7b10821db1fdc52724b..e7e908a66e413d70cee645fc2ad26b8e0749049d 100644 (file)
 #define _PDCLIB_CXX_MAX(max)     _PDCLIB_CXX_MINMAX(0, max)
 #define _PDCLIB_XOPEN_MAX(max) _PDCLIB_XOPEN_MINMAX(0, max)
 #define _PDCLIB_POSIX_MAX(max) _PDCLIB_POSIX_MINMAX(0, max)
-#if defined(_PDCLIB_ALL) || defined(_PDCLIB_BUILD)
+#if defined(_PDCLIB_EXTENSIONS) || defined(_PDCLIB_BUILD)
     #define _PDCLIB_C_MINMAX(min, max) 1
     #define _PDCLIB_CXX_MINMAX(min, max) 1
     #define _PDCLIB_POSIX_MINMAX(min, max) 1