Changeset 1729
- Timestamp:
- Feb 1, 2007, 5:41:54 PM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r1728 r1729 35 35 # include <regex.h> 36 36 #endif 37 #if defined HAVE_WINSOCK2_H 38 # include <winsock2.h> 39 #endif 37 40 #if defined HAVE_WINDOWS_H 38 41 # include <windows.h> 39 #endif40 #if defined HAVE_WINSOCK2_H41 # include <winsock2.h>42 42 #endif 43 43 #if defined HAVE_IO_H … … 125 125 #endif 126 126 int i; 127 #if !defined HAVE_GETOPT_H 128 # define MOREINFO "Usage: %s message...\n" 129 int optind = 1; 130 #endif 127 131 128 132 _zz_opts_init(opts); … … 300 304 } 301 305 } 302 #else303 # define MOREINFO "Usage: %s message...\n"304 int optind = 1;305 306 #endif 306 307
Note: See TracChangeset
for help on using the changeset viewer.