X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample_cygwin%2Finternals%2F_PDCLIB_config.h;h=32e0906ffece99c83977fd82890c1806c5ba347a;hb=e118138e2fcd36ec234688faba3313523728ea9d;hp=78397be438e54a3439334f8d94904ba4bf00aa29;hpb=fb5b6d3c848cdc5c299e57801a3ea6b80a2ea649;p=pdclib.old diff --git a/platform/example_cygwin/internals/_PDCLIB_config.h b/platform/example_cygwin/internals/_PDCLIB_config.h index 78397be..32e0906 100644 --- a/platform/example_cygwin/internals/_PDCLIB_config.h +++ b/platform/example_cygwin/internals/_PDCLIB_config.h @@ -258,9 +258,6 @@ typedef int _PDCLIB_fd_t; /* Length of the longest filename the implementation guarantees to support. */ #define _PDCLIB_FILENAME_MAX 128 -/* Buffer size for tmpnam(). */ -#define _PDCLIB_L_tmpnam 100 - /* Number of distinct file names that can be generated by tmpnam(). */ #define _PDCLIB_TMP_MAX 50