]> granicus.if.org Git - curl/commitdiff
mac fixes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Nov 2001 12:47:41 +0000 (12:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Nov 2001 12:47:41 +0000 (12:47 +0000)
src/setup.h
src/urlglob.c

index 74c4e8490955eb06f0ddc1d39501314517fc6d37..cfb8efff36a211774cc832f57a582c7f7b6f694f 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___ 
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2001, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * In order to be useful for every potential user, curl and libcurl are
  * dual-licensed under the MPL and the MIT/X-derivate licenses.
 /* include the hand-modified win32 adjusted config.h! */
 #include "config-win32.h"
 #endif
+#ifdef macintosh
+/* this is not the same as Mac OS X */
+#include "config-mac.h"
+#endif
 #endif
 
 #ifndef OS
index c6b6dd731b164d7d14ac0a0b7cb6731366572c35..48108c88c7c81696dfe70c0c760ffc14a77e26b3 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___ 
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2001, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * In order to be useful for every potential user, curl and libcurl are
  * dual-licensed under the MPL and the MIT/X-derivate licenses.
@@ -21,6 +21,9 @@
  * $Id$
  *****************************************************************************/
 
+/* client-local setup.h */
+#include "setup.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>