diff options
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 7b1ddbecc3c..f5f0373c09e 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -260,6 +260,9 @@ extern void srandom(int seed); /* Set to 1 if type "long long int" works and is 64 bits */ #undef HAVE_LONG_LONG_INT_64 +/* Define as the base type of the last arg to accept */ +#undef SOCKET_SIZE_TYPE + /* * Code below this point should not require changes */ |