diff options
Diffstat (limited to 'net/samba3/files/patch-include_config.h.in')
-rw-r--r-- | net/samba3/files/patch-include_config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba3/files/patch-include_config.h.in b/net/samba3/files/patch-include_config.h.in new file mode 100644 index 000000000000..093b2ef23485 --- /dev/null +++ b/net/samba3/files/patch-include_config.h.in @@ -0,0 +1,12 @@ +--- include/config.h.in.orig Sat May 8 02:33:46 2004 ++++ include/config.h.in Thu May 20 14:17:44 2004 +@@ -236,6 +236,9 @@ + /* Define to 1 if you have the `endnetgrent' function. */ + #undef HAVE_ENDNETGRENT + ++/* Whether optreset is available */ ++#undef HAVE_OPTRESET ++ + /* Whether errno() is available */ + #undef HAVE_ERRNO_DECL + |