summaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-02 14:15:46 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-02 14:15:46 +0000
commit47e7de17bc515581d85a6f1d57341d0ce14131ad (patch)
tree2c8c9eadf75ad4da3c570857a86ec836637f9fb4 /visualc
parenta237472c70abda43511b988a519f9672d37dc652 (diff)
Fix new filename stuff for WIN32.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2175 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc')
-rw-r--r--visualc/config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/visualc/config.h b/visualc/config.h
index 841184ab9..7d171c0e7 100644
--- a/visualc/config.h
+++ b/visualc/config.h
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h,v 1.5.2.5.2.7 2002/04/28 16:41:17 easysw Exp $"
+ * "$Id: config.h,v 1.5.2.5.2.8 2002/05/02 14:15:46 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++.
*
@@ -131,11 +131,11 @@
* Where is <dirent.h> (used only by fl_file_chooser and scandir).
*/
-#define HAVE_DIRENT_H 1
-#define HAVE_SYS_NDIR_H 0
-#define HAVE_SYS_DIR_H 0
-#define HAVE_NDIR_H 0
-#define HAVE_SCANDIR 0
+/*#undef HAVE_DIRENT_H */
+/*#undef HAVE_SYS_NDIR_H */
+/*#undef HAVE_SYS_DIR_H */
+/*#undef HAVE_NDIR_H */
+/*#undef HAVE_SCANDIR */
/*
* Possibly missing sprintf-style functions:
@@ -183,5 +183,5 @@
/*
- * End of "$Id: config.h,v 1.5.2.5.2.7 2002/04/28 16:41:17 easysw Exp $".
+ * End of "$Id: config.h,v 1.5.2.5.2.8 2002/05/02 14:15:46 easysw Exp $".
*/