代码搜索:linux

找到约 10,000 项符合「linux」的源代码

代码结果 10,000
www.eeworm.com/read/321483/3535570

pl linux.pl

# uses GDBM dbm compatibility feature - at least on SuSE 8.0 $self->{LIBS} = ['-lgdbm']; # Debian/Ubuntu have /usr/lib/libgdbm_compat.so.3* but not this file, # so linking may fail if (-e '/usr/lib/l
www.eeworm.com/read/321483/3535583

pl linux.pl

# Some distributions have both gdbm and ndbm # Prefer gdbm to avoid the broken ndbm in some distributions # (no null key support) # Jonathan Stowe use Config; use ExtUtils::L
www.eeworm.com/read/317951/3573404

h _linux.h

#ifndef __stl_config__linux_h #define __stl_config__linux_h #define _STLP_PLATFORM "Linux" #include /* This is defined wether library in use is glibc or not. This may be tre
www.eeworm.com/read/316872/3604338

inf linux.inf

; MS-Windows driver config matching some basic modes of the ; Linux-USB Ethernet/RNDIS gadget firmware: ; ; - RNDIS plus CDC Ethernet ... this may be familiar as a DOCSIS ; cable modem profile, an
www.eeworm.com/read/314660/3630166

so linux.so

m4_comment([$Id: linux.so,v 11.19 2004/10/18 20:10:41 bostic Exp $]) m4_ref_title(Building m4_db for UNIX/POSIX systems, Linux, @Linux, build_unix/irix, build_unix/macosx) m4_nlistbegin m4_nlis
www.eeworm.com/read/312645/3653011

cdl linux.cdl

# ==================================================================== # # linux.cdl # # Linux compatibility layer data # # ============================================================
www.eeworm.com/read/310527/3696249

linux makefile.linux

CC = gcc COPTS = -O2 -g CFLAGS = $(COPTS) -I../.. -I../../../include -fPIC LDFLAGS = -shared INSTALL = install #*********************************************************************** DESTDIR = @DES
www.eeworm.com/read/310527/3696279

linux makefile.linux

# Makefile for RADIUS plugin # # Copyright 2002 Roaring Penguin Software Inc. # DESTDIR = $(INSTROOT)@DESTDIR@ MANDIR = $(DESTDIR)/share/man/man8 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) VERSION = $(
www.eeworm.com/read/310527/3696292

linux makefile.linux

# Generated automatically from Makefile.in by configure. #*********************************************************************** # # Makefile # # Makefile for Roaring Penguin's Linux PPPoE plugin. #
www.eeworm.com/read/309949/3702290

linux makefile.linux

CFLAGS=-g -I/usr/include -I../../include/ -O0 -Wall CC=gcc .y.c: bison -d -o $@ $< .l.c: flex -o$@ $< SRCS = main.c io.c x86emu.c int.c pci.c OBJS = main.o io.o x86emu.o int.o pci.o all :