mac fixes
This commit is contained in:
		@@ -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
 | 
					 * In order to be useful for every potential user, curl and libcurl are
 | 
				
			||||||
 * dual-licensed under the MPL and the MIT/X-derivate licenses.
 | 
					 * dual-licensed under the MPL and the MIT/X-derivate licenses.
 | 
				
			||||||
@@ -38,6 +38,10 @@
 | 
				
			|||||||
/* include the hand-modified win32 adjusted config.h! */
 | 
					/* include the hand-modified win32 adjusted config.h! */
 | 
				
			||||||
#include "config-win32.h"
 | 
					#include "config-win32.h"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					#ifdef macintosh
 | 
				
			||||||
 | 
					/* this is not the same as Mac OS X */
 | 
				
			||||||
 | 
					#include "config-mac.h"
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef OS
 | 
					#ifndef OS
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
					 * In order to be useful for every potential user, curl and libcurl are
 | 
				
			||||||
 * dual-licensed under the MPL and the MIT/X-derivate licenses.
 | 
					 * dual-licensed under the MPL and the MIT/X-derivate licenses.
 | 
				
			||||||
@@ -21,6 +21,9 @@
 | 
				
			|||||||
 * $Id$
 | 
					 * $Id$
 | 
				
			||||||
 *****************************************************************************/
 | 
					 *****************************************************************************/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* client-local setup.h */
 | 
				
			||||||
 | 
					#include "setup.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user